Skip to content

mlchain-python 0.2.2

Compare
Choose a tag to compare
@lamhoangtung lamhoangtung released this 18 Jun 05:28
· 53 commits to master since this release
d81f6b5

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 ;)