Skip to content

Commit cda8842

Browse files
authored
chore: bump version to 0.14.0 (#52)
1 parent a8d98ca commit cda8842

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.14.0] - 2026-06-19
11+
12+
### Added
13+
14+
- `vallenae.processor` module with `EventBuilder` to group time-sorted hits into acoustic-emission events (#46)
15+
- `show_progress` argument in all DataFrame `read` methods to toggle the progress bar (#51)
16+
1017
### Changed
1118

12-
- Remove optional `numba` dependency. The `timepicker` functions now always use the pure-NumPy implementations (previously the fallback). The import-time `PerformanceWarning` is gone.
19+
- Remove optional `numba` dependency. The `timepicker` functions now always use the pure-NumPy implementations (previously the fallback). The import-time `PerformanceWarning` is gone (#47).
20+
21+
### Fixed
22+
23+
- Correct sample count and time-range mapping in `TraDatabase.read_continuous_wave` (#50)
24+
- Handle gaps in the TRAI column when reading by time range (#49)
1325

1426
## [0.13.0] - 2025-12-08
1527

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

233245
Initial public release
234246

235-
[Unreleased]: https://github.com/vallen-systems/pyVallenAE/compare/0.13.0...HEAD
247+
[Unreleased]: https://github.com/vallen-systems/pyVallenAE/compare/0.14.0...HEAD
248+
[0.14.0]: https://github.com/vallen-systems/pyVallenAE/compare/0.13.0...0.14.0
236249
[0.13.0]: https://github.com/vallen-systems/pyVallenAE/compare/0.12.0...0.13.0
237250
[0.12.0]: https://github.com/vallen-systems/pyVallenAE/compare/0.11.0...0.12.0
238251
[0.11.0]: https://github.com/vallen-systems/pyVallenAE/compare/0.10.1...0.11.0

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ The package includes following modules:
1818
- vallenae.**io**: Reading (and writing) of Vallen Systeme SQLite database files (*.pridb, *.tradb, *.trfdb)
1919
- vallenae.**features**: Extraction of Acoustic Emission features
2020
- vallenae.**timepicker**: Timepicking algorithms for arrival time estimations
21+
- vallenae.**processor**: Processing of Acoustic Emission data, e.g. grouping hits into events
2122

2223
> **Note**:
2324
> A free/lite version of the Vallen AE Suite is available since the release R2020.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "vallenae"
7-
version = "0.13.0"
7+
version = "0.14.0"
88
description = "Extract and analyze Acoustic Emission measurement data"
99
authors = [{ name = "Lukas Berbuer", email = "software@vallen.de" }]
1010
readme = "README.md"

0 commit comments

Comments
 (0)