Skip to content

Commit 399237b

Browse files
authored
Prepare release 0.13.0 (#152)
1 parent e5f3640 commit 399237b

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ The format is based on [Keep a Changelog], and this project adheres to
77

88
## [Unreleased]
99

10+
## [0.13.0] (2025-09-30)
11+
12+
### Added
13+
14+
- Add support for indexing and slicing 2D datasets
15+
([#48](https://github.com/MAAP-Project/gedi-subsetter/issues/48))
16+
17+
### Removed
18+
19+
- Remove use of `returns` library
20+
([#3](https://github.com/MAAP-Project/gedi-subsetter/issues/3))
21+
1022
## [0.12.0] (2025-07-03)
1123

1224
### Changed
@@ -259,4 +271,5 @@ The format is based on [Keep a Changelog], and this project adheres to
259271
[0.10.0]: https://github.com/MAAP-Project/gedi-subsetter/releases/tag/0.10.0
260272
[0.11.0]: https://github.com/MAAP-Project/gedi-subsetter/releases/tag/0.11.0
261273
[0.12.0]: https://github.com/MAAP-Project/gedi-subsetter/releases/tag/0.12.0
262-
[Unreleased]: https://github.com/MAAP-Project/gedi-subsetter/compare/0.12.0...HEAD
274+
[0.13.0]: https://github.com/MAAP-Project/gedi-subsetter/releases/tag/0.13.0
275+
[Unreleased]: https://github.com/MAAP-Project/gedi-subsetter/compare/0.13.0...HEAD

algorithm_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
algorithm_description: Subset GEDI L1B, L2A, L2B, L4A, or L4C granules within an area of interest (AOI)
22
algorithm_name: gedi-subset
3-
algorithm_version: 0.12.0
3+
algorithm_version: 0.13.0
44
repository_url: https://github.com/MAAP-Project/gedi-subsetter.git
55
docker_container_url: mas.maap-project.org/root/maap-workspaces/custom_images/maap_base:v4.2.0
66
disk_space: 20GB

0 commit comments

Comments
 (0)