Skip to content

Commit

Permalink
updated changelog and citation to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
initze committed Oct 15, 2024
1 parent b365f04 commit e4e69d0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
# Changelog

## [0.10.7] - 2024-10-15
## [0.11.0] - 2024-10-15

### Added

- added citation file
- Instance Metrics + BoundaryIoU by @relativityhd in [#166](https://github.com/initze/thaw-slump-segmentation/pull/166)
- Sentinel2 native by @iona5 in [#148](https://github.com/initze/thaw-slump-segmentation/pull/148)
- Saved package import by @initze in [#161](https://github.com/initze/thaw-slump-segmentation/pull/161)
- Add testing infrastructure by @iona5 in [#147](https://github.com/initze/thaw-slump-segmentation/pull/147)

### Changed

- MINOR: CLI/inference: fix help of `<tile_to_predict>` by @iona5 in [#157](https://github.com/initze/thaw-slump-segmentation/pull/157)
- Changed to module imports by @initze in [#160](https://github.com/initze/thaw-slump-segmentation/pull/160)
- Remove sub-dir models from gitignore by @relativityhd in [#164](https://github.com/initze/thaw-slump-segmentation/pull/164)
- Preprocessing/Inference improvements by @iona5 in [#165](https://github.com/initze/thaw-slump-segmentation/pull/165)
- Install GDAL with Rye by @relativityhd in [#168](https://github.com/initze/thaw-slump-segmentation/pull/168)
- Fix a bug, where pytorch is installed without cuda by @relativityhd in [#169](https://github.com/initze/thaw-slump-segmentation/pull/169)

## [0.10.6] - 2024-07-15

Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ authors:

title: "DARTS RTS AI segmentation code"
type: code
version: 0.10.7
version: 0.11.0
date-released: 2024-10-15
url: "https://github.com/initze/thaw-slump-segmentation"
abstract: "Code base for training and inference of the DARTS Retrogressive Thaw Slumps detection pipeline"
Expand Down

0 comments on commit e4e69d0

Please sign in to comment.