Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Jan 2, 2025
1 parent 89977d2 commit 5b497fe
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,3 +1,7 @@
## [0.5.0] - 2025-01-03

- Change the version of BLIS to be downloaded to 1.0.

## [0.4.1] - 2022-07-31

- Refactor codes and configs with RuboCop.
Expand Down
2 changes: 1 addition & 1 deletion lib/numo/blis/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ module Numo
# Numo::BLIS loads Numo::NArray and Linalg with BLIS used as backend library.
module BLIS
# The version of Numo::BLIS you install.
VERSION = '0.4.1'
VERSION = '0.5.0'
end
end

0 comments on commit 5b497fe

Please sign in to comment.