Added
- Added time tagging to channels
- Added support for Python 3.12
Removed
- Removed support for Python 3.8
- Added
Pulse.play()
method
Fixed
- Change location of port feedforward and feedback filters in config
- Convert port crosstalk to dict in config, fixing deepcopy issues
GitHub Merged Pull Requests
- Fix: feedforward and feedback filter locations in config by @nulinspiratie in #79
- Feat: Add time tagging to channels by @nulinspiratie in #81
- Feat: Add Pulse.play by @nulinspiratie in #83
- Updated python versions between 3.9 and 3.12 by @nulinspiratie in #84
- Hotfix: Convert port crosstalk to dict in config by @nulinspiratie in #86
Full Changelog: v0.3.7...v0.3.8