File tree Expand file tree Collapse file tree 3 files changed +32
-3
lines changed
Expand file tree Collapse file tree 3 files changed +32
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: cupy-xarray-doc
22channels :
33 - conda-forge
44dependencies :
5- - cupy-core
5+ - cupy-core!=14.0.0,!=14.0.1 # https://github.com/cupy/cupy/issues/9777
66 - pip
77 - python=3.10
88 - sphinx
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 versions. 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 require 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
Original file line number Diff line number Diff line change 1111import cupy_xarray # noqa: F401
1212
1313project = "cupy-xarray"
14- copyright = "2020-2024 , cupy-xarray developers"
14+ copyright = "2020-2026 , cupy-xarray developers"
1515author = "cupy-xarray developers"
16- release = "v0.1.4 "
16+ release = "v0.1.5 "
1717
1818# -- General configuration ---------------------------------------------------
1919# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
You can’t perform that action at this time.
0 commit comments