Skip to content

Latest commit

 

History

History
96 lines (63 loc) · 1.73 KB

CHANGELOG.md

File metadata and controls

96 lines (63 loc) · 1.73 KB

Changelog

Version 1.5.2

  • scikit-learn to 1.5.2
  • numpy to 2.1.1
  • joblib to 1.4.2

Version 1.5.1

  • scikit-learn to 1.5.1

Version 1.5.0

  • scikit-learn to 1.5.0
  • Drop of Python 3.8 and updated README
  • Updates on Github Actions

Version 1.4.2

  • scikit-learn to 1.4.2

Next Version

  • Updated Github Actions

Version 1.4.1

  • scikit-learn to 1.4.1 (1.4.1.post1)
  • Migrated pkg_resources to importlib.resources

Version 1.3.2

  • Teaching Python Note on README
  • scikit-learn to 1.3.2
  • pandas to 2.1.3
  • numpy to 1.26.2
  • joblib to 1.3.2

Version 1.3.1

  • scikit-learn to 1.3.1
  • pandas to 2.1.1
  • numpy to 1.26.0
  • scipy to 1.11.3

Version 1.3.0

  • scikit-learn to 1.3.0
  • pandas to 2.0.3
  • numpy to 1.25.1
  • Compressed training data to reduce library's size for faster downloads

Version 1.2.2

  • scikit-learn to 1.2.2
  • numpy to 1.24.2
  • scipy to 1.10.1

Version 1.2.1

  • scikit-learn to 1.2.1
  • Added Python3.11 to Github Actions' test matrix
  • Changed description to reflect current state of the project
  • Rewrite on some calls from Refurb's recommendations
  • Auto-release using Github Actions

Version 1.1.3

  • scikit-learn to 1.1.3

Version 1.1.2

  • scikit-learn to 1.1.2
  • Added instructions in README on how to generate models
  • Changed "url" in setup.py to Github
  • Added experimental command line entry point

Version 1.0.2.1

Fixes for broken release

  • Fix: Numpy regression for Python3.7
  • Fix: typo in scikit-learn version in setup
  • Prayers: that there will not be a 1.0.2.1 scikit version

Version 1.0.2

  • scikit-learn to 1.0.2
  • Introduced python3.10
  • Passed black through the whole codebase

Version 1.0.1

  • scikit-learn to 1.0.1
  • Started canonising code per pylint recommendations: spacing, etc