Skip to content

Release 0.10.0 - Optimizations of ThermodynamicState, renamed AlchemicalFactory, readthedocs

Pre-release
Pre-release
Compare
Choose a tag to compare
@andrrizzi andrrizzi released this 26 May 00:51
  • BREAKS API: Renamed AlchemicalFactory to AbsoluteAlchemicalFactory (#206)
  • Major optimizations of ThermodynamicState (#200, #205)
    • keep in memory only a single System object per compatible state
    • fast copy/deepcopy
    • enable custom optimized serialization for multiple states
  • Added readthedocs documentation (#191)
  • Bugfix for serialization of context when NaN encountered (#199)
  • Added tests for python 3.6 (#184)
  • Added tests for integrators (#186, #187)