Recent Releases of sigmf
sigmf - v1.2.3
What's Changed
- Clarify NCD filename without directory by @777arc in https://github.com/sigmf/SigMF/pull/322
- Add geolocation to captures array by @777arc in https://github.com/sigmf/SigMF/pull/323
Full Changelog: https://github.com/sigmf/SigMF/compare/v1.2.2...v1.2.3
- Python
Published by 777arc over 1 year ago
sigmf - v1.2.1
What's Changed
- Update README.md for Community Extension Info by @jacobagilbert in https://github.com/sigmf/SigMF/pull/310
- Changelog, Links, Versioning by @Teque5 in https://github.com/sigmf/SigMF/pull/311
- SigMF Core JSON Schema and new method of creating PDF by @777arc in https://github.com/sigmf/SigMF/pull/301
- html improvements and fixed pandoc version by @777arc in https://github.com/sigmf/SigMF/pull/312
- html: hide TOC when viewed on mobile by @777arc in https://github.com/sigmf/SigMF/pull/313
- Moving away from SigMF as an acronym by @777arc in https://github.com/sigmf/SigMF/pull/316
- Github action to check for docs generator build errors during PRs by @777arc in https://github.com/sigmf/SigMF/pull/317
- Update wording in annotations array section, added latex build artefacts to .gitignore removed unused packages by @romanziske in https://github.com/sigmf/SigMF/pull/320
- num_channels wording and updated github action to be able to view pdf/html as an artifact by @777arc in https://github.com/sigmf/SigMF/pull/319
New Contributors
- @romanziske made their first contribution in https://github.com/sigmf/SigMF/pull/320
Full Changelog: https://github.com/sigmf/SigMF/compare/v1.2.0...v1.2.1
- Python
Published by 777arc over 1 year ago
sigmf - Release v1.2.0
First modern release where repository now only contains specification.
Items of Note
- The sigmf-python module is now in it's own repository.
- The specification version (currently
v1.2.0) is now distinct from the version of the python module (currentlyv1.2.0by sheer coincidence). - New optional
uuidin the metdataannotationsobject.
What's Changed
- separating the python module from the spec by @jacobagilbert in https://github.com/sigmf/SigMF/pull/269
- spatial: add range-rate to bearing object by @daniestevez in https://github.com/sigmf/SigMF/pull/270
- Fix Markdown table formatting in
signalextension namespace specification by @aromanielloNTIA in https://github.com/sigmf/SigMF/pull/279 - Added geolocation to spatial extension within annotations by @777arc in https://github.com/sigmf/SigMF/pull/282
- Reworded num_channels take 2 by @777arc in https://github.com/sigmf/SigMF/pull/280
- clarify language around empty cptures segments by @jacobagilbert in https://github.com/sigmf/SigMF/pull/293
- fixing missing clause by @jacobagilbert in https://github.com/sigmf/SigMF/pull/294
- Improve NCD language by @jacobagilbert in https://github.com/sigmf/SigMF/pull/295
- first section of any schema field is table note by @jacobagilbert in https://github.com/sigmf/SigMF/pull/296
- Metadata Traceability Extension by @Nepomuceno in https://github.com/sigmf/SigMF/pull/288
- Clarify the format of core:version by @argilo in https://github.com/sigmf/SigMF/pull/298
- Fixed datatype typo by @777arc in https://github.com/sigmf/SigMF/pull/303
- Fixed incorrect type and unit for antenna:polarization by @vejretvejret in https://github.com/sigmf/SigMF/pull/305
- Clarify optional extensions by @argilo in https://github.com/sigmf/SigMF/pull/300
- swap PNG for SVG logo now that GitHub renders by @Teque5 in https://github.com/sigmf/SigMF/pull/306
- Adding aperture rotation by @jacobagilbert in https://github.com/sigmf/SigMF/pull/308
- Update capture_details.sigmf-ext.md by @jacobagilbert in https://github.com/sigmf/SigMF/pull/309
New Contributors
- @daniestevez made their first contribution in https://github.com/sigmf/SigMF/pull/270
- @aromanielloNTIA made their first contribution in https://github.com/sigmf/SigMF/pull/279
- @Nepomuceno made their first contribution in https://github.com/sigmf/SigMF/pull/288
- @argilo made their first contribution in https://github.com/sigmf/SigMF/pull/298
- @vejretvejret made their first contribution in https://github.com/sigmf/SigMF/pull/305
Full Changelog: https://github.com/sigmf/SigMF/compare/v1.1.0...v1.2.0
- Python
Published by Teque5 almost 2 years ago
sigmf - 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 https://github.com/sigmf/SigMF/pull/215
- updated version in init.py to 1.0.1 by @gmabey in https://github.com/sigmf/SigMF/pull/212
- Updated README to give it better flow and mention the other ways to use SigMF by @777arc in https://github.com/sigmf/SigMF/pull/211
- Refer to pip in README by @tammojan in https://github.com/sigmf/SigMF/pull/227
- datatype updates: add double (float64) and fix numpy bit-width error by @jacobagilbert in https://github.com/sigmf/SigMF/pull/228
- explicitly caution about numpy bidwidth by @jacobagilbert in https://github.com/sigmf/SigMF/pull/232
- adding spatial extension by @jacobagilbert in https://github.com/sigmf/SigMF/pull/150
- semantic fixes in extensions by @jacobagilbert in https://github.com/sigmf/SigMF/pull/238
- SigMFFile class is now an iterable for accessing data via memmap by @gmabey in https://github.com/sigmf/SigMF/pull/209
- specify true north in spatial extension by @jacobagilbert in https://github.com/sigmf/SigMF/pull/240
- cleanup of conforming/compliant language by @jacobagilbert in https://github.com/sigmf/SigMF/pull/235
- remove rfml.sigmf-ext.md from canonical extensions by @jacobagilbert in https://github.com/sigmf/SigMF/pull/233
- typos and clarification in spatial extension by @jacobagilbert in https://github.com/sigmf/SigMF/pull/248
- first implementation of wav2sigmf.py by @gmabey in https://github.com/sigmf/SigMF/pull/216
- Added blurb about extensions with link to NTIAs and hopefully others by @777arc in https://github.com/sigmf/SigMF/pull/247
- added note about python 3.6 by @777arc in https://github.com/sigmf/SigMF/pull/251
- sigmfhash: use filedigest by @willcode in https://github.com/sigmf/SigMF/pull/253
- Revert "sigmfhash: use filedigest" by @jacobagilbert in https://github.com/sigmf/SigMF/pull/258
- CI Pipeline for Python Package by @777arc in https://github.com/sigmf/SigMF/pull/250
- fixed python version in pipeline config by @777arc in https://github.com/sigmf/SigMF/pull/259
- Added Matrix chat info and monthly call to README by @777arc in https://github.com/sigmf/SigMF/pull/249
- application compliance language clarification by @jacobagilbert in https://github.com/sigmf/SigMF/pull/257
- fix table of contents errors by @jacobagilbert in https://github.com/sigmf/SigMF/pull/255
- Added VALIDTOPLEVEL_KEYS list by @gmabey in https://github.com/sigmf/SigMF/pull/217
- updating language on sigmf archives by @jacobagilbert in https://github.com/sigmf/SigMF/pull/256
- deprecate tuples as collection Recording pointers by @jacobagilbert in https://github.com/sigmf/SigMF/pull/239
- updating license for python module to LGPLv3 by @jacobagilbert in https://github.com/sigmf/SigMF/pull/262
- Add formal SigMF Collection support by @jacobagilbert in https://github.com/sigmf/SigMF/pull/261
- update build config by @jacobagilbert in https://github.com/sigmf/SigMF/pull/265
- use SigMFArchiveReader for fromfile() by @jacobagilbert in https://github.com/sigmf/SigMF/pull/264
- adding UUID to annotations by @jacobagilbert in https://github.com/sigmf/SigMF/pull/268
New Contributors
- @miek made their first contribution in https://github.com/sigmf/SigMF/pull/215
- @tammojan made their first contribution in https://github.com/sigmf/SigMF/pull/227
- @willcode made their first contribution in https://github.com/sigmf/SigMF/pull/253
Full Changelog: https://github.com/sigmf/SigMF/compare/v1.0.0...v1.1.0
- Python
Published by Teque5 almost 2 years ago
sigmf - 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 https://github.com/sigmf/SigMF/pull/94
- Proposal to address issue #81 by @bradeales in https://github.com/sigmf/SigMF/pull/96
- Removing
lengthfield fromcaptures. by @bhilburn in https://github.com/sigmf/SigMF/pull/97 - Add DOI fields to
globalby @bhilburn in https://github.com/sigmf/SigMF/pull/101 - Adding field for HW-provided sample count. by @bhilburn in https://github.com/sigmf/SigMF/pull/98
- Added ADS-B, Wi-Fi, capture_details, and RFML SigMF extensions. by @ZacharyDavis in https://github.com/sigmf/SigMF/pull/113
- new i/o methods for annotations & samples; +python3 by @Teque5 in https://github.com/sigmf/SigMF/pull/106
- ordered metadata; improved setup; better use cases in readme by @Teque5 in https://github.com/sigmf/SigMF/pull/116
- Feature/local gui sigmf archive file editing by @nathan-turner111 in https://github.com/sigmf/SigMF/pull/115
- improved description of "author" field #80 by @gmabey in https://github.com/sigmf/SigMF/pull/125
- Explanation requested for #118 by @gmabey in https://github.com/sigmf/SigMF/pull/126
- Explicit Scope for Captures Fields by @jacobagilbert in https://github.com/sigmf/SigMF/pull/129
- Require both freq fields in annotations by @jacobagilbert in https://github.com/sigmf/SigMF/pull/127
- Allow Freq (but not temporally) Bounded Annotations by @jacobagilbert in https://github.com/sigmf/SigMF/pull/128
- resolves #121 consistent with comments by @gmabey in https://github.com/sigmf/SigMF/pull/134
- feature/validator by @Teque5 in https://github.com/sigmf/SigMF/pull/139
- set pretty to true; important since it should be the default by @Teque5 in https://github.com/sigmf/SigMF/pull/137
- bugfix/hash-check by @Teque5 in https://github.com/sigmf/SigMF/pull/142
- feature/num_channels by @Teque5 in https://github.com/sigmf/SigMF/pull/138
- feature/logo by @Teque5 in https://github.com/sigmf/SigMF/pull/143
- add short form field to annotation by @jacobagilbert in https://github.com/sigmf/SigMF/pull/136
- Refactor Modulation Extension Namespace (Take2) by @jacobagilbert in https://github.com/sigmf/SigMF/pull/140
- geolocation: update to use GeoJSON by @jacobagilbert in https://github.com/sigmf/SigMF/pull/135
- Feature/optional by @Teque5 in https://github.com/sigmf/SigMF/pull/152
- geolocation: fix lon/lat inversion by @jacobagilbert in https://github.com/sigmf/SigMF/pull/156
- Clarify how the core:offset field effects the various other sample indices by @jacobagilbert in https://github.com/sigmf/SigMF/pull/154
- Modifications to
extensionsper #103. by @bhilburn in https://github.com/sigmf/SigMF/pull/105 - SigMF Collections by @bhilburn in https://github.com/sigmf/SigMF/pull/157
- Fixing extension string to remove 'v' character by @bhilburn in https://github.com/sigmf/SigMF/pull/158
- Fix citation licensing by @bhilburn in https://github.com/sigmf/SigMF/pull/159
- updating schema.json by @jacobagilbert in https://github.com/sigmf/SigMF/pull/160
- rc tag prep: spec clean-up by @bhilburn in https://github.com/sigmf/SigMF/pull/161
- i16 is not a legal type by @jacobagilbert in https://github.com/sigmf/SigMF/pull/173
- fixing indentation and missing commas in schema by @jacobagilbert in https://github.com/sigmf/SigMF/pull/177
- move HAGL field to antenna extension by @jacobagilbert in https://github.com/sigmf/SigMF/pull/175
- allow annotations greater than or equal to 1 by @jacobagilbert in https://github.com/sigmf/SigMF/pull/179
- hotfix/split schema into two parts; tests now work again by @Teque5 in https://github.com/sigmf/SigMF/pull/182
- Fix errors creating SigMFFile objects that do not have datatype set by @jacobagilbert in https://github.com/sigmf/SigMF/pull/180
- adds missing constants consistent with spec by @gmabey in https://github.com/sigmf/SigMF/pull/187
- explicit guidance on GeoJSON Foreign Members by @jacobagilbert in https://github.com/sigmf/SigMF/pull/191
- added utility function to automate data type str generation by @gmabey in https://github.com/sigmf/SigMF/pull/185
- Draft of approach for non-conforming dataset support by @bhilburn in https://github.com/sigmf/SigMF/pull/190
- update RFC 2119 keyword usage by @jacobagilbert in https://github.com/sigmf/SigMF/pull/192
- clarifying sigmf compliance language by @jacobagilbert in https://github.com/sigmf/SigMF/pull/193
- Update sigmf-spec.md by @vladisslav2011 in https://github.com/sigmf/SigMF/pull/201
- update language on allowed key names by @jacobagilbert in https://github.com/sigmf/SigMF/pull/202
- Support metadata only distributions, complete nonstandard dataset support (v2) by @jacobagilbert in https://github.com/sigmf/SigMF/pull/203
- captures metadata does not carry forward by @jacobagilbert in https://github.com/sigmf/SigMF/pull/207
- cleanup extension files by @jacobagilbert in https://github.com/sigmf/SigMF/pull/204
- tooling improvements for NCDs and captures access by @jacobagilbert in https://github.com/sigmf/SigMF/pull/206
New Contributors
- @pwicks86 made their first contribution in https://github.com/sigmf/SigMF/pull/94
- @bradeales made their first contribution in https://github.com/sigmf/SigMF/pull/96
- @ZacharyDavis made their first contribution in https://github.com/sigmf/SigMF/pull/113
- @nathan-turner111 made their first contribution in https://github.com/sigmf/SigMF/pull/115
- @vladisslav2011 made their first contribution in https://github.com/sigmf/SigMF/pull/201
Full Changelog: https://github.com/sigmf/SigMF/compare/v0.0.1...v1.0.0
- Python
Published by Teque5 almost 2 years ago
sigmf - Release v1.0.0
Formal stable release of v1.0.0 of the SigMF specification, extensions, and associated tools.
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. All development in the v1.x branch will maintain backwards compatibility with this specification, including the addition of new features and canonical extensions.
- Python
Published by bhilburn about 4 years ago
sigmf - Release v0.0.1
This is the first release of SigMF.
- Python
Published by bhilburn over 7 years ago