Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msk committed May 20, 2024
1 parent d8a13b9 commit ddffb8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ file is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and
this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.7.0] - 2024-05-20

### Changed

* Updated intel-mkl-src to 0.7.
* Requires Rust 1.56 or later.
* Updated intel-mkl-src to 0.8.1.
* Requires Rust 1.65 or later.

## [0.6.2] - 2022-05-04

Expand Down Expand Up @@ -106,7 +106,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).

* Principal component analysis (PCA).

[Unreleased]: https://github.com/petabi/petal-decomposition/compare/0.6.2...main
[0.7.0]: https://github.com/petabi/petal-decomposition/compare/0.6.2...0.7.0
[0.6.2]: https://github.com/petabi/petal-decomposition/compare/0.6.1...0.6.2
[0.6.1]: https://github.com/petabi/petal-decomposition/compare/0.6.0...0.6.1
[0.6.0]: https://github.com/petabi/petal-decomposition/compare/0.5.1...0.6.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "petal-decomposition"
version = "0.6.2"
version = "0.7.0"
description = """
Matrix decomposition algorithms including PCA (principal component analysis)
and ICA (independent component analysis)"""
Expand Down

0 comments on commit ddffb8c

Please sign in to comment.