Skip to content

Commit 7d5bb49

Browse files
authored
Change log for release v0.3.7 (#788)
* update changelog for 0.3.7 * add 0.3.7 to releases
1 parent 0f8542c commit 7d5bb49

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
## Xarray-Spatial Changelog
22
-----------
33

4+
### Version 0.3.7 - 2023-06-05
5+
The 0.3.7 release is a hot fix for 0.3.6, which has problem with publishing to PyPi
6+
as the package exceeds the limit of 100MB. In this new release, example notebooks are
7+
cleaned up to reduce the package size.
8+
9+
#### Enhancements
10+
- clear example notebook outputs (#786)
11+
412
### Version 0.3.6 - 2023-06-02
513
With the 0.3.6 release, xarray-spatial now supports python 3.11.
614
This release focuses on demonstrating the reliability of the library by adding more tests

docs/source/releases.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"latest": "https://xarray-spatial.org/",
3+
"0.3.7": "https://xarray-spatial.org/v0.3.7/index.html",
34
"0.3.6": "https://xarray-spatial.org/v0.3.6/index.html",
45
"0.3.5": "https://xarray-spatial.org/v0.3.5/index.html",
56
"0.3.4": "https://xarray-spatial.org/v0.3.4/index.html",

0 commit comments

Comments
 (0)