Minor Changes:
- The
nimble
branch installation, which is the one installed bynimble install nimplex
(similar to Python'spip install
), now adds a binary installation to its effects; thus, as long as you havenimble
package directory in your PATH, you should be able to runnimplex
's CLI by just typingnimplex
in your command line. You can alternatively call it directly, depending on your system (e.g.,~/.nimble/bin/nimplex
for default installation on Ubuntu). - Imports in the
utils
submodules on thenimble
branch were adjusted to work both with and without all ofnimplex
installed for the convenience of users compiling certain parts as Python.so
/.pyd
libraries. - The
nimble
version now includes slightly modified tests to account for its slightly different structure. - This version addresses recent issues with
Arraymancer
's CUDA dependency on certain machines by pinningnimcuda
to a slightly older version.
Full Changelog: v0.7.0...v0.7.1