Skip to content
This repository was archived by the owner on Jun 14, 2022. It is now read-only.

Latest commit

 

History

History
51 lines (39 loc) · 2.22 KB

File metadata and controls

51 lines (39 loc) · 2.22 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.5] - 2022-02-21

Fixed

  • Fixed bug in predict of Estimator. #30

Added

  • Add pyproject.toml. #29

[0.1.4] - 2022-02-18

Fixed

  • Fix state constructor for T, p, V, x_i specification. #26

Added

  • Added method predict to Estimator. #27

Changed

  • Changed method for vapor pressure in DataSet to vapor_pressure (was pressure of VLE liquid phase). #27

[0.1.3] - 2022-01-21

Added

  • Added the following properties to State: #21
    • dp_drho partial derivative of pressure w.r.t. density
    • d2p_drho2 second partial derivative of pressure w.r.t. density
    • isothermal_compressibility the isothermal compressibility
  • Read a list of segment records directly from a JSON file. #22

[0.1.2] - 2022-01-10

Changed

  • Changed ChemicalRecord to an enum that can hold either the full structural information of a molecule or only segment and bond counts and added an Identifier. #19
  • Removed the chemical_record field from PureRecord and made model_record non-optional. #19

[0.1.1] - 2021-12-22

Added

  • Added from_multiple_json function to Parameter trait that is able to read parameters from separate JSON files. #15

Packaging

  • Updated pyo3 and numpy dependencies to 0.15.
  • Updated quantity dependency to 0.4.
  • Updated num-dual dependency to 0.4.
  • Removed ndarray-linalg and ndarray-stats dependencies.
  • Removed obsolete features for the selection of the BLAS/LAPACK library.

[0.1.0] - 2021-12-02

Added

  • Initial release