Download Latest Version v2.2.0 Atom and bond property prediction + Foundation Models source code.tar.gz (136.5 MB)
Email in envelope

Get an email when there's a new version of Chemprop

Home / v2.0.5
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2024-10-12 4.5 kB
v2.0.5 source code.tar.gz 2024-10-12 32.8 MB
v2.0.5 source code.zip 2024-10-12 32.9 MB
Totals: 3 Items   65.7 MB 0

We continue to enhance and improve the functionality and usability of Chemprop. If there are things you'd like to see addressed in a future update, please open an issue or PR.

Core code changes

We discovered that our Noam learning rate scheduler does not match what was originally proposed. The current scheduler does work well though, so it was decided to not change the definition. Instead the scheduler was renamed and refactored to be more clear. By @shihchengli in https://github.com/chemprop/chemprop/pull/975 Work on uncertainty quantification methods revealed that our previous prediction tensor return dimensions would cause difficulty down the line. Now we have placed uncertainty into a separate dimension. By @hwpang in https://github.com/chemprop/chemprop/pull/959 The BinaryDirichletFFN and MulticlassDirichletFFN predictors were added early in the v2 development, but not tested. Now they have been tested and corrected. By @shihchengli in https://github.com/chemprop/chemprop/pull/1017 The RDKit 2D molecular featurizer was added back by popular demand. The versions used in v1 are available as well as a version that uses all available molecular features in rdkit.Chem.Descriptors. By @KnathanM in https://github.com/chemprop/chemprop/pull/877

CLI changes

Transfer learning

Documentation

Other small bug fixes

New Contributors

Full Changelog: https://github.com/chemprop/chemprop/compare/v2.0.4...v2.0.5

Source: README.md, updated 2024-10-12