Skip to content

Commit

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

## [[0.3.1](https://github.com/yoshoku/numo-tiny_linalg/compare/v0.3.0...v0.3.1)] - 2023-08-15
- Support automatic build of OpenBLAS on Windows.
- The author does not have a Windows PC. It will probably work.
- Add OPENBLAS_VERSION constant to TinyLinalg.

## [[0.3.0](https://github.com/yoshoku/numo-tiny_linalg/compare/v0.2.0...v0.3.0)] - 2023-08-13
- Add cholesky and cho_solve module functions to TinyLinalg.

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.3.0'
VERSION = '0.3.1'
end
end

0 comments on commit c78c813

Please sign in to comment.