File tree Expand file tree Collapse file tree 6 files changed +5
-12
lines changed Expand file tree Collapse file tree 6 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 41
41
persist-credentials : false
42
42
43
43
- name : " Run analysis"
44
- uses : ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
44
+ uses : ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
45
45
with :
46
46
results_file : results.sarif
47
47
results_format : sarif
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 ] (06 /DD/2025 )
8
8
This release updates ` mkl_umath ` to be aligned with both numpy-1.26.x and numpy-2.x.x.
9
9
10
10
### Added
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 @@ -5,13 +5,6 @@ set "INCLUDE=%BUILD_PREFIX%\include;%INCLUDE%"
5
5
" %PYTHON% " setup.py clean --all
6
6
set " SKBUILD_ARGS = -G Ninja -- -DCMAKE_C_COMPILER:PATH=icx -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON"
7
7
8
- FOR %%V IN (14.0.0 14 15.0.0 15 16.0.0 16 17.0.0 17) DO @ (
9
- REM set DIR_HINT if directory exists
10
- IF EXIST " %BUILD_PREFIX% \Library\lib\clang\%%V \" (
11
- SET " SYCL_INCLUDE_DIR_HINT = %BUILD_PREFIX% \Library\lib\clang\%%V "
12
- )
13
- )
14
-
15
8
if NOT " %WHEELS_OUTPUT_FOLDER% " == " " (
16
9
rem Install and assemble wheel package from the build bits
17
10
" %PYTHON% " setup.py install bdist_wheel %SKBUILD_ARGS%
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