Skip to content

Commit

Permalink
Prepare for release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lukstafi committed Apr 23, 2024
1 parent 4470e0c commit d5d6734
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.3.3] -- 2024-04-23

### Added

- GitHub workflow for continuous integration and API docs.
- Randomness plug-ins via global config `randomness_lib`: currently only `stdlib` and `for_tests`.

### Fixed

- A bit of code rot in the Cuda backend mock `cuda_backend.missing.ml`.
- NPY: Compatibility with OCaml 5.2.0.

## [0.3.2] -- 2024-04-22

### Added
Expand Down
2 changes: 1 addition & 1 deletion arrayjit.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.3.2"
version: "0.3.3"
synopsis:
"An array language compiler with multiple backends (CPU, Cuda), staged compilation"
description:
Expand Down
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

(name ocannl)

(version 0.3.2)
(version 0.3.3)

(generate_opam_files true)

Expand All @@ -30,7 +30,7 @@
(name ocannl_npy)
(synopsis "Numpy file format support for ocaml")
(authors "Laurent Mazare")
(maintainers "Laurent Mazare <lmazare@gmail.com>")
(maintainers "Lukasz Stafiniak <lukstafi@gmail.com>")
(depends
(ocaml
(>= 4.06))
Expand Down
2 changes: 1 addition & 1 deletion ocannl.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.3.2"
version: "0.3.3"
synopsis:
"A from-scratch Deep Learning framework with an optimizing compiler, shape inference, concise syntax"
description:
Expand Down
4 changes: 2 additions & 2 deletions ocannl_npy.opam
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.3.2"
version: "0.3.3"
synopsis: "Numpy file format support for ocaml"
maintainer: ["Laurent Mazare <lmazare@gmail.com>"]
maintainer: ["Lukasz Stafiniak <lukstafi@gmail.com>"]
authors: ["Laurent Mazare"]
license: "BSD-2-Clause"
homepage: "https://github.com/lukstafi/ocannl"
Expand Down

0 comments on commit d5d6734

Please sign in to comment.