chore(main): release 2.3.1#123
Merged
Merged
Conversation
Updated changelog to reflect fixes and enhancements in version 2.3.1, including changes to equality semantics and comparison handling.
madhuchavva
approved these changes
Jun 18, 2026
Contributor
Author
|
🤖 Release is at https://github.com/growthbook/growthbook-python/releases/tag/v2.3.1 🌻 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
2.3.1 (2026-06-18)
Fixes & Enhancements
$eqand direct equality no longer coerce across types, so values like5and"5"ortrueand1no longer match. (7f9d2d2)$nenow returns the inverse of strict equality for these cases.$eq. (a8ff302, 7f9d2d)NaNcomparison handling soNaNdoes not compare equal to itself and ordered comparisons involvingNaNevaluate as false. (672136a)$ini,$nini, and$alli. (5f45087)Tests and CI
hashVersion: 2, and sticky-bucket bucket-version boundaries.(505c8e1, a95ce02, 076eab8)
(e428acb, 460f581, a030b66)
This PR was generated with Release Please. See documentation.