Skip to content

Commit dd36478

Browse files
committed
Changelog entry for v0.1.5
Patch dependency with dependency related updates.
1 parent 7ab75c0 commit dd36478

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

docs/changelog.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
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

534
This release brings several documentation improvements at

0 commit comments

Comments
 (0)