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.
- Fixed bug in
predictofEstimator. #30
- Add
pyproject.toml. #29
- Fix state constructor for
T,p,V,x_ispecification. #26
- Added method
predicttoEstimator. #27
- Changed method for vapor pressure in
DataSettovapor_pressure(waspressureof VLE liquid phase). #27
- Added the following properties to
State: #21dp_drhopartial derivative of pressure w.r.t. densityd2p_drho2second partial derivative of pressure w.r.t. densityisothermal_compressibilitythe isothermal compressibility
- Read a list of segment records directly from a JSON file. #22
- Changed
ChemicalRecordto an enum that can hold either the full structural information of a molecule or only segment and bond counts and added anIdentifier. #19 - Removed the
chemical_recordfield fromPureRecordand mademodel_recordnon-optional. #19
- Added
from_multiple_jsonfunction toParametertrait that is able to read parameters from separate JSON files. #15
- Updated
pyo3andnumpydependencies to 0.15. - Updated
quantitydependency to 0.4. - Updated
num-dualdependency to 0.4. - Removed
ndarray-linalgandndarray-statsdependencies. - Removed obsolete features for the selection of the BLAS/LAPACK library.
- Initial release