We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb46cec commit f6cb493Copy full SHA for f6cb493
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+### Version 0.0.9 - 8/26/2020
2
+- Added A* pathfinding
3
+- Allow all numpy float data types, not just numpy.float64 (#122)
4
+- Broke out user-guide into individual notebooks
5
+- Added num_sample param option to natural_breaks (#123)
6
+- Removed sklearn dependency
7
+
8
### Version 0.0.8 - 7/22/2020
9
- Fixed missing deps
10
conda.recipe/meta.yaml
@@ -1,7 +1,7 @@
package:
name: xarray-spatial
- version: 0.0.8
+ version: 0.0.9
requirements:
build:
0 commit comments