Skip to content

Releases: redmod-team/profit

v0.6 - Run System API

23 Dec 22:07
f6acf68
Compare
Choose a tag to compare

In version v0.6 the API for the run system was redesigned with the goal of a simple usage without the full config file. Additionally automated code reformatting was added.

What's Changed

  • new API for the run system - cleaner & simpler - for details see #173 (by @Rykath)
    • including an example notebook and unit tests
  • pre-commit hooks to clean notebooks and format code with black by @Rykath

Full Changelog: v0.5...v0.6

v0.5 - Improved Active Learning, Linear Regression and Refactoring

08 Jun 14:09
6f1f6fa
Compare
Choose a tag to compare

In version v0.5 the focus was on improving Active Learning, as well as refactoring proFit to embrace the hierarchical component structure. In addition, Linear Regression has been implemented as an alternative to Gaussian Process Regression.

What's Changed

Full Changelog: v0.4...v0.5

v0.5rc - Refactoring and improved Active Learning

19 May 11:29
cfef0aa
Compare
Choose a tag to compare

In version v0.5 the focus was on improving Active Learning, as well as refactoring proFit to embrace the hierarchical component structure.

Note: the final release of v0.5 will include Linear Regression

What's Changed

  • Major Refactor and Enhanced Active Learning by @mkendler in #142, #145, #153 and #161
    • Abstract Base Class, Config, Variables, Surrogates, Active Learning, Acquisition Functions, Encoders
    • added MCMC
    • more testcases
  • Added run system documentation by @Rykath in #147
  • Updated documentation by @mkendler in #161
  • Run system improvements, fixes and polishing by @Rykath in #147, #148, #152, #157 and #162

Full Changelog: v0.4...v0.5rc

v0.4 - Cleanup, Surrogates, Active Learning, Run Flow and UI

28 May 08:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3-alpha...v0.4

v0.4rc - Cleanup, Surrogates, Active Learning, Run Flow and UI

21 May 09:53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3-alpha...v0.4rc

v0.3

09 Feb 09:07
Compare
Choose a tag to compare
v0.3 Pre-release
Pre-release

Full Changelog: v0.2-alpha...v0.3-alpha

v0.2

22 Jan 09:16
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release

Full Changelog: v0.1-alpha...v0.2-alpha

v0.1

17 Dec 10:14
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

Full Changelog: v0.1-alpha