Releases: athina-ai/athina-logger
Releases · athina-ai/athina-logger
v1.3.0
Added MIT License
Full Changelog: v1.2.9...v1.3.0
v1.2.9
What's Changed
- fix athina meta by @akshat-g in #24
- Bumped tiktoken version and adding support to passing base api url by @vivek-athina in #27
- [docs] create makefile and contributions guide with install instructions by @asdiamond in #28
- [test] add pytest and unit test setup to sdk by @asdiamond in #29
- Remove idea files by @vivek-athina in #31
- [feature] add model options to python sdk by @asdiamond in #30
- Added decorator for tracing by @vivek-athina in #32
New Contributors
- @asdiamond made their first contribution in #28
Full Changelog: v1.2.5...v1.2.9
v1.2.5
What's Changed
- fixing context in langchain handler by @vivek-athina in #21
- Fixes for Langchain tracing by @vivek-athina in #22
- Fix langchain context logging by @akshat-g in #23
Full Changelog: v1.2.2...v1.2.5
v1.2.2
What's Changed
- bug fix in endtime setting of trace by @vivek-athina in #20
Full Changelog: v1.2.1...v1.2.2
v1.2.1
Release 05 April, 2024
- Added feature to log custom eval metrics while logging inferences to athina
- Users can log custom eval metrics associated with the inference to athina. Users can log metrics in all the following ways:
- While logging inference using InferenceLogger
- While using Athina's OpenAi wrapper
- While logging traces, spans, and generations