Skip to content

molecule_generation 0.3.0

Compare
Choose a tag to compare
@kmaziarz kmaziarz released this 31 Oct 14:21
· 13 commits to main since this release
e64f426

Added

  • Add support for fine-tuning a pretrained model on new data (#30)
  • Add a __version__ attribute to make the package version easily accessible at runtime (#35)

Changed

  • Drop the exact version requirements for python and tensorflow to support entire ranges of versions (#35)

Removed

  • Drop unused GraphMultitaskModel which ended up in the open-source release by accident (#34)

Fixed

  • Make the inference server check the status of child processes every 10 seconds, so that it can exit gracefully in case of errors instead of hanging (#33)