From c4bff7730364c4df8ca0213694e9bf512bd935fe Mon Sep 17 00:00:00 2001 From: Thierry Martinez Date: Wed, 15 Jun 2022 14:58:57 +0200 Subject: [PATCH] Release 20220615 --- CHANGES.md | 2 +- pyml.opam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 482f624..1352cb2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ [*] marks changes that break compatibility with previous versions. -# Next version +# 2022-06-15 - `Numpy.to_bigarray_k` is continuation-passing-style version of `Numpy.to_bigarray`, allowing caller to convert Numpy arrays to bigarrays without having to know diff --git a/pyml.opam b/pyml.opam index 45db7eb..6315067 100644 --- a/pyml.opam +++ b/pyml.opam @@ -32,4 +32,4 @@ build: [ ] ] dev-repo: "git+https://github.com/thierry-martinez/pyml.git" -version: "20220325" +version: "20220615"