Skip to content

Commit

Permalink
v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Jan 28, 2024
1 parent 480d49d commit 196631e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
## [Unreleased]
## [[0.3.6](https://github.com/yoshoku/numo-tiny_linalg/compare/v0.3.5...v0.3.6)] - 2024-01-28

- Add solve_triangular module function to TinyLinalg.
- The solve_triangular is not implemented in Numo::Linalg, but I have implemented it because it uses some machine learning algorithms.
- Add dtrtrs, strtrs, ztrtrs, and ctrtrs module functions to TinyLinalg::Lapack.
- Add norm module function to TinyLinalg.
- Add dlange, slange, zlange, and clange module functions to TinyLinalg::Lapack.

## [[0.3.5](https://github.com/yoshoku/numo-tiny_linalg/compare/v0.3.4...v0.3.5)] - 2024-01-03
- Bump OpenBLAS to be downloaded from 0.3.25 to 0.3.26.
- Minor changes using RuboCop.
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.5'
VERSION = '0.3.6'
end
end

0 comments on commit 196631e

Please sign in to comment.