npy-ocaml
npy-ocaml copied to clipboard
Numpy file format support for ocaml.
Tests fail with python 3. ```bash $ dune runtest bash alias tests/runtest (exit 2) (cd _build/default/tests && /bin/bash -e -u -o pipefail -c ./test.exe) Running: python3 -c 'import numpy as...
In a separate commit, I address an issue I noticed when testing on my system: missing `python` but `python3` present. Feel free to revert this part.
OCaml 5.2 added support for float16 bigarrays and makes `npy` fail to build with: ``` #=== ERROR while compiling npy.0.0.9 ==========================================# # context 2.2.0~beta2~dev | linux/x86_64 | ocaml-variants.5.2.0+trunk | file:///home/opam/opam-repository...