Release v1.0.0
Formal stable release of v1.0.0 of the SigMF specification.
This version of SigMF is compatible with the original v0.0.1 release of the SigMF specification, and all SigMF Recordings using the v0.0.1 spec are automatically compliant with v1.0.0.
What's Changed
- Fix inconsistent type naming by @pwicks86 in #94
- Proposal to address issue #81 by @bradeales in #96
- Removing
length
field fromcaptures
. by @bhilburn in #97 - Add DOI fields to
global
by @bhilburn in #101 - Adding field for HW-provided sample count. by @bhilburn in #98
- Added ADS-B, Wi-Fi, capture_details, and RFML SigMF extensions. by @ZacharyDavis in #113
- new i/o methods for annotations & samples; +python3 by @Teque5 in #106
- ordered metadata; improved setup; better use cases in readme by @Teque5 in #116
- Feature/local gui sigmf archive file editing by @nathan-turner111 in #115
- improved description of "author" field #80 by @gmabey in #125
- Explanation requested for #118 by @gmabey in #126
- Explicit Scope for Captures Fields by @jacobagilbert in #129
- Require both freq fields in annotations by @jacobagilbert in #127
- Allow Freq (but not temporally) Bounded Annotations by @jacobagilbert in #128
- resolves #121 consistent with comments by @gmabey in #134
- feature/validator by @Teque5 in #139
- set pretty to true; important since it should be the default by @Teque5 in #137
- bugfix/hash-check by @Teque5 in #142
- feature/num_channels by @Teque5 in #138
- feature/logo by @Teque5 in #143
- add short form field to annotation by @jacobagilbert in #136
- Refactor Modulation Extension Namespace (Take2) by @jacobagilbert in #140
- geolocation: update to use GeoJSON by @jacobagilbert in #135
- Feature/optional by @Teque5 in #152
- geolocation: fix lon/lat inversion by @jacobagilbert in #156
- Clarify how the core:offset field effects the various other sample indices by @jacobagilbert in #154
- Modifications to
extensions
per #103. by @bhilburn in #105 - SigMF Collections by @bhilburn in #157
- Fixing extension string to remove 'v' character by @bhilburn in #158
- Fix citation licensing by @bhilburn in #159
- updating schema.json by @jacobagilbert in #160
- rc tag prep: spec clean-up by @bhilburn in #161
- i16 is not a legal type by @jacobagilbert in #173
- fixing indentation and missing commas in schema by @jacobagilbert in #177
- move HAGL field to antenna extension by @jacobagilbert in #175
- allow annotations greater than or equal to 1 by @jacobagilbert in #179
- hotfix/split schema into two parts; tests now work again by @Teque5 in #182
- Fix errors creating SigMFFile objects that do not have datatype set by @jacobagilbert in #180
- adds missing constants consistent with spec by @gmabey in #187
- explicit guidance on GeoJSON Foreign Members by @jacobagilbert in #191
- added utility function to automate data type str generation by @gmabey in #185
- Draft of approach for non-conforming dataset support by @bhilburn in #190
- update RFC 2119 keyword usage by @jacobagilbert in #192
- clarifying sigmf compliance language by @jacobagilbert in #193
- Update sigmf-spec.md by @vladisslav2011 in #201
- update language on allowed key names by @jacobagilbert in #202
- Support metadata only distributions, complete nonstandard dataset support (v2) by @jacobagilbert in #203
- captures metadata does not carry forward by @jacobagilbert in #207
- cleanup extension files by @jacobagilbert in #204
- tooling improvements for NCDs and captures access by @jacobagilbert in #206
New Contributors
- @pwicks86 made their first contribution in #94
- @bradeales made their first contribution in #96
- @ZacharyDavis made their first contribution in #113
- @nathan-turner111 made their first contribution in #115
- @vladisslav2011 made their first contribution in #201
Full Changelog: v0.0.1...v1.0.0