Skip to content

Latest commit

 

History

History
316 lines (201 loc) · 13.9 KB

CHANGELOG.md

File metadata and controls

316 lines (201 loc) · 13.9 KB

CHANGELOG

v0.3.0-rc.1 (2025-01-09)

Bug Fixes

  • Directory clean to use constants (#54) (, 948e214)

  • Hugging face async coverage (#44) (, 4b41096)

  • Use local model cost for tests (#49) (, 5a572e8)

Documentation

  • Update README for openai support (#51) (, e2cef38)

Features

  • Response interceptor aiohttp / requests (#48) (, 6a3806b)

  • huggingface: Add support for image-to-image/ text-to-speech (#56) (, 4bcd2dd)

  • huggingface: Support for async translation (#52) (, c7946de)

  • mistralai: Support for mistralai v1 chat (#46) (, e9ebd28)

  • openai: Add support for speech to text (#50) (, 05c1947)

  • openai: Add support for speech translation (#57) (, 5ada606)

  • openai: Support for image generation (#55) (, 7f6277b)

  • openai: Support for text-to-speech (#45) (, 3f7a316)

v0.2.1 (2024-12-31)

Bug Fixes

  • api: Tests and fix unused code on api (#38) (, 19ba2d4)

  • openai: Fix async report and add unit tests (#39) (, 1497a9e)

  • tracer: Fix tracer.asubmit_impact and add more tests (#37) (, 1028ea2)

  • tracer: Fixes asubmit_impact that was not working + unittest (#41) (, 640317c)

  • worker: Add more unit tests and fix some behavior of the worker (#36) (, a29101f)

Chores

  • release: 0.2.1 (, 11d0204)

  • tracer: Remove dead code in tracer (#40) (, f56f06c)

Documentation

  • readme: Include python version and pytests status (#42) (, 559188a)

  • readme: Update README.md (#43) (, e765157)

v0.2.0 (2024-12-31)

Chores

Continuous Integration

  • coveralls: Add support for coveralls (#35) (, 4cddb64)

Documentation

  • openai: Add OpenAI chat examples using chat interface (#33) (, 9fcc2e5)

Features

  • anthropic: Support for messages.create(stream=True) + add chat examples (#34) (, 4598bdf)

v0.1.0 (2024-12-27)

Build System

  • Add classifiers to the project (#31) (, d09bff9)

Chores

v0.1.1-alpha.3 (2024-12-27)

Chores

  • release: 0.1.1-alpha.3 (, 7ab542b)

Documentation

  • Update readme with badge and compatibility matrix (#27) (, c4ad6cb)

Features

  • cohere: Add support for Cohere client V1 (#29) (, 60c6295)

  • cohere: Add support for v2 client + examples (#30) (, 2f2850f)

  • litellm: Litellm integration (#28) (, c1f56b9)

v0.1.1-alpha.2 (2024-12-26)

Chores

  • release: 0.1.1-alpha.2 (, 02c461f)

Features

  • tracer: Add impact and synchronisation in tracer (#26) (, f48b63c)

v0.1.1-alpha.1 (2024-12-24)

Build System

  • Rename the project from scope3ai-py to scope3ai for easier installation (#24) (, e5f9356)

Chores

  • release: 0.1.1-alpha.1 (, e5754da)

Testing

  • Move the mp3 to appropriate location in tests/data (#25) (, 1a080b0)

v0.1.0-alpha.2 (2024-12-24)

Bug Fixes

  • Fix the workflow (#23) (, 760e177)

  • Prevent uv.lock to be out of sync after release (#22) (, 2db0d78)

Chores

  • release: 0.1.0-alpha.2 (, 6c7eaa9)

Continuous Integration

  • Update package name (#21) (, 2733f5f)

v0.1.0-alpha.1 (2024-12-24)

Bug Fixes

  • Pydantic deprecation max_items to max_length (#4) (, bf5f7b3)

Chores

  • release: 0.1.0-alpha.1 (, 0d30557)

  • release: Allow release workflow to commit on main (#15) (, bdace37)

Continuous Integration

  • Add conventional commit workflow (, 2e7339f)

  • Add pre-commit workflow (, 928fe65)

  • Add release workflow (#14) (, 8686f76)

  • Add ssh information for python-semantic-release (#16) (, d2466ba)

  • Add uv build in release (#20) (, cbb8f74)

  • Ensure PR title are matching conventional commit spec (#11) (, d922b6e)

  • Introduce python-semantic-release (#13) (, 7e345a5)

  • Try fixing cocogitto integration (, 4438ad7)

  • Try fixing git push (#19) (, 30071b8)

  • Try manual push (#18) (, b80c2f7)

  • Try using PAT (#17) (, 80026e5)

Features

  • Add anthropic chat support (#9) (, 12c4a8a)

  • First http sync/async client (, 2c0d4ec)

  • Hugging face chat and image generation first iteration (#7) (, c230c94)

  • Hugging face headers (#12) (, c37e831)

  • Initial incomplete proposal for scope3ai library (, c4a3f28)

  • Initial pytest implementation for openai (#5) (, 7490ab7)

  • Initial unit test implementation using PyVcr (#3) (, 2a3df02)

  • Use pydantic codegen to generate types from OpenAPI Scope3AI (#6) (, 24e8652)

Refactoring

  • Rework the initial tracer and add parenting flow (, 559c822)

v0.0.1 (2024-12-09)

Features