Skip to content

Commit 85b7482

Browse files
committed
chore: version bump
1 parent 5c70f80 commit 85b7482

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
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

pixi.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ preview = ["pixi-build"]
1212

1313
[package]
1414
name = "ish"
15-
version = "1.1.1"
15+
version = "1.2.0"
1616
license = "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
4040
modular = "=25.4.0"
4141
rattler-build = "*"
4242
# extramojo = { git = "https://github.com/ExtraMojo/ExtraMojo.git" }
43-
extramojo = "=0.15.0"
43+
extramojo = "=0.16.0"

recipe.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@
33
context:
44
version: "1.2.0"
55
modular_version: "=25.4"
6-
extramojo_version: "=0.15"
6+
extramojo_version: "=0.16"
77

88

99
package:
1010
name: "ish"
1111
version: ${{ version }}
1212

1313
source:
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

1719
build:
1820
number: 0

0 commit comments

Comments
 (0)