aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* drop loguruSam Scholten2025-10-27
|
* Add integration tests for resampling featureSam Scholten2025-10-24
| | | | | | - Test that resampling preserves event detection - Test uniform time arrays after resampling - All tests passing
* Add resample subpackage with downsampling supportSam Scholten2025-10-24
| | | | | | | | | - Add transivent.resample subpackage for signal preprocessing - Implement average_downsample() for block averaging downsampling - Add downsample_to_interval() for interval-based downsampling - Add target_sampling_interval parameter to detect_from_wfm() - Preserves signal amplitude and improves SNR through averaging - Creates uniform time arrays to avoid validation warnings
* 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