Skip to content

Commit f6cb493

Browse files
committed
updated changelog and incremented version in meta.yaml
1 parent cb46cec commit f6cb493

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -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+
18
### Version 0.0.8 - 7/22/2020
29
- Fixed missing deps
310

conda.recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
package:
33
name: xarray-spatial
4-
version: 0.0.8
4+
version: 0.0.9
55

66
requirements:
77
build:

0 commit comments

Comments
 (0)