Skip to content

Commit ee16ca4

Browse files
authored
Merge pull request #189 from promised-ai/release/python-0.7.1
Prep for release
2 parents add48c4 + f2a9e52 commit ee16ca4

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [python-0.7.1] - 2024-02-27
11+
12+
### Added
13+
14+
- Added support for pickling `lace.Engine`
15+
- Improved error reports for certain methods
16+
17+
### Changed
18+
1019
- Updated dependencies for pylace:
1120
`pandas`: 1.3 -> 2.2
1221
`pyarrow`: 14.0 -> 15.0
1322

23+
### Fixed
24+
25+
- Fixed `__version__` property
26+
1427
## [python-0.7.0] - 2024-02-07
1528

1629
### Added
@@ -265,7 +278,8 @@ Initial release on [PyPi](https://pypi.org/)
265278

266279
Initial release on [crates.io](https://crates.io/)
267280

268-
[unreleased]: https://github.com/promised-ai/lace/compare/python-0.7.0...HEAD
281+
[unreleased]: https://github.com/promised-ai/lace/compare/python-0.7.1...HEAD
282+
[python-0.7.1]: https://github.com/promised-ai/lace/compare/python-0.7.0...python-0.7.1
269283
[python-0.7.0]: https://github.com/promised-ai/lace/compare/python-0.6.0...python-0.7.0
270284
[rust-0.7.0]: https://github.com/promised-ai/lace/compare/rust-0.6.0...rust-0.7.0
271285
[python-0.6.0]: https://github.com/promised-ai/lace/compare/python-0.5.0...python-0.6.0

pylace/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pylace"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
edition = "2021"
55
license = "BUSL-1.1"
66

pylace/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "pylace"
7-
version = "0.7.0"
7+
version = "0.7.1"
88
description = "A probabalistic programming ML tool for science"
99
requires-python = ">=3.8"
1010
classifiers = [

0 commit comments

Comments
 (0)