Skip to content

v0.1.5

Latest

Choose a tag to compare

@weiji14 weiji14 released this 14 Mar 00:41
· 2 commits to main since this release
Immutable release. Only release title and notes can be modified.
bc4df72

This release removes cupy as a required dependency for PyPI installs, so that users
can choose between different pre-compiled versions. Please install cupy manually
following instructions at https://docs.cupy.dev/en/stable/install.html. It also fixes a
TypeError: isinstance() bug related to dask, and will require a minimum version of
Python 3.10+.

What's Changed

  • Pin minimum version of furo to 2024.8.6 (#64)
  • Check if Dask is installed (#62)
  • Let user decide which cupy version to use (#67)
  • Separate and number tutorials (#72)
  • Set minimum supported version to Python 3.10+ (#76)
  • Set license and license-files key in project metadata to follow PEP639 (#75)

Contributors

Full Changelog: 0.1.4...0.1.5