Recent Releases of qualle
qualle - Qualle 0.5.0
What's Changed
- Run command inside Dockerfile as JSONArgs to avoid warnings. by @gmmajal in https://github.com/zbw/qualle/pull/52
- (Breaking Change) Drop support for python 3.9 by @gmmajal in https://github.com/zbw/qualle/pull/54
Full Changelog: https://github.com/zbw/qualle/compare/v0.4.3...v0.5.0
- Python
Published by gmmajal 8 months ago
qualle - Qualle 0.4.3
Maintenance update
- Update sub-dependencies to avoid vulnerabilities by @gmmajal in https://github.com/zbw/qualle/pull/50
Full Changelog: https://github.com/zbw/qualle/compare/0.4.2...v0.4.3
- Python
Published by gmmajal 9 months ago
qualle - Qualle 0.4.2
Maintenance update
- Refactor and add unit tests for rest and label calibration by @gmmajal in https://github.com/zbw/qualle/pull/41
- Improve readability and test coverage of cli by @gmmajal in https://github.com/zbw/qualle/pull/42
- Bump version of numpy and mitigate security vulnerability by @gmmajal in https://github.com/zbw/qualle/pull/45
Full Changelog: https://github.com/zbw/qualle/compare/v0.4.1...0.4.2
- Python
Published by gmmajal 10 months ago
qualle - Qualle 0.4.1
Maintenance updates
- 37 update vulnerable packages and remove uvicorn worker by @gmmajal in https://github.com/zbw/qualle/pull/39
Full Changelog: https://github.com/zbw/qualle/compare/v0.4.0...v0.4.1
- Python
Published by gmmajal 12 months ago
qualle - Qualle v0.4.0
Maintenance updates
- Update year in the Copyright notice by @gmmajal in https://github.com/zbw/qualle/pull/34
- Bump pytest and uvicorn by @gmmajal in https://github.com/zbw/qualle/pull/36
Full Changelog: https://github.com/zbw/qualle/compare/v0.3.2...v0.4.0
- Python
Published by gmmajal about 1 year ago
qualle - Qualle 0.3.2
Maintenance updates
We made the following changes to Qualle * Bump fastapi to v0.115.x by @gmmajal in https://github.com/zbw/qualle/pull/30 * Remove warnings from unit tests by @gmmajal in https://github.com/zbw/qualle/pull/32
Full Changelog: https://github.com/zbw/qualle/compare/v0.3.1...v0.3.2
- Python
Published by gmmajal over 1 year ago
qualle - Qualle 0.3.0
Maintenance updates
We made the following updates to Qualle:
- Update dependencies by @cbartz in https://github.com/zbw/qualle/pull/14
- 188-update-packaging-version: The packaging version has been restricted to >=22.0 in the pyproject.toml file. by @gmmajal in https://github.com/zbw/qualle/pull/15
- Updated version of safety by @gmmajal in https://github.com/zbw/qualle/pull/17
- Upgrade to pydantic v2 by @gmmajal in https://github.com/zbw/qualle/pull/20
- Update fastapi, black and gunicorn by @gmmajal in https://github.com/zbw/qualle/pull/21
- Create a pull request template by @gmmajal in https://github.com/zbw/qualle/pull/24
- Updated python and dependencies to support version 3.12 by @Lakshmi-bashyam, See https://github.com/zbw/qualle/pull/25
- Update citation for new release by @Lakshmi-bashyam in https://github.com/zbw/qualle/pull/27
New Contributors
- @gmmajal made their first contribution in https://github.com/zbw/qualle/pull/15
- @Lakshmi-bashyam made their first contribution in https://github.com/zbw/qualle/pull/25
Full Changelog: https://github.com/zbw/qualle/compare/v0.2.0...v0.3.0
- Python
Published by Lakshmi-bashyam over 1 year ago
qualle - 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.
- Python
Published by cbartz almost 3 years ago
qualle - Qualle 0.1.0
Initial release containing the three modes: train, evaluate and REST interface.
- Python
Published by cbartz over 4 years ago