Release History

Legend for changelogs

  • 🔥 something big that you couldn’t do before.
  • 💥 something that you couldn’t do before.
  • 📝 a miscellaneous minor improvement.
  • 🔨 something that previously didn’t work as documentated – or according to reasonable expectations – should now work.
  • ❗️ you will need to change your code to have the same effect in the future; or a feature will be removed in the future.

Version 0.2.0

sklift.models

sklift.metrics

sklift.viz

Miscellaneous

  • 💥 Add contributors in main Readme and in main page of docs.
  • 💥 Add contributing guide.
  • 💥 Add code of conduct.
  • 📝 Reformat Tutorials page.
  • 📝 Add github buttons in docs.
  • 📝 Add logo compatibility with pypi.

Version 0.1.2

sklift.models

  • 🔨 Fix bugs in TwoModels for regression problem.
  • 📝 Minor code refactoring.

sklift.metrics

  • 📝 Minor code refactoring.

sklift.viz

Version 0.1.1

sklift.metrics

Miscellaneous

Version 0.1.0

sklift.models

  • 📝 Fix typo in TwoModels docstring by @spiaz.
  • 📝 Improve docstrings and add references to all approaches.

sklift.metrics

Miscellaneous

  • ❗️ Remove sklift.preprocess submodule.
  • 💥 Add compatibility of tutorials with colab and add colab buttons by @ElMaxuno.
  • 💥 Add Changelog.
  • 📝 Change the documentation structure. Add next pages: Tutorials, Release History and Hall of fame.