Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Aug 10, 2023
1 parent 764b13f commit a449f5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Unreleased]

## [[0.2.0](https://github.com/yoshoku/numo-tiny_linalg/compare/v0.1.2...v0.2.0)] - 2023-08-11
**Breaking change**
- Change LAPACK function to call when array b is not given to TinyLinalg.eigh method.

## [[0.1.2](https://github.com/yoshoku/numo-tiny_linalg/compare/v0.1.1...v0.1.2)] - 2023-08-09
- Add dsyev, ssyev, zheev, and cheev module functions to TinyLinalg::Lapack.
- Add dsyevd, ssyevd, zheevd, and cheevd module functions to TinyLinalg::Lapack.
Expand Down
2 changes: 1 addition & 1 deletion lib/numo/tiny_linalg/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ module Numo
# Numo::TinyLinalg is a subset library from Numo::Linalg consisting only of methods used in Machine Learning algorithms.
module TinyLinalg
# The version of Numo::TinyLinalg you install.
VERSION = '0.1.2'
VERSION = '0.2.0'
end
end

0 comments on commit a449f5b

Please sign in to comment.