Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Releases: Eppo-exp/python-sdk

v3.2.0

12 Jun 20:59
00fb6ae
Compare
Choose a tag to compare

What's Changed

  • [ufc] to_string: handle integers explicitly for better performance by @schmit in #52
  • [ff-2388] get_bandit_actions: supply actions as a dict instead of list by @schmit in #53
  • [ff-2388] update bandit example by @schmit in #54
  • [ff-2397] Allow attributes to be specified as dicts by @schmit in #55

Full Changelog: v3.1.4...v3.2.0

v3.1.4

07 Jun 18:50
7300f72
Compare
Choose a tag to compare

What's Changed

  • [ff-2352] Add optimality gap to bandit logging by @schmit in #50
  • [ufc] fix string conversion by @schmit in #51

Full Changelog: v3.1.3...v3.1.4

v3.1.3

05 Jun 00:32
061fb5a
Compare
Choose a tag to compare

What's Changed

  • [bugfix] Make rule eval case-sensitive by @schmit in #49

Full Changelog: v3.1.2...v3.1.3

v3.1.2

03 Jun 18:19
5fac100
Compare
Choose a tag to compare

What's Changed

  • remove unneeded print statement by @schmit in #47
  • [bandit] API returns bandits in a {} instead of a [] by @schmit in #48

Full Changelog: v3.1.1...v3.1.2

v3.1.1

01 Jun 01:55
af5c5fd
Compare
Choose a tag to compare

What's Changed

  • Update SDK usage examples by @schmit in #44
  • Upgrade to latest github packages to fix publish command. (#41) by @leoromanovsky in #43
  • [Bandits] rename subject_attributes to subject_context for consistency by @schmit in #46

Full Changelog: v3.1.0...v3.1.1

v3.1.0

30 May 05:32
8b79f1f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.3...v3.1.0

v1.3.3

23 May 20:50
d122e47
Compare
Choose a tag to compare
release 1.3.3 with bug fix to stale local cache

v3.0.1

26 Apr 21:53
ebc1a0b
Compare
Choose a tag to compare
Version bump (#34)

v1.3.1

16 Feb 18:12
a52c582
Compare
Choose a tag to compare

What's Changed

  • add try except to all public client methods (FF-947) by @leoromanovsky in #26
  • add support for targeting rule evaluation with semver by @vpai in #27

New Contributors

  • @vpai made their first contribution in #27

Full Changelog: v1.3.0...v1.3.1

v1.3.0

05 Oct 16:51
42830db
Compare
Choose a tag to compare

https://pypi.org/project/eppo-server-sdk/

What's Changed

  • Fix get_numeric_assignment for boolean feature flag, should return None by @sameerank in #25
  • upgrade to pydantic 2.3 (FF-957) by @leoromanovsky in #24

Full Changelog: v1.2.3...v1.3.0