Releases: Amsterdam/classification
Releases · Amsterdam/classification
1.0.9
Note
- sklearn is updated in this version. This unfortunately means that pickle files (containing models trained with an older sklearn version) will not work with this version. The solution would be to train new models with this new version.
What's Changed
- Bump jinja2 from 3.1.4 to 3.1.5 by @dependabot in #41
- Update dependencies by @4c0n in #42
Full Changelog: 1.0.8...1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
What's Changed
- Bump nltk from 3.8.1 to 3.9 by @dependabot in #34
- Bump flask-cors from 4.0.1 to 5.0.0 by @dependabot in #35
- Bump werkzeug from 3.0.3 to 3.0.6 by @dependabot in #36
Full Changelog: 1.0.4...1.0.5
1.0.4
1.0.3
What's Changed
- Bump pillow from 10.2.0 to 10.3.0 by @dependabot in #27
- Bump werkzeug from 3.0.1 to 3.0.3 by @dependabot in #28
- Bump jinja2 from 3.1.3 to 3.1.4 by @dependabot in #29
- Bump flask-cors from 4.0.0 to 4.0.1 by @dependabot in #30
- Bump tqdm from 4.66.2 to 4.66.3 by @dependabot in #31
- Bump scikit-learn from 1.4.1.post1 to 1.5.0 by @dependabot in #32
New Contributors
- @dependabot made their first contribution in #27
Full Changelog: 1.0.2...1.0.3
1.0.2
1.0.1
1.0.0
Release 1.0.0
This release marks a significant departure from the 0.1.0 version currently available in the Signalen/classification repository. The changes introduced in this release are aimed at enhancing the overall functionality and maintainability of the classification system.
Note: 🚨 This version is not backward compatible with pickle files created by the 0.1.0 version. Therefore, it is essential to retrain models using this version before deploying it to any environment. 🚨
What's Changed
- Chore/training docker by @vanbuiten in #1
- Update readme by @4c0n in #2
- Improve container setup by @4c0n in #3
- Cleanup dependencies by @4c0n in #4
- Cleanup unused by @4c0n in #5
- Remove jupyter notebook by @vanbuiten in #6
- Remove Django and generation of fixtures by @vanbuiten in #7
- Use poetry and upgrade dependencies by @4c0n in #8
- Cleanup/Refactor of the
engine.py
,train.py
and introduce new setting by @vanbuiten in #9 - Cleanup of the
app/app.py
, refactorapp/MoraCategoryClassifier.py
intoapp/classifier.py
and introduce a new setting by @vanbuiten in #10 - Fixed docstrings and added typing to the engine.py by @vanbuiten in #11
- Add isort by @vanbuiten in #12
- Add flake8 by @vanbuiten in #13
- Added GitHub action for linting by @vanbuiten in #14
- GitHub workflow build and push to docker hub by @vanbuiten in #15
- Refactored the
app/train.py
andapp/engine.py
by @vanbuiten in #16 - Removed
test_models.py
by @vanbuiten in #17 - Wrong path in logs when pickling category paths by @vanbuiten in #18
- Removed test.sh by @vanbuiten in #19
New Contributors
- @vanbuiten made their first contribution in #1
- @4c0n made their first contribution in #2
Full Changelog: https://github.com/Amsterdam/classification/commits/1.0.0