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