Changelog¶
Change tags (adopted from Scikit-learn and mvlearn):
[Major Feature] : something big that you couldn’t do before.
[Feature] : something that you couldn’t do before.
[Efficiency] : an existing feature now may not require as much computation or memory.
[Enhancement] : a miscellaneous minor improvement.
[Fix] : something that previously didn’t work as documentated – or according to reasonable expectations – should now work.
[API] : 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.1.1¶
Updates in this release:
[Enhancement] Improving documentation for several methods.
[Enhancement] Improved documentation for installation and extra dependencies.
[Enhancement] Adding guidelines on how to choose an algorithm.
[Enhancement] Added license headers to all files.
[Fix] Fixed iPython dependency issue. Oct2Py depends on iPython but returned an error when importing ipython>=9.0.0.
.github/workflows/ci_test.yml¶
[Fix] Fixing actions/missing-workflow-permissions security.
Version 0.1.0¶
We are happy to announce the first major public version of iMML!