Skip to content

Releases: ChEB-AI/python-chebai

v1.1.0

17 Dec 11:24
399e237

Choose a tag to compare

In this release, we added support for regression tasks and MoleculeNet datasets used in Tumescheit et al.: Ontology pre-training improves machine learning-based predictions for metabolites (bioRXiv, 2025) (#130). In the context of our new ensemble (Flügel et al.: Chebifier 2: An ensemble for chemistry (SymGenAI4Sci Workshop, 2025)), we now have SMILES canonicalisation by default (#118) and support Logistic Regression and LSTMs (#127). See below for a full list of changes.

What's Changed

New Contributors

Full Changelog: v1.0.3...v1.1.0

v1.0.3

18 Jul 16:33
8e12448

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

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

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

Choose a tag to compare

Changes in the last months include:

v0.0.0

02 Mar 10:25

Choose a tag to compare

Merge remote-tracking branch 'origin/master'