Skip to content

Commit

Permalink
Merge pull request #189 from promised-ai/release/python-0.7.1
Browse files Browse the repository at this point in the history
Prep for release
  • Loading branch information
Swandog authored Feb 27, 2024
2 parents add48c4 + f2a9e52 commit ee16ca4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pylace/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pylace"
version = "0.7.0"
version = "0.7.1"
edition = "2021"
license = "BUSL-1.1"

Expand Down
2 changes: 1 addition & 1 deletion pylace/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit ee16ca4

Please sign in to comment.