Releases: openai/openai-python
Releases · openai/openai-python
v0.26.0
Highlights and breaking changes
- Openai-python now has async thanks to @Andrew-Chen-Wang (and thank you @ddeville for reviewing!)
- The default package installation should now be considerably smaller thanks to @jakubroztocil. BREAKING: if you use
tools
or the embeddings endpoint, you'll probably want to install openai[datalib] - BREAKING: Answers, Search, and Classifications are removed as of this version since they are no longer active endpoints
What's Changed
- Update readme with image information by @mpokrass in #135
- Add Moderation endpoint to readme (#151) by @hallacy in #138
- fix(wandb): encoding on Windows by @borisdayma in #148
- Include long description by @MiWeiss in #157
- Do not require typing_extensions with Python 3.8+ by @paper42 in #154
- Fix mypy by @paper42 in #158
- Azure OpenAI 2022-12-01 by @cmurtz-msft in #159
- Add async support by @Andrew-Chen-Wang in #146
- [Azure] Add "deployments.*" commands to the CLI by @cmurtz-msft in #165
- Fix API requestor hanging when not using a global session by @ddeville in #167
- Add flag to include the cause in the exception str by @gdb in #137
- Make
numpy
andpandas
optional for ~7 times smaller deps by @jakubroztocil in #153 - Allow passing of api_key in image.create by @hallacy in #163
- Remove search, answers, classifications by @hallacy in #168
- Add optional mask for dalle's edit api (#157) by @YufeiG in #169
- Bump to 0.26.0 by @hallacy in #170
New Contributors
- @MiWeiss made their first contribution in #157
- @paper42 made their first contribution in #154
- @cmurtz-msft made their first contribution in #159
- @Andrew-Chen-Wang made their first contribution in #146
- @ddeville made their first contribution in #167
- @gdb made their first contribution in #137
- @jakubroztocil made their first contribution in #153
- @YufeiG made their first contribution in #169
Full Changelog: v0.25.0...v0.26.0
v0.25.0
v0.24.0
What's Changed
- Update README.md by @ChrisCarucci in #127
- Fix KeyError occurring using fine_tunes.prepare_data by @serinamarie in #125
- Add Dalle Support (#147) by @hallacy in #131
New Contributors
- @ChrisCarucci made their first contribution in #127
- @serinamarie made their first contribution in #125
Full Changelog: v0.23.1...v0.24.0
v0.23.1
v0.23.0
What's Changed
- Adds support for url timeouts with the request_timeout flag
- Adds logging of the request_id
- Wandb import warning only occurs if the wandb package isn't installed AND user requests the wandb tools via the CLI. Previously a warning would appear if the wandb package wasn't installed for all CLI commands.
- Drops specifying the numpy version
v0.22.1
v0.22.0
What's Changed
- [Azure] Capacity is not needed for scale types other than 'manual' by @sorinsuciu-msft in #103
- Add azure embeddings example notebook by @t-asutedjo in #104
- Add Azure AD authentication support by @t-asutedjo in #92
- Update setup.py by @oscar-king in #99
- Fixed args in refresh_from call in ErrorObject by @zafercavdar in #107
- Add deployment_id parameter for azure by @t-asutedjo in #109
- Ted/move examples to openai cookbook by @ted-at-openai in #112
New Contributors
- @t-asutedjo made their first contribution in #104
- @oscar-king made their first contribution in #99
- @zafercavdar made their first contribution in #107
Full Changelog: v0.20.0...v0.22.0
v0.20.0
What's Changed
- Add moderation endpoint by @lilianweng in #101
- Correct how model parameter is handled in moderation endpoint by @lilianweng in #102
v0.19.0
What's Changed
- Remove model param in Completion call by @gojira in #88
- Fix http reuse connections by @andrewchernyh in #94
- V0.19.0: Support engineless and adds openai.Search.create by @hallacy in #97
New Contributors
- @gojira made their first contribution in #88
- @andrewchernyh made their first contribution in #94
Full Changelog: v0.18.1...v0.19.0