Skip to content

Commit 555706c

Browse files
authored
Prep PR for 0.4.0 Release (#801)
* updated changelog for 0.4.0 release * removed some older doc steps
1 parent 3fe7111 commit 555706c

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
## Xarray-Spatial Changelog
22
-----------
33

4+
### Version 0.4.0 - 2024-04-25
5+
- Python 3.12 is now supported!
6+
- Python 3.9 & 3.8 are no longer supported.
7+
- Documentation has also been moved to https://xarray-spatial.readthedocs.io/
8+
9+
Pull Requests merged in this release include:
10+
- Add links to docs to readme (#800)
11+
- Update readthedocs configuration (#798)
12+
- Fix typo in readthedocs config (#799)
13+
- Move docs to readthedocs (#797)
14+
- Bunch of CI/CD-related fixes (#796)
15+
- chore: Remove numpy pin, pin datashader, drop Python 3.7 (#789)
16+
417
### Version 0.3.7 - 2023-06-05
518
The 0.3.7 release is a hot fix for 0.3.6, which has problem with publishing to PyPi
619
as the package exceeds the limit of 100MB. In this new release, example notebooks are

RELEASE.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
### Preparation
44
- Create a new branch containing the following changes:
55
- Update CHANGELOG.md with new version number and list of changes extracted from `git log --pretty=oneline --pretty=format:"- %s" <lastest_release_tag>..HEAD`.
6-
- Add the new version reference in `xarray-spatial/docs/source/releases.json`
7-
- Check that the new version number is included in `smv_tag_whitelist` in `docs/source/conf.py` so that the docs will be built and uploaded by CI.
86
- Commit changes and submit them as a PR to the `master` branch.
97
- If the CI passes OK, merge the PR.
108

@@ -29,7 +27,8 @@ git push --tags
2927
- Click `Publish release`.
3028

3129
### Documentation
32-
- When the github release is created, a github action automatically builds the documentation and uploads it to https://xarray-spatial.org/. This can take more than an hour to finish.
30+
31+
- When the github release is created, a github action automatically builds the documentation and uploads it to https://xarray-spatial.readthedocs.io/.
3332

3433
### conda-forge packages
3534
- A bot in https://github.com/conda-forge/xarray-spatial-feedstock runs periodically to identify the new PyPI release and update the conda recipe appropriately. This should create a new PR, run tests to check that the conda build works, and automatically upload the packages to conda-forge if everything is OK. Check this works, a few hours after the PyPI release.

0 commit comments

Comments
 (0)