Skip to content

v0.11.0

Choose a tag to compare

@craabreu craabreu released this 26 Mar 18:59
· 24 commits to main since this release

What's Changed

  • Removes 'digits' option from CV evaluators (breaks API) by @craabreu in #69
  • Improves registration of serializable objects by @craabreu in #70
  • Improves public API by @craabreu in #71
  • Improves handling of units of measurement by @craabreu in #72
  • Allows defining CV names at construction time by @craabreu in #74
  • Fixes normalization issue in RMSD-content CVs by @craabreu in #75
  • Implements a class for meta-collective variables by @craabreu in #76
  • Moves unit and serialization functionalities to subpackages by @craabreu in #77
  • Lower and upper bound specification required for periodic CVs by @craabreu in #78
  • Automatically replace non-serializable objects at CV registry by @craabreu in #79
  • Allows global parameters to be used in custom functions by @craabreu in #80
  • Exposes the base CollectiveVariable class by @craabreu in #81
  • Includes a collective variable reporter for OpenMM simulations by @craabreu in #82
  • Sets Reporter as standalone class by @craabreu in #83
  • Adds the ability to report context parameter values by @craabreu in #84

Full Changelog: v0.10.0...v0.11.0