Skip to content

Commit

Permalink
v0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Aug 11, 2022
1 parent 3eab4b3 commit 8e8c82f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
## 0.4.8
- Change the version of OpenBLAS to be downloaded to 0.3.21.

## 0.4.7
- Refactor codes and configs with RuboCop.

Expand Down
2 changes: 1 addition & 1 deletion lib/numo/openblas/version.rb
Expand Up @@ -5,6 +5,6 @@ module Numo
# Numo::OpenBLAS loads Numo::NArray and Linalg with OpenBLAS used as backend library.
module OpenBLAS
# The version of Numo::OpenBLAS you install.
VERSION = '0.4.7'
VERSION = '0.4.8'
end
end

0 comments on commit 8e8c82f

Please sign in to comment.