Skip to content

Commit 9a8909e

Browse files
authoredDec 1, 2021
Release v0.3.0 (#590)
* Change dates to ISO 8601 * Increase version number to 0.3.0
1 parent 56f0265 commit 9a8909e

File tree

2 files changed

+48
-31
lines changed

2 files changed

+48
-31
lines changed
 

‎CHANGELOG.md

+47-31
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,44 @@
11
## Xarray-Spatial Changelog
22
-----------
33

4-
### Version 0.2.9 - 9/01/2021
4+
### Version 0.3.0 - 2021-12-01
5+
- Added a pure numba hillshade that is 10x faster compared to numpy (#542)
6+
- dask case proximity: process whole raster at once if max_distance exceed max possible distance (#558)
7+
- pathfinding: `start` and `goal` in (y, x) format (#550)
8+
- generate_terrain: cupy case, dask numpy case (#555)
9+
- Optimize natural_break on large inputs (#562)
10+
- Fixes in CPU version of natural_breaks. (#562) (#563)
11+
- zonal stats, speed up numpy case (#568)
12+
- Ensure that cupy is not None (#570)
13+
- Use explicit cupy to numpy conversion in tests (#573)
14+
- zonal stats: speed up dask case (#572)
15+
- zonal_stats: ensure chunksizes of zones and values are matching (#574)
16+
- validate_arrays: ensure chunksizes of arrays are matching (#577)
17+
- set default value for num_sample (#580)
18+
- Add rtx gpu viewshed and improve cpu viewshed (#588)
19+
20+
### Version 0.2.9 - 2021-09-01
521
- Refactored proximity module to avoid rechunking (#549)
622

7-
### Version 0.2.8 - 8/27/2021
23+
### Version 0.2.8 - 2021-08-27
824
- Added dask support to proximity tools (#540)
925
- Refactored the resample utils function and changed their name to canvas_like (#539)
1026
- Added zone_ids and cat_ids param to stats zonal function (#538)
1127

12-
### Version 0.2.7 - 7/30/2021
28+
### Version 0.2.7 - 2021-07-30
1329
- Added Dask support for stats and crosstab zonal functions (#502)
1430
- Ignored NaN values on classify functions (#534)
1531
- Added agg param to crosstab zonal function (#536)
1632

17-
### Version 0.2.6 - 6/28/2021
33+
### Version 0.2.6 - 2021-06-28
1834
- Updated the classification notebook (#489)
1935
- Added xrspatial logo to readme (#492)
2036
- Removed reprojection notebook old version (#494)
2137
- Added true_color function to documentation (#494)
2238
- Added th params to true_color function (#494)
2339
- Added pathfinding nb data load guidance (#491)
2440

25-
### Version 0.2.5 - 6/24/2021
41+
### Version 0.2.5 - 2021-06-24
2642
- Added reprojection notebook (#474)
2743
- Reviewed local tools notebook (#466)
2844
- Removed save_cogs_azure notebook (#478)
@@ -35,33 +51,33 @@
3551
- Added output name and attrs on true_color function (#484)
3652
- Added classify notebook (#477)
3753

38-
### Version 0.2.4 - 6/10/2021
54+
### Version 0.2.4 - 2021-06-10
3955
- Added resample notebook (#452)
4056
- Reviewed mosaic notebook (#454)
4157
- Added local module (#456)
4258

43-
### Version 0.2.3 - 6/2/2021
59+
### Version 0.2.3 - 2021-06-02
4460
- Added make terrain data function (#439)
4561
- Added focal_stats and convolution_2d functions (#453)
4662

47-
### Version 0.2.2 - 5/7/2021
63+
### Version 0.2.2 - 2021-05-07
4864
- Fixed conda-forge building pipeline
4965
- Moved all examples data to Azure Storage (#424)
5066

51-
### Version 0.2.1 - 5/6/2021
52-
- Added GPU and Dask support for Focal tools: mean, apply, hotspots (#238)
53-
- Moved kernel creation functions to convolution module (#238)
67+
### Version 0.2.1 - 2021-05-06
68+
- Added GPU and Dask support for Focal tools: mean, apply, hotspots (#238)
69+
- Moved kernel creation functions to convolution module (#238)
5470
- Update Code of Conduct (#391)
5571
- Fixed manhattan distance to sum of abs (#309)
5672
- Example notebooks running on PC Jupyter Hub (#370)
5773
- Fixed examples download cli cmd (#349)
5874
- Removed conda recipe (#397)
5975
- Updated functions and classes docstrings (#302)
6076

61-
### Version 0.2.0 - 4/28/2021
77+
### Version 0.2.0 - 2021-04-28
6278
- Test release for new github actions
6379

64-
### Version 0.1.9 - 4/27/2021
80+
### Version 0.1.9 - 2021-04-27
6581
- Deprecated tiles module (#381)
6682
- Added user guide on the documentation website (#376)
6783
- Updated docs design version mapping (#378)
@@ -72,10 +88,10 @@
7288
- Added get_data module and example sentinel-2 data (#358)
7389
- Added citations guidelines and reformat (#382)
7490

75-
### Version 0.1.8 - 4/15/2021
91+
### Version 0.1.8 - 2021-04-15
7692
- Fixed pypi related error
7793

78-
### Version 0.1.7 - 4/15/2021
94+
### Version 0.1.7 - 2021-04-15
7995
- Updated multispectral.true_color: sigmoid contrast enhancement (#339)
8096
- Added notebook save cogs in examples directory (#307)
8197
- Updated Focal user guide (#336)
@@ -85,7 +101,7 @@
85101
- Correct warnings (#350)
86102
- Add flake8 Github Action (#331)
87103

88-
### Version 0.1.6 - 4/12/2021
104+
### Version 0.1.6 - 2021-04-12
89105
- Cleared metadata in all examples ipynb (#327)
90106
- Moved docs requirements to source folder (#326)
91107
- Fixed manifest file
@@ -94,15 +110,15 @@
94110
- Fixed examples path in Pharmacy Deserts Noteboo
95111
- Integrate xarray-spatial website with the documentation (#291)
96112

97-
### Version 0.1.5 - 4/8/2021
113+
### Version 0.1.5 - 2021-04-08
98114
- CLI examples bug fixed
99115
- Added `drop_clouds`, cloud-free mosaic from sentinel2 data example (#255)
100116

101-
### Version 0.1.4 - 4/8/2021
117+
### Version 0.1.4 - 2021-04-08
102118
- Sphinx doc fixes
103119
- CLI bug fixed in 0.1.5
104120

105-
### Version 0.1.3 - 4/5/2021
121+
### Version 0.1.3 - 2021-04-05
106122
- Added band_to_img utils func
107123
- Added download-examples CLI command for all notebooks (#241)
108124
- Added band_to_img utils func
@@ -115,7 +131,7 @@
115131
- Added CLI for examples data
116132
- Improved Sphinx docs / theme
117133

118-
### Version 0.1.2 - 12/1/2020
134+
### Version 0.1.2 - 2020-12-01
119135
- Added GPU support for curvature (#150)
120136
- Added dask.Array support for curvature (#150)
121137
- Added GPU support for aspect (#156)
@@ -129,36 +145,36 @@
129145
- Added GPU Support for Multispectral tools (#148)
130146
- Added Python 3.9 to Test Suite
131147

132-
### Version 0.1.1 - 10/21/2020
148+
### Version 0.1.1 - 2020-10-21
133149
- Added convolution module for use in focal statistics. (#131)
134150
- Added example notebook for focal statistics and convolution modules.
135151

136-
### Version 0.1.0 - 9/10/2020
152+
### Version 0.1.0 - 2020-09-10
137153
- Moved kernel creation to name-specific functions. (#127)
138154
- Separated the validate and custom kernel functions. (focal)
139155
- Added annulus focal kernel (#126) (focal)
140156
- Added outputting of z-scores from hotspots tool (focal)
141157
- Changed type checking to use np.floating (focal)
142158
- Added tests for refactored focal statistics (focal)
143159

144-
### Version 0.0.9 - 8/26/2020
160+
### Version 0.0.9 - 2020-08-26
145161
- Added A* pathfinding
146162
- Allow all numpy float data types, not just numpy.float64 (#122)
147163
- Broke out user-guide into individual notebooks (examples)
148164
- Added num_sample param option to natural_breaks (#123)
149165
- Removed sklearn dependency
150166

151-
### Version 0.0.8 - 7/22/2020
167+
### Version 0.0.8 - 2020-07-22
152168
- Fixed missing deps
153169

154-
### Version 0.0.7 - 7/21/2020
170+
### Version 0.0.7 - 2020-07-21
155171
- Added 2D Crosstab (zonal)
156172
- Added suggest_zonal_canvas (zonal)
157173
- Added conda-forge build
158174
- Removed Versioneer
159175
- Updates to CI/CD
160176

161-
### Version 0.0.6 - 7/14/2020
177+
### Version 0.0.6 - 2020-07-14
162178
- Added Proximity Direction (proximity)
163179
- Added Proximity Allocation (proximity)
164180
- Added Zonal Crop (zonal)
@@ -167,7 +183,7 @@
167183
- Added more tests for slope (slope)
168184
- Added image grid (readme)
169185

170-
### Version 0.0.5 - 7/5/2020
186+
### Version 0.0.5 - 2020-07-05
171187
- Changed ndvi.py -> multispectral.py
172188
- Added arvi (multispectral)
173189
- Added gci (multispectral)
@@ -178,13 +194,13 @@
178194
- Added `count` to default stats (zonal)
179195
- Added regions tools (zonal)
180196

181-
### Version 0.0.4 - 7/4/2020
197+
### Version 0.0.4 - 2020-07-04
182198
- Test Release
183199

184-
### Version 0.0.3 - 7/4/2020
200+
### Version 0.0.3 - 2020-07-04
185201
- Test Release
186202

187-
### Version 0.0.2 - 6/24/2020
203+
### Version 0.0.2 - 2020-06-24
188204
- Add Pixel-based Region Connectivity Tool (#52)
189205
- Fixes to Proximity Tools (#45, #37, #36)
190206
- Changes to slope function to allow for change x, y coordinate fields (#46)
@@ -201,5 +217,5 @@
201217
- Added support for creating WMTS tilesets (moved out of datashader)
202218
- Added contributor code of conduct
203219

204-
### Version 0.0.1 - 2/15/2020
220+
### Version 0.0.1 - 2020-02-15
205221
- First public release available on GitHub and PyPI.

‎docs/source/releases.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"latest": "https://xarray-spatial.org/",
3+
"0.3.0": "https://xarray-spatial.org/v0.3.0/index.html",
34
"0.2.9": "https://xarray-spatial.org/v0.2.9/index.html",
45
"0.2.8": "https://xarray-spatial.org/v0.2.8/index.html",
56
"0.2.7": "https://xarray-spatial.org/v0.2.7/index.html",

0 commit comments

Comments
 (0)
Please sign in to comment.