File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ dev ] (MM /DD/YY )
7
+ ## [ 0.2.0 ] (05 /DD/2025 )
8
8
9
9
### Added
10
10
* ` mkl_umath ` is now aligned with both numpy-1.26,x and numpy-2.x.x [ gh-65 ] ( https://github.com/IntelPython/mkl_umath/pull/65 )
Original file line number Diff line number Diff line change 1
- {% set version = "0.1.5 " %}
1
+ {% set version = "0.2.0 " %}
2
2
{% set buildnumber = 0 %}
3
3
4
4
package :
Original file line number Diff line number Diff line change 1
- {% set version = "0.1.5 " %}
1
+ {% set version = "0.2.0 " %}
2
2
{% set buildnumber = 0 %}
3
3
4
4
package :
Original file line number Diff line number Diff line change 1
- __version__ = '0.1.5 '
1
+ __version__ = '0.2.0 '
You can’t perform that action at this time.
0 commit comments