summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAge
* Fix examples to use correct API importsv2.0.2Sam Scholten2025-10-23
| | | | | | - example.py: Update to use detect_from_wfm() instead of process_file() - example_diffusion.py: Import diffusion functions from event_processor submodule - Both examples now correctly use the v2.0.0 API structure
* 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