Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit aaf8c85

Browse files
committed
Update changelog for v0.9.7 release
1 parent a3ebfdd commit aaf8c85

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [v0.9.7] - 2023-09-19
910
### Fixed
1011
- `Masked array are not supported` in `linalg.solve` fixed by migration to `numpy.linalg.solve`
1112
- Python 3.11 compatibility issue `inspect.getargspec` -> `inspect.getfullargspec` resolved
1213

1314
### Changed
1415
- Migrated from `setuptools` format to `pyproject.toml`
16+
17+
[Unreleased]: https://github.com/pybardo/pykalman/compare/v0.9.7...HEAD
18+
[v0.9.7]: https://github.com/pybardo/pykalman/compare/92810c9e3005dde7d9fe063607e4c96861d087d4...v0.9.7

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pykalman-bardo"
3-
version = "0.9.5"
3+
version = "0.9.7"
44
description = "An implementation of the Kalman Filter, Kalman Smoother, and EM algorithm in Python"
55
authors = [
66
{name = "Daniel Duckworth", email = "pykalman@gmail.com"},

0 commit comments

Comments
 (0)