Releases: Techainer/mlchain-python
Release for Mlchain 0.3.1
Release MLchain 0.3.0
Merge pull request #56 from Techainer/no_proto Improve numpy version
Release MLchain 0.2.9
Merge pull request #55 from Techainer/no_proto Removee GRPC due to not using + Increase version of some requirements
Release MLchain 0.2.8
Upgrade flask from 1.x to 2.1.0
mlchain-python 0.2.7
What's Changed
- hotfix: lossen opencv version requirements by @lamhoangtung in #51
- Bump mlchain version to 0.2.7 by @lamhoangtung in #52
Full Changelog: 0.2.6...0.2.7
mlchain-python 0.2.6
Update lastest starlette
mlchain-python 0.2.5
mlchain-python 0.2.3
Hi. We are releasing a new version 0.2.3
of mlchain-python
. This release don't bring in new feature but contain some fix for our production deployment need like #46
MLChain is far from perfect but we hope to improve it day by day with everyone's feedback and help. Thanks ;)
mlchain-python 0.2.2
Long time no see. We are excited to release the new version 0.2.2
of mlchain-python
New features
- Since Starlette is more stable than Quart, we remove Quart in favor of Starlette for async server, fixed #32 and fixed #33
Fixes and improvements
- Increase coverage to 55% for #8
- Better test process with full x86 CI matrix build on Github Actions, fixed #38
- Fixed #10: Randomly missing exception log
- Fixed #42: ImportError: cannot import name 'ResponseClosed' from 'httpx'
Also with better log, description, exception here and there for a better user experience.
MLChain is far from perfect but we hope to improve it day by day with everyone's feedback and help. Thanks ;)
mlchain-python 0.1.9
In this release, we had improve our CLI a lot to ensure a more friendly and easy to use experience. We fixed a lot bug in this release. We also added Sentry integration since we love it and want you guys to get sentry logging for zero effort by using MLChain.
New features
- Sentry integration (#28)
Fixes and improvements
MLChain is far from perfect but we hope to improve it day by day with everyone's feedback and help. Thanks ;)