File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 44# v1.2.0 (06-19-2025)
55
66- Upgrade to Mojo 25.4
7+ - Fix issue with [ AVX512] ( https://github.com/BioRadOpenSource/ish/issues/50 ) via [ PR] ( https://github.com/BioRadOpenSource/ish/pull/51 )
8+ - [ Apply] ( https://github.com/BioRadOpenSource/ish/pull/48 ) suggestion from @soraros to use llvm intrinsic for saturating add and subtract
79
810# v1.1.1 (06-07-2025)
911
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ preview = ["pixi-build"]
1212
1313[package ]
1414name = " ish"
15- version = " 1.1.1 "
15+ version = " 1.2.0 "
1616license = " Apache-2.0"
1717
1818[package .build ]
@@ -40,4 +40,4 @@ build-bench-gpu-all = "pixi run mojo build -D ISH_LOG_LEVEL=timing -D SIMD_MOD=1
4040modular = " =25.4.0"
4141rattler-build = " *"
4242# extramojo = { git = "https://github.com/ExtraMojo/ExtraMojo.git" }
43- extramojo = " =0.15 .0"
43+ extramojo = " =0.16 .0"
Original file line number Diff line number Diff line change 33context :
44 version : " 1.2.0"
55 modular_version : " =25.4"
6- extramojo_version : " =0.15 "
6+ extramojo_version : " =0.16 "
77
88
99package :
1010 name : " ish"
1111 version : ${{ version }}
1212
1313source :
14- - git : https://github.com/BioRadOpenSource/ish.git
15- rev : 707e862d216cd2b9cae05cc65caaa78ca36f7311
14+ # - git: https://github.com/BioRadOpenSource/ish.git
15+ # rev: 707e862d216cd2b9cae05cc65caaa78ca36f7311
16+ path : .
17+ use_gitignore : true
1618
1719build :
1820 number : 0
You can’t perform that action at this time.
0 commit comments