-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add changelog entries for versions 0.1.0 to 0.1.3 Start a changelog for all the previous 0.1.x releases. Putting it under the Reference section in the sidebar (renamed from API Reference). * Changelog entry for v0.1.4 Patch release with numerous documentation improvements. * Update copyright year and release in docs/conf.py
- Loading branch information
Showing
4 changed files
with
105 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
API | ||
=== | ||
API Reference | ||
============= | ||
|
||
.. currentmodule:: xarray | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
# Changelog | ||
|
||
## Version 0.1.4 - 2024-07-27 | ||
|
||
This release brings several documentation improvements at | ||
<https://cupy-xarray.readthedocs.io> with a new User Guide, Tutorials and Presentations, | ||
Contributing Guide and API reference. It also fixes a `No module named | ||
'xarray.core.pycompat'` bug, and will require a minimum version of `xarray>=2024.02.0`. | ||
|
||
### What's Changed | ||
|
||
- Documentation Updates 📖 ([#35](https://github.com/xarray-contrib/cupy-xarray/pull/35)) | ||
- Update accessors.py ([#42](https://github.com/xarray-contrib/cupy-xarray/pull/42)) | ||
- Enable API reference docs to show accessor methods ([#44](https://github.com/xarray-contrib/cupy-xarray/pull/44)) | ||
- Migrate flake8, isort, black rules to ruff ([#49](https://github.com/xarray-contrib/cupy-xarray/pull/49)) | ||
- Fix broken doctest and tests on accessors ([#46](https://github.com/xarray-contrib/cupy-xarray/pull/46)) | ||
- Migrate from setup.cfg to pyproject.toml ([#48](https://github.com/xarray-contrib/cupy-xarray/pull/48)) | ||
|
||
### Contributors | ||
|
||
- [Wei Ji Leong](https://github.com/weiji14) | ||
- [Negin Sobhani](https://github.com/negin513) | ||
- [Sai Shashank](https://github.com/saishashank85) | ||
|
||
**Full Changelog**: <https://github.com/xarray-contrib/cupy-xarray/compare/0.1.3...0.1.4> | ||
|
||
--- | ||
|
||
## Version 0.1.3 - 2023-02-22 | ||
|
||
### What's Changed | ||
|
||
- Set encoding for Windows ([#20](https://github.com/xarray-contrib/cupy-xarray/pull/20)) | ||
- Fix broken dask_array_type import ([#24](https://github.com/xarray-contrib/cupy-xarray/pull/24)) | ||
- Min xarray >= 0.19.0 ([#25](https://github.com/xarray-contrib/cupy-xarray/pull/25)) | ||
- Expand installation doc ([#27](https://github.com/xarray-contrib/cupy-xarray/pull/27)) | ||
|
||
### Contributors | ||
|
||
- [Deepak Cherian](https://github.com/dcherian) | ||
- [Aaron Zuspan](https://github.com/aazuspan) | ||
- [Aleksandr Kadykov](https://github.com/kadykov) | ||
|
||
**Full Changelog**: <https://github.com/xarray-contrib/cupy-xarray/compare/0.1.2...0.1.3> | ||
|
||
--- | ||
|
||
## Version 0.1.2 - 2022-08-25 | ||
|
||
### What's Changed | ||
|
||
- Add badges ([#16](https://github.com/xarray-contrib/cupy-xarray/pull/16)) | ||
- update PyPI workflow: double-check we're shipping everything we need ([#17](https://github.com/xarray-contrib/cupy-xarray/pull/17)) | ||
- PyPI workflow: re-introduce upload job ([#18](https://github.com/xarray-contrib/cupy-xarray/pull/18)) | ||
- Revert back to previous version of PyPI workflow ([#19](https://github.com/xarray-contrib/cupy-xarray/pull/19)) | ||
|
||
### Contributors | ||
|
||
- [Deepak Cherian](https://github.com/dcherian) | ||
- [Anderson Banihirwe](https://github.com/andersy005) | ||
|
||
**Full Changelog**: <https://github.com/xarray-contrib/cupy-xarray/compare/0.1.1...0.1.2> | ||
|
||
--- | ||
|
||
## Version 0.1.1 - 2022-08-19 | ||
|
||
_First release!_ | ||
|
||
### What's Changed | ||
|
||
- Add LICENSE ([#2](https://github.com/xarray-contrib/cupy-xarray/pull/2)) | ||
- Update path of repo ([#3](https://github.com/xarray-contrib/cupy-xarray/pull/3)) | ||
- Add docs ([#4](https://github.com/xarray-contrib/cupy-xarray/pull/4)) | ||
- Update versioneer ([#12](https://github.com/xarray-contrib/cupy-xarray/pull/12)) | ||
- Add PyPI release workflow ([#13](https://github.com/xarray-contrib/cupy-xarray/pull/13)) | ||
- Fix CI job dependency ([#14](https://github.com/xarray-contrib/cupy-xarray/pull/14)) | ||
|
||
### Contributors | ||
|
||
- [Jacob Tomlinson](https://github.com/jacobtomlinson) | ||
- [Ray Bell](https://github.com/raybellwaves) | ||
- [Deepak Cherian](https://github.com/dcherian) | ||
- [Anderson Banihirwe](https://github.com/andersy005) | ||
|
||
**Full Changelog**: <https://github.com/xarray-contrib/cupy-xarray/compare/0.1.0...0.1.1> | ||
|
||
--- | ||
|
||
## Version 0.1.0 - 2020-07-23 | ||
|
||
_Pre-release_ | ||
|
||
### Contributors | ||
|
||
- [Jacob Tomlinson](https://github.com/jacobtomlinson) | ||
|
||
**Full Changelog**: <https://github.com/xarray-contrib/cupy-xarray/compare/0.0.1...0.1.0> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters