From f2a9e52a362769e908a19c1211e0e7d17aca93ac Mon Sep 17 00:00:00 2001 From: Ken Swanson Date: Mon, 26 Feb 2024 20:42:46 -0600 Subject: [PATCH] Prep for release Updated versions Fleshed out the CHANGELOG --- CHANGELOG.md | 16 +++++++++++++++- pylace/Cargo.toml | 2 +- pylace/pyproject.toml | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab291bed..71e3698c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [python-0.7.1] - 2024-02-27 + +### Added + +- Added support for pickling `lace.Engine` +- Improved error reports for certain methods + +### Changed + - Updated dependencies for pylace: `pandas`: 1.3 -> 2.2 `pyarrow`: 14.0 -> 15.0 +### Fixed + +- Fixed `__version__` property + ## [python-0.7.0] - 2024-02-07 ### Added @@ -265,7 +278,8 @@ Initial release on [PyPi](https://pypi.org/) Initial release on [crates.io](https://crates.io/) -[unreleased]: https://github.com/promised-ai/lace/compare/python-0.7.0...HEAD +[unreleased]: https://github.com/promised-ai/lace/compare/python-0.7.1...HEAD +[python-0.7.1]: https://github.com/promised-ai/lace/compare/python-0.7.0...python-0.7.1 [python-0.7.0]: https://github.com/promised-ai/lace/compare/python-0.6.0...python-0.7.0 [rust-0.7.0]: https://github.com/promised-ai/lace/compare/rust-0.6.0...rust-0.7.0 [python-0.6.0]: https://github.com/promised-ai/lace/compare/python-0.5.0...python-0.6.0 diff --git a/pylace/Cargo.toml b/pylace/Cargo.toml index cd49a908..45a86ba7 100644 --- a/pylace/Cargo.toml +++ b/pylace/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pylace" -version = "0.7.0" +version = "0.7.1" edition = "2021" license = "BUSL-1.1" diff --git a/pylace/pyproject.toml b/pylace/pyproject.toml index 899ef3f2..b67f36e2 100644 --- a/pylace/pyproject.toml +++ b/pylace/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "pylace" -version = "0.7.0" +version = "0.7.1" description = "A probabalistic programming ML tool for science" requires-python = ">=3.8" classifiers = [