|
1 | 1 | ## Xarray-Spatial Changelog
|
2 | 2 | -----------
|
3 | 3 |
|
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 |
5 | 21 | - Refactored proximity module to avoid rechunking (#549)
|
6 | 22 |
|
7 |
| -### Version 0.2.8 - 8/27/2021 |
| 23 | +### Version 0.2.8 - 2021-08-27 |
8 | 24 | - Added dask support to proximity tools (#540)
|
9 | 25 | - Refactored the resample utils function and changed their name to canvas_like (#539)
|
10 | 26 | - Added zone_ids and cat_ids param to stats zonal function (#538)
|
11 | 27 |
|
12 |
| -### Version 0.2.7 - 7/30/2021 |
| 28 | +### Version 0.2.7 - 2021-07-30 |
13 | 29 | - Added Dask support for stats and crosstab zonal functions (#502)
|
14 | 30 | - Ignored NaN values on classify functions (#534)
|
15 | 31 | - Added agg param to crosstab zonal function (#536)
|
16 | 32 |
|
17 |
| -### Version 0.2.6 - 6/28/2021 |
| 33 | +### Version 0.2.6 - 2021-06-28 |
18 | 34 | - Updated the classification notebook (#489)
|
19 | 35 | - Added xrspatial logo to readme (#492)
|
20 | 36 | - Removed reprojection notebook old version (#494)
|
21 | 37 | - Added true_color function to documentation (#494)
|
22 | 38 | - Added th params to true_color function (#494)
|
23 | 39 | - Added pathfinding nb data load guidance (#491)
|
24 | 40 |
|
25 |
| -### Version 0.2.5 - 6/24/2021 |
| 41 | +### Version 0.2.5 - 2021-06-24 |
26 | 42 | - Added reprojection notebook (#474)
|
27 | 43 | - Reviewed local tools notebook (#466)
|
28 | 44 | - Removed save_cogs_azure notebook (#478)
|
|
35 | 51 | - Added output name and attrs on true_color function (#484)
|
36 | 52 | - Added classify notebook (#477)
|
37 | 53 |
|
38 |
| -### Version 0.2.4 - 6/10/2021 |
| 54 | +### Version 0.2.4 - 2021-06-10 |
39 | 55 | - Added resample notebook (#452)
|
40 | 56 | - Reviewed mosaic notebook (#454)
|
41 | 57 | - Added local module (#456)
|
42 | 58 |
|
43 |
| -### Version 0.2.3 - 6/2/2021 |
| 59 | +### Version 0.2.3 - 2021-06-02 |
44 | 60 | - Added make terrain data function (#439)
|
45 | 61 | - Added focal_stats and convolution_2d functions (#453)
|
46 | 62 |
|
47 |
| -### Version 0.2.2 - 5/7/2021 |
| 63 | +### Version 0.2.2 - 2021-05-07 |
48 | 64 | - Fixed conda-forge building pipeline
|
49 | 65 | - Moved all examples data to Azure Storage (#424)
|
50 | 66 |
|
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) |
54 | 70 | - Update Code of Conduct (#391)
|
55 | 71 | - Fixed manhattan distance to sum of abs (#309)
|
56 | 72 | - Example notebooks running on PC Jupyter Hub (#370)
|
57 | 73 | - Fixed examples download cli cmd (#349)
|
58 | 74 | - Removed conda recipe (#397)
|
59 | 75 | - Updated functions and classes docstrings (#302)
|
60 | 76 |
|
61 |
| -### Version 0.2.0 - 4/28/2021 |
| 77 | +### Version 0.2.0 - 2021-04-28 |
62 | 78 | - Test release for new github actions
|
63 | 79 |
|
64 |
| -### Version 0.1.9 - 4/27/2021 |
| 80 | +### Version 0.1.9 - 2021-04-27 |
65 | 81 | - Deprecated tiles module (#381)
|
66 | 82 | - Added user guide on the documentation website (#376)
|
67 | 83 | - Updated docs design version mapping (#378)
|
|
72 | 88 | - Added get_data module and example sentinel-2 data (#358)
|
73 | 89 | - Added citations guidelines and reformat (#382)
|
74 | 90 |
|
75 |
| -### Version 0.1.8 - 4/15/2021 |
| 91 | +### Version 0.1.8 - 2021-04-15 |
76 | 92 | - Fixed pypi related error
|
77 | 93 |
|
78 |
| -### Version 0.1.7 - 4/15/2021 |
| 94 | +### Version 0.1.7 - 2021-04-15 |
79 | 95 | - Updated multispectral.true_color: sigmoid contrast enhancement (#339)
|
80 | 96 | - Added notebook save cogs in examples directory (#307)
|
81 | 97 | - Updated Focal user guide (#336)
|
|
85 | 101 | - Correct warnings (#350)
|
86 | 102 | - Add flake8 Github Action (#331)
|
87 | 103 |
|
88 |
| -### Version 0.1.6 - 4/12/2021 |
| 104 | +### Version 0.1.6 - 2021-04-12 |
89 | 105 | - Cleared metadata in all examples ipynb (#327)
|
90 | 106 | - Moved docs requirements to source folder (#326)
|
91 | 107 | - Fixed manifest file
|
|
94 | 110 | - Fixed examples path in Pharmacy Deserts Noteboo
|
95 | 111 | - Integrate xarray-spatial website with the documentation (#291)
|
96 | 112 |
|
97 |
| -### Version 0.1.5 - 4/8/2021 |
| 113 | +### Version 0.1.5 - 2021-04-08 |
98 | 114 | - CLI examples bug fixed
|
99 | 115 | - Added `drop_clouds`, cloud-free mosaic from sentinel2 data example (#255)
|
100 | 116 |
|
101 |
| -### Version 0.1.4 - 4/8/2021 |
| 117 | +### Version 0.1.4 - 2021-04-08 |
102 | 118 | - Sphinx doc fixes
|
103 | 119 | - CLI bug fixed in 0.1.5
|
104 | 120 |
|
105 |
| -### Version 0.1.3 - 4/5/2021 |
| 121 | +### Version 0.1.3 - 2021-04-05 |
106 | 122 | - Added band_to_img utils func
|
107 | 123 | - Added download-examples CLI command for all notebooks (#241)
|
108 | 124 | - Added band_to_img utils func
|
|
115 | 131 | - Added CLI for examples data
|
116 | 132 | - Improved Sphinx docs / theme
|
117 | 133 |
|
118 |
| -### Version 0.1.2 - 12/1/2020 |
| 134 | +### Version 0.1.2 - 2020-12-01 |
119 | 135 | - Added GPU support for curvature (#150)
|
120 | 136 | - Added dask.Array support for curvature (#150)
|
121 | 137 | - Added GPU support for aspect (#156)
|
|
129 | 145 | - Added GPU Support for Multispectral tools (#148)
|
130 | 146 | - Added Python 3.9 to Test Suite
|
131 | 147 |
|
132 |
| -### Version 0.1.1 - 10/21/2020 |
| 148 | +### Version 0.1.1 - 2020-10-21 |
133 | 149 | - Added convolution module for use in focal statistics. (#131)
|
134 | 150 | - Added example notebook for focal statistics and convolution modules.
|
135 | 151 |
|
136 |
| -### Version 0.1.0 - 9/10/2020 |
| 152 | +### Version 0.1.0 - 2020-09-10 |
137 | 153 | - Moved kernel creation to name-specific functions. (#127)
|
138 | 154 | - Separated the validate and custom kernel functions. (focal)
|
139 | 155 | - Added annulus focal kernel (#126) (focal)
|
140 | 156 | - Added outputting of z-scores from hotspots tool (focal)
|
141 | 157 | - Changed type checking to use np.floating (focal)
|
142 | 158 | - Added tests for refactored focal statistics (focal)
|
143 | 159 |
|
144 |
| -### Version 0.0.9 - 8/26/2020 |
| 160 | +### Version 0.0.9 - 2020-08-26 |
145 | 161 | - Added A* pathfinding
|
146 | 162 | - Allow all numpy float data types, not just numpy.float64 (#122)
|
147 | 163 | - Broke out user-guide into individual notebooks (examples)
|
148 | 164 | - Added num_sample param option to natural_breaks (#123)
|
149 | 165 | - Removed sklearn dependency
|
150 | 166 |
|
151 |
| -### Version 0.0.8 - 7/22/2020 |
| 167 | +### Version 0.0.8 - 2020-07-22 |
152 | 168 | - Fixed missing deps
|
153 | 169 |
|
154 |
| -### Version 0.0.7 - 7/21/2020 |
| 170 | +### Version 0.0.7 - 2020-07-21 |
155 | 171 | - Added 2D Crosstab (zonal)
|
156 | 172 | - Added suggest_zonal_canvas (zonal)
|
157 | 173 | - Added conda-forge build
|
158 | 174 | - Removed Versioneer
|
159 | 175 | - Updates to CI/CD
|
160 | 176 |
|
161 |
| -### Version 0.0.6 - 7/14/2020 |
| 177 | +### Version 0.0.6 - 2020-07-14 |
162 | 178 | - Added Proximity Direction (proximity)
|
163 | 179 | - Added Proximity Allocation (proximity)
|
164 | 180 | - Added Zonal Crop (zonal)
|
|
167 | 183 | - Added more tests for slope (slope)
|
168 | 184 | - Added image grid (readme)
|
169 | 185 |
|
170 |
| -### Version 0.0.5 - 7/5/2020 |
| 186 | +### Version 0.0.5 - 2020-07-05 |
171 | 187 | - Changed ndvi.py -> multispectral.py
|
172 | 188 | - Added arvi (multispectral)
|
173 | 189 | - Added gci (multispectral)
|
|
178 | 194 | - Added `count` to default stats (zonal)
|
179 | 195 | - Added regions tools (zonal)
|
180 | 196 |
|
181 |
| -### Version 0.0.4 - 7/4/2020 |
| 197 | +### Version 0.0.4 - 2020-07-04 |
182 | 198 | - Test Release
|
183 | 199 |
|
184 |
| -### Version 0.0.3 - 7/4/2020 |
| 200 | +### Version 0.0.3 - 2020-07-04 |
185 | 201 | - Test Release
|
186 | 202 |
|
187 |
| -### Version 0.0.2 - 6/24/2020 |
| 203 | +### Version 0.0.2 - 2020-06-24 |
188 | 204 | - Add Pixel-based Region Connectivity Tool (#52)
|
189 | 205 | - Fixes to Proximity Tools (#45, #37, #36)
|
190 | 206 | - Changes to slope function to allow for change x, y coordinate fields (#46)
|
|
201 | 217 | - Added support for creating WMTS tilesets (moved out of datashader)
|
202 | 218 | - Added contributor code of conduct
|
203 | 219 |
|
204 |
| -### Version 0.0.1 - 2/15/2020 |
| 220 | +### Version 0.0.1 - 2020-02-15 |
205 | 221 | - First public release available on GitHub and PyPI.
|
0 commit comments