Skip to content

Releases: ChEB-AI/python-chebai

v1.0.3

18 Jul 16:33
8e12448
Compare
Choose a tag to compare

This release includes some minor fixes:

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

15 Jul 11:46
e8dd6d3
Compare
Choose a tag to compare

This release includes:

  • Change from setup.py to pyproject.toml - we also took the opportunity to remove some imports that are no longer needed and move some rarely used imports to extras. This should speed up installation #99
  • Separate test and validation split ratios (with updated default values: test set is now 10%, validation set 5% (compared to ~13% and ~2%)) #103
  • Fixes: hyperparameters get saved corrects #97, trainer is now determinstic #101, minor fixes for ensemble #104

v1.0.1

10 Jul 11:13
Compare
Choose a tag to compare

This release includes:

  • Support for using chebai-trained models in chebifier ensembles (e.g., via automatically calculating metrics on the validation set) #102
  • Fixes and improvements related to the chebai-extensions in chebai-graph and chebai-proteins #96 #93 #91 #88
  • Streamlining the load_processed_data function #92 #90
  • Some minor fixes and improvements #84 #85

v1.0.0

24 Apr 12:35
0e7d55b
Compare
Choose a tag to compare

Changes in the last months include:

v0.0.0

02 Mar 10:25
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/master'