File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- ## [ 0.5.2] -- 2025-03-29
1+ ## [ 0.5.2] -- 2025-04-07
22
33### Added
44
2525
2626- Numbers text rendering (consistent across OSes).
2727- Moved closing row variables to stage 3, because stage 2 may need to process inequalities generating more LUBs.
28+ - Don't unnecessarily prevent bytecode-only build targets.
2829
2930## [ 0.5.1] -- 2025-01-01
3031
Original file line number Diff line number Diff line change 8989 ; (ocamlformat
9090 ; (>= 0.26.2)
9191 ; :with-dev-setup)
92- ; Here we mean (arrayjit (= 0.4.1 )), but we must be compatible with arrayjit.dev during installation.
92+ ; Here we mean (arrayjit (= 0.5.2 )), but we must be compatible with arrayjit.dev during installation.
9393 ( arrayjit
94- ( >= 0 .5.1 ) )
94+ ( >= 0 .5.2 ) )
9595 ( printbox
9696 ( >= 0 .12) )
9797 ( printbox-text
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ depends: [
1616 "ocaml" {>= "5.2.0"}
1717 "dune" {>= "3.16"}
1818 "base" {>= "v0.17.0"}
19- "arrayjit" {>= "0.5.1 "}
19+ "arrayjit" {>= "0.5.2 "}
2020 "printbox" {>= "0.12"}
2121 "printbox-text" {>= "0.12"}
2222 "printbox-ext-plot" {>= "0.12"}
You can’t perform that action at this time.
0 commit comments