Skip to content

Releases: matsengrp/multidms

0.2.1

29 Jul 03:05

Choose a tag to compare

0.2.0

21 Jul 21:41

Choose a tag to compare

See the changelog for release descriptions

Action Build Infrastructure

18 Jul 22:50

Choose a tag to compare

This release should be the first stable release of multidms! There are no source code or doc changes since 1.2

PyPI release and update description

18 Jul 18:35

Choose a tag to compare

Initial release of multidms

18 Jul 18:22

Choose a tag to compare

This release updates has some changes to the old API which are worth noting:

  • MultiDmsModel/MultiDmsData -> Model/Data
  • conditional_c=False Model parameter -> alpha_d=True
  • Model output activation now defaults to biophysical.Identity
  • A new parameter for model lower_bound has been introduced to set the lower bound on the model prediction when using softplus activation

It also adds lots of features, CI, testing, and docs updates.