Skip to content

Releases: statsig-io/statsig-ai-python

0.0.1-beta.8 - Initialize otel and more attributes

15 Dec 22:09
793e86c

Choose a tag to compare

New Features

  • new initialize otel function

Improvements

  • collect more attributes for ai traces

Included In This Release

  • 4a6b25c kat-statsig
    • chore: add genai span type (#24)
  • 46c4e88 kat-statsig
    • feat: initialize otel (#22)
  • 4089968 kat-statsig
    • chore: add more attributes (#20)

Full Changelog: 0.0.1-beta.7...0.0.1-beta.8

0.0.1-beta.7 - Allow metadata on Eval() scores

22 Nov 01:56
2f8c601

Choose a tag to compare

Improvements

  • added a new score type for Eval() function that can include a metadata field for analysis

Included In This Release

  • a4d09bd alisha-statsig
    • feat: add metadata for eval scores (#19)

Full Changelog: 0.0.1-beta.6...0.0.1-beta.7

0.0.1-beta.6 - Add async Eval() and progress bar

19 Nov 22:14
eb8418e

Choose a tag to compare

Improvements

  • added async eval() function
  • added progress bar for eval()

Included In This Release

  • 3d93112 kat-statsig
    • feat: progress bar for eval() (#16)
  • 4ce6fb8 alisha-statsig
    • send parameters to capi in evals (#17)
  • 69359ee kat-statsig
    • Wrap oai cont (#14)
  • 765a76a kat-statsig
    • fix: fix async awaitable eval data type (#15)

Full Changelog: 0.0.1-beta.5...0.0.1-beta.6

0.0.1-beta.5 - Eval()

14 Nov 00:03
cadcf2c

Choose a tag to compare

New Features

  • Eval() function

Included In This Release

  • bafa9fa kat-statsig
    • feat: eval (#12)

Full Changelog: 0.0.1-beta.4...0.0.1-beta.5

0.0.1-beta.4 - Bug fix on shutdown await

06 Nov 22:53
ba14d62

Choose a tag to compare

Fixes

  • fix shutdown on managed statsig instance should await

Included In This Release

Full Changelog: 0.0.1-beta.3...0.0.1-beta.4

0.0.1-beta.3 - [Internal] Update readme & release tooling

05 Nov 02:48
06ea94e

Choose a tag to compare

Improvements

  • Update readme & release tooling

Included In This Release

  • f38d912 kat-statsig
    • Merge pull request #8 from statsig-io/update_readme
  • fd2e5c5 “Kat
    • update
  • 096122d “Kat
    • chore: update readme
  • aedf76e “Kat
    • chore: update readme

Full Changelog: 0.0.1-beta.2...0.0.1-beta.3

0.0.1-beta.2 - release

05 Nov 01:25
f4e9d97

Choose a tag to compare

New Features

  • core apis

Included In This Release

  • b6f2de5 kat-statsig
    • Merge pull request #3 from statsig-io/otel
  • 202616d “Kat
    • rm export
  • 471194d “Kat
    • chore: rm otel methods
  • e748e24 kat-statsig
    • Merge pull request #4 from statsig-io/prompt_targeting
  • 2fe5cbf “Kat
    • chore: add prompt targeting test
  • 29caae8 “Kat
    • fix test
  • d0b45f9 “Kat
    • rm dataclass
  • 24a3463 “Kat
    • fixes
  • ec6d577 “Kat
    • feat: initialize tracing
  • 8c20e3e kat-statsig
    • Merge pull request #2 from statsig-io/add_logging_test
  • c4596dd “Kat
    • test: add log eval result test
  • 8a82c13 “Kat
    • chore: add release workflow

Full Changelog: 0.0.1-beta.1...0.0.1-beta.2

release 0.0.1-beta.1

05 Nov 00:48
a99d53b

Choose a tag to compare

Merge pull request #1 from statsig-io/main_apis

feat: add main apis