You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
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
+
10
17
### Changed
11
18
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)
13
25
14
26
## [0.13.0] - 2025-12-08
15
27
@@ -232,7 +244,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments