Skip to content

Commit aba2a0c

Browse files
committed
Added option to supervise progress using callback function during inference
bump version
1 parent b5839b7 commit aba2a0c

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.9] - 2025-11-27
11+
12+
### Added
13+
14+
- Added option to supervise progress using callback function during inference
15+
1016
## [0.2.8] - 2025-11-26
1117

1218
## Added
@@ -15,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1521

1622
## [0.2.7] - 2025-11-25
1723

18-
## Added
24+
### Added
1925

2026
- Added parameter `speed` to control playback speed of audio during inference
2127

@@ -193,7 +199,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
193199

194200
- Initial release
195201

196-
[Unreleased]: https://github.com/birdnet-team/birdnet/compare/v0.2.8...HEAD
202+
[Unreleased]: https://github.com/birdnet-team/birdnet/compare/v0.2.9...HEAD
203+
[0.2.9]: https://github.com/birdnet-team/birdnet/compare/v0.2.8...v0.2.9
197204
[0.2.8]: https://github.com/birdnet-team/birdnet/compare/v0.2.7...v0.2.8
198205
[0.2.7]: https://github.com/birdnet-team/birdnet/compare/v0.2.6...v0.2.7
199206
[0.2.6]: https://github.com/birdnet-team/birdnet/compare/v0.2.5...v0.2.6

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "birdnet"
3-
version = "0.2.8"
3+
version = "0.2.9"
44
description = "A Python library for identifying bird species by their sounds."
55
readme = "README.md"
66
requires-python = ">=3.11, <3.14"

0 commit comments

Comments
 (0)