Skip to content

Commit 78ac30e

Browse files
committed
1.18.0
1 parent 144144a commit 78ac30e

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.18.0
2+
- Move project metadata to pyproject.toml #277
3+
- Black formatting #278
4+
- Don't cast integers to int64, use numpy accumulator dtype #279
5+
- Warn about nodata only once, io.NodataWarning type #280
6+
17
0.17.1
28
- Fixes to keep up with recent versions of dependencies: #275 fiona, #266 shapely, #264 click
39
- Added a pyproject.toml #265

src/rasterstats/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.17.1"
1+
__version__ = "0.18.0"

0 commit comments

Comments
 (0)