Highlights
- Support for non-conforming datasets (where the data file is not a
.sigmf-data
) - Improvements for
.sigmf-collection
- Add equality checking for
SigMFFile
What's Changed
- remove unnecessary inline comprehension by @Teque5 in #75
- override global info instead of replace on init by @Teque5 in #77
- Fix path handling for non-conforming datasets by @GreenK173 in #81
- Add specification version to the metadata in SigMFCollection by @GreenK173 in #83
- datetime parsing for python 3.7 thru 3.12; fix deprecation warning by @Teque5 in #93
- Add directory of the collection to SigMFCollection by @GreenK173 in #85
- Fix coding style and PEP8 violations by @GreenK173 in #86
- Add eq method to SigMFFile by @Teque5 in #98 (thanks to @jhazentia)
New Contributors
- @GreenK173 made their first contribution in #81
Full Changelog: v1.2.3...v1.2.6