Release v1.1.0
Key Points
- Deprecate tuples in favor of JSON objects
- Clarify rules related to SigMF archives
- Application compliance language clarification
What's Changed
- fix table of contents for compliance section by @miek in #215
- updated version in init.py to 1.0.1 by @gmabey in #212
- Updated README to give it better flow and mention the other ways to use SigMF by @777arc in #211
- Refer to pip in README by @tammojan in #227
- datatype updates: add double (float64) and fix numpy bit-width error by @jacobagilbert in #228
- explicitly caution about numpy bidwidth by @jacobagilbert in #232
- adding spatial extension by @jacobagilbert in #150
- semantic fixes in extensions by @jacobagilbert in #238
- SigMFFile class is now an iterable for accessing data via memmap by @gmabey in #209
- specify true north in spatial extension by @jacobagilbert in #240
- cleanup of conforming/compliant language by @jacobagilbert in #235
- remove rfml.sigmf-ext.md from canonical extensions by @jacobagilbert in #233
- typos and clarification in spatial extension by @jacobagilbert in #248
- first implementation of wav2sigmf.py by @gmabey in #216
- Added blurb about extensions with link to NTIAs and hopefully others by @777arc in #247
- added note about python 3.6 by @777arc in #251
- sigmf_hash: use file_digest by @willcode in #253
- Revert "sigmf_hash: use file_digest" by @jacobagilbert in #258
- CI Pipeline for Python Package by @777arc in #250
- fixed python version in pipeline config by @777arc in #259
- Added Matrix chat info and monthly call to README by @777arc in #249
- application compliance language clarification by @jacobagilbert in #257
- fix table of contents errors by @jacobagilbert in #255
- Added VALID_TOP_LEVEL_KEYS list by @gmabey in #217
- updating language on sigmf archives by @jacobagilbert in #256
- deprecate tuples as collection Recording pointers by @jacobagilbert in #239
- updating license for python module to LGPLv3 by @jacobagilbert in #262
- Add formal SigMF Collection support by @jacobagilbert in #261
- update build config by @jacobagilbert in #265
- use SigMFArchiveReader for fromfile() by @jacobagilbert in #264
- adding UUID to annotations by @jacobagilbert in #268
New Contributors
- @miek made their first contribution in #215
- @tammojan made their first contribution in #227
- @willcode made their first contribution in #253
Full Changelog: v1.0.0...v1.1.0