File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,21 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ 0.0.13] - Unreleased
7
+ ## [ 0.0.13] - 2024-03-06
8
+
9
+ ### Fixed
10
+
11
+ - ` _typer ` with kwargs to other functions.
8
12
9
13
## [ 0.0.12] - 2024-03-06
10
14
11
15
### Added
12
16
13
- - ` _typer ` supports custom
17
+ - ` _typer ` supports custom types.
14
18
15
19
### Changed
16
20
17
- - ` zonal_stats ` outputs only valid geometries. Set ` True `
21
+ - ` zonal_stats ` outputs only valid geometries. Set ` True ` .
18
22
to ` raise_missing_geometry ` to have the old behavior.
19
23
- ` zonal_stats ` with geocube now manages ` all_touched ` .
20
24
You can’t perform that action at this time.
0 commit comments