Skip to content

Commit

Permalink
v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Sep 27, 2023
1 parent e17289d commit 397b582
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## [Unreleased]

## [[0.3.2](https://github.com/yoshoku/numo-tiny_linalg/compare/v0.3.1...v0.4.0)] - 2023-09-04
## [[0.3.3](https://github.com/yoshoku/numo-tiny_linalg/compare/v0.3.2...v0.3.3)] - 2023-09-27
- Remove unnecessary `-std=c++11` option.

## [[0.3.2](https://github.com/yoshoku/numo-tiny_linalg/compare/v0.3.1...v0.3.2)] - 2023-09-04
- Bump OpenBLAS to be downloaded from 0.3.23 to 0.3.24.

## [[0.3.1](https://github.com/yoshoku/numo-tiny_linalg/compare/v0.3.0...v0.3.1)] - 2023-08-15
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.2'
VERSION = '0.3.3'
end
end

0 comments on commit 397b582

Please sign in to comment.