aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
Commit message (Collapse)AuthorAge
* drop loguruSam Scholten2025-10-27
|
* Release v2.1.0 - Add resampling supportSam Scholten2025-10-24
| | | | | | Add target_sampling_interval parameter to detect_from_wfm() for downsampling oversampled data. Minor version bump for new feature.
* Bump version to 2.0.3 for patch releasev2.0.3Sam Scholten2025-10-24
|
* Bump version to 2.0.1 for patch releaseSam Scholten2025-10-24
|
* Test: Add tests for path handling in rd() functionSam Scholten2025-10-24
| | | | | | | - Test absolute filename with data_path (main bug fix scenario) - Test relative filename with data_path - Test missing XML sidecar error handling - Added pytest as dev dependency
* Release v2.0.0v2.0.0Sam Scholten2025-10-23
| | | | | | | | | Major API refactoring with simplified public interface. - Added EventProcessor for high-level event processing workflow - New utility functions for data preprocessing - Additional example scripts for different use cases - Comprehensive test suite - Updated documentation with migration guide
* Initial release v1.0.0v1.0.0Sam Scholten2025-10-23
Event detection and analysis pipeline for transient events in time-series data. - Event detection based on SNR thresholds - Configurable background estimation and noise analysis - Visualization with scopekit integration - Chunked processing for large files