Releases: zbw/qualle
Releases · zbw/qualle
v0.3.1
Qualle 0.3.0
Maintenance updates
We made the following updates to Qualle:
- Update dependencies by @cbartz in #14
- 188-update-packaging-version: The packaging version has been restricted to >=22.0 in the pyproject.toml file. by @gmmajal in #15
- Updated version of safety by @gmmajal in #17
- Upgrade to pydantic v2 by @gmmajal in #20
- Update fastapi, black and gunicorn by @gmmajal in #21
- Create a pull request template by @gmmajal in #24
- Updated python and dependencies to support version 3.12 by @Lakshmi-bashyam, See #25
- Update citation for new release by @Lakshmi-bashyam in #27
New Contributors
- @gmmajal made their first contribution in #15
- @Lakshmi-bashyam made their first contribution in #25
Full Changelog: v0.2.0...v0.3.0
Qualle 0.2.0
Maintenance updates
We made the following updates to Qualle:
- Updated and removed dependencies. See pull requests #8 and #9.
- Switched to Poetry for dependency and build management. See pull request #5.
- Used Black as the code style. See pull request #11.
- Updated the README. See pull requests #7 and #13.
- Automated the publication of Qualle on PyPI. See pull request #6.
New Features
We added the following new features to Qualle:
- (Batch) prediction is now possible via the command line, eliminating the need to start a ReST server. See pull request #10.
- Qualle is now compatible with Python 3.10 and 3.11.
- A command-line tool called "qualle" is now installed, making it easier to access Qualle's functionality.
Qualle 0.1.1
Patch release that contains #4
Qualle 0.1.0
Initial release containing the three modes: train, evaluate and REST interface.