Skip to content

Releases: Amsterdam/classification

1.0.9

03 Feb 12:42
9a9d496
Compare
Choose a tag to compare

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

Full Changelog: 1.0.8...1.0.9

1.0.8

16 Dec 14:22
221fc25
Compare
Choose a tag to compare

What's Changed

  • Run uswgi with 1 process and 4 threads by @4c0n in #40

Full Changelog: 1.0.7...1.0.8

1.0.7

18 Nov 13:55
8d9544f
Compare
Choose a tag to compare

What's Changed

  • Remove part where it is suggested that the category names are convert… by @4c0n in #38
  • Download nltk data during container image build by @4c0n in #39

Full Changelog: 1.0.6...1.0.7

1.0.6

14 Nov 12:45
32ab87a
Compare
Choose a tag to compare

What's Changed

  • Download all nltk data as opposed to just the stopwords by @4c0n in #37

Full Changelog: 1.0.5...1.0.6

1.0.5

13 Nov 12:57
5d5147f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.4...1.0.5

1.0.4

04 Jul 11:21
1bb104e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.3...1.0.4

1.0.3

26 Jun 09:54
d19c249
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.2...1.0.3

1.0.2

18 Mar 12:45
440e715
Compare
Choose a tag to compare

What's Changed

  • Use the correct image names by @4c0n in #23
  • Restore previously blocked docker hub description updater action by @4c0n in #24
  • Add azure ml training by @4c0n in #25
  • Update dependencies by @4c0n in #26

Full Changelog: 1.0.1...1.0.2

1.0.1

12 Dec 12:17
fd36c7f
Compare
Choose a tag to compare

What's Changed

  • Build and push training container image by @4c0n in #20
  • Don't update descriptions for now by @4c0n in #21
  • Restore checkout action by @4c0n in #22

Full Changelog: 1.0.0...1.0.1

1.0.0

28 Nov 08:20
c1a6cc9
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: https://github.com/Amsterdam/classification/commits/1.0.0