File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 ]
Original file line number Diff line number Diff line change @@ -11,8 +11,10 @@ package:
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