File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Version 0.1.5 - 2026-03-14
4+
5+ This release removes ` cupy ` as a required dependency for PyPI installs, so that users
6+ can choose between different pre-compiled version. Please install ` cupy ` manually
7+ following instructions at < https://docs.cupy.dev/en/stable/install.html > . It also fixes a
8+ ` TypeError: isinstance() ` bug related to dask, and will requires a minimum version of
9+ Python 3.10+.
10+
11+ ### What's Changed
12+
13+ - Pin minimum version of furo to 2024.8.6 ([ #64 ] ( https://github.com/xarray-contrib/cupy-xarray/pull/64 ) )
14+ - Check if Dask is installed ([ #62 ] ( https://github.com/xarray-contrib/cupy-xarray/pull/62 ) )
15+ - Let user decide which cupy version to use ([ #67 ] ( https://github.com/xarray-contrib/cupy-xarray/pull/67 ) )
16+ - Separate and number tutorials ([ #72 ] ( https://github.com/xarray-contrib/cupy-xarray/pull/72 ) )
17+ - Set minimum supported version to Python 3.10+ ([ #76 ] ( https://github.com/xarray-contrib/cupy-xarray/pull/76 ) )
18+ - Set license and license-files key in project metadata to follow PEP639 ([ #75 ] ( https://github.com/xarray-contrib/cupy-xarray/pull/75 ) )
19+
20+ ### Contributors
21+
22+ - [ Wei Ji Leong] ( https://github.com/weiji14 )
23+ - [ Jacob Tomlinson] ( https://github.com/jacobtomlinson )
24+ - [ Justus Magin] ( https://github.com/keewis )
25+ - [ Max Jones] ( https://github.com/maxrjones )
26+ - [ Tobias Hölzer] ( https://github.com/relativityhd )
27+
28+ ** Full Changelog** : < https://github.com/xarray-contrib/cupy-xarray/compare/0.1.4...0.1.5 >
29+
30+ ---
31+
332## Version 0.1.4 - 2024-07-27
433
534This release brings several documentation improvements at
You can’t perform that action at this time.
0 commit comments