File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1
1
## Xarray-Spatial Changelog
2
2
-----------
3
3
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
+
4
12
### Version 0.3.6 - 2023-06-02
5
13
With the 0.3.6 release, xarray-spatial now supports python 3.11.
6
14
This release focuses on demonstrating the reliability of the library by adding more tests
Original file line number Diff line number Diff line change 1
1
{
2
2
"latest" : " https://xarray-spatial.org/" ,
3
+ "0.3.7" : " https://xarray-spatial.org/v0.3.7/index.html" ,
3
4
"0.3.6" : " https://xarray-spatial.org/v0.3.6/index.html" ,
4
5
"0.3.5" : " https://xarray-spatial.org/v0.3.5/index.html" ,
5
6
"0.3.4" : " https://xarray-spatial.org/v0.3.4/index.html" ,
You can’t perform that action at this time.
0 commit comments