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

Commit

Permalink
Update changelog for v0.9.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbalatsko committed Sep 19, 2023
1 parent a3ebfdd commit aaf8c85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

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

### Changed
- Migrated from `setuptools` format to `pyproject.toml`

[Unreleased]: https://github.com/pybardo/pykalman/compare/v0.9.7...HEAD
[v0.9.7]: https://github.com/pybardo/pykalman/compare/92810c9e3005dde7d9fe063607e4c96861d087d4...v0.9.7
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pykalman-bardo"
version = "0.9.5"
version = "0.9.7"
description = "An implementation of the Kalman Filter, Kalman Smoother, and EM algorithm in Python"
authors = [
{name = "Daniel Duckworth", email = "pykalman@gmail.com"},
Expand Down

0 comments on commit aaf8c85

Please sign in to comment.