This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cast provided categorical attributes to strings. Still log and return…
… variation if no actions (#59) * Return the default value for a bandit flag if no actions. Cast provided categorical attributes to strings. * Formatting * update for revisted zero-action strategy * return variation if that has been computed * changes from self-review of PR * test for bandit logger error * fix flake8 lintint errors * black formatter * return type ignore hint * fix type hint * feedback from PR * update type in comment per PR suggestion --------- Co-authored-by: Aaron Silverman <aaron.silverman@geteppo.com>
- Loading branch information
Showing
3 changed files
with
194 additions
and
81 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Note to developers: When ready to bump to 4.0, please change | ||
# the `POLL_INTERVAL_SECONDS` constant in `eppo_client/constants.py` | ||
# to 30 seconds to match the behavior of the other server SDKs. | ||
__version__ = "3.5.0" | ||
__version__ = "3.5.1" |
This file contains 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