Skip to content

Releases: mlf-core/mlf-core

[1.7.7 Release]

29 Nov 19:55
d94eca8
Compare
Choose a tag to compare

1.7.7 (2020-11-29)

Added

  • Support for deploying the documentation on Github Pages. By default the Documentation is pushed to the gh-pages branch.
    Simply enable Github pages (repository settings) with the gh-pages branch and your documentation will build on https://username.github.io/repositoryname

Fixed

  • Workflows are now also triggered on PR

Dependencies

Deprecated

[1.7.6 Release]

22 Nov 22:02
dcbea8d
Compare
Choose a tag to compare

1.7.6 (2020-11-22)

Added

Fixed

  • Github project creation support due to Github's new main branch

Dependencies

Deprecated

[1.7.5 Release]

18 Nov 08:08
b880aa4
Compare
Choose a tag to compare

Added

Fixed

  • Sync set-env deprecated

Dependencies

Deprecated

[1.7.4 Release]

11 Nov 17:41
3e8f3ac
Compare
Choose a tag to compare

1.7.4 (2020-11-11)

Added

Fixed

  • Sync now compares against the development branch and not the master branch.

Dependencies

Deprecated

[1.7.3 Release]

09 Nov 13:12
e55640b
Compare
Choose a tag to compare

1.7.3 (2020-11-09)

Added

Fixed

  • Added CHANGELOG.rst to blacklisted files

Dependencies

Deprecated

[1.7.2 Release]

07 Nov 17:48
90d41d3
Compare
Choose a tag to compare

1.7.2 (2020-11-07)

Added

Fixed

  • Removed redundant print in xgboost

Dependencies

Deprecated

[1.7.1 Release]

07 Nov 17:40
a0d19d3
Compare
Choose a tag to compare

1.7.1 (2020-11-07)

Added

Fixed

  • mlf-core sync does now correctly find attributes

Dependencies

Deprecated

[1.7.0 Release]

07 Nov 17:16
9b0f6a5
Compare
Choose a tag to compare

1.7.0 (2020-11-06)

Added

  • fix-artifact-paths which replaces the artifact paths with the paths of the current system
  • More structured documentation

Fixed

  • Now using GPUs by default only when GPUs are available for XGBoost templates

Dependencies

Deprecated

[1.6.1 Release]

06 Nov 10:30
52c9184
Compare
Choose a tag to compare

1.6.1 (2020-11-06)

Added

  • New package templates (package-prediction) for Pytorch, Tensorflow and XGBoost
  • Workflows for package-prediction
  • Documentation for package-prediction

Fixed

Dependencies

Deprecated

[1.5.0 Release]

29 Oct 12:31
85ef8e8
Compare
Choose a tag to compare

1.5.0 (2020-10-29)

Added

  • Check for non-deterministic functions for mlflow-tensorflow linter
  • Check for all_reduce for mlflow-xgboost templates
  • Check for OS for system-intelligence runs. If not Linux -> don't run system-intelligence
  • .gitattributes to templates, which ignores mlruns
  • Documentation on creating releases

Fixed

  • Sync now operates correctly with the correct PR URL

Dependencies

Deprecated