Skip to content

v0.7.1

Latest
Compare
Choose a tag to compare
@amkrajewski amkrajewski released this 17 Oct 10:20
· 15 commits to main since this release

Minor Changes:

  • The nimble branch installation, which is the one installed by nimble install nimplex (similar to Python's pip install), now adds a binary installation to its effects; thus, as long as you have nimble package directory in your PATH, you should be able to run nimplex's CLI by just typing nimplex 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 the nimble branch were adjusted to work both with and without all of nimplex 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 pinning nimcuda to a slightly older version.

Full Changelog: v0.7.0...v0.7.1