From ae86703501486e63c2d13783824382664df3bb7b Mon Sep 17 00:00:00 2001 From: Philipp Rehner <69816385+prehner@users.noreply.github.com> Date: Wed, 22 Dec 2021 16:51:18 +0100 Subject: [PATCH] Release v0.1.1 (#17) * Release v0.1.1 * update readme --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 5 ++++- README.md | 2 +- build_wheel/Cargo.toml | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02fc949..d59fdf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [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](https://github.com/feos-org/feos-core/pull/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 diff --git a/Cargo.toml b/Cargo.toml index f002f10..d7e2f9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "feos-core" -version = "0.1.0" +version = "0.1.1" authors = ["Gernot Bauer ", "Philipp Rehner ", "Philipp Rehner