Skip to content

Releases: sigmf/sigmf-python

v1.2.1 New __specification__ attr

15 Apr 17:08
ccc1cbf
Compare
Choose a tag to compare

You can now check what version of the specification this repository tracks by looking at sigmf.__specification__ attribute. This release also improves the default behavior of setting version information in read & new sigmf objects.

What's Changed

  • utils: iso8601: strip fractional seconds by @liambeguin in #56
  • Validate that global core:version is present. by @anarkiwi in #55
  • Track Specification within Repo & Polish by @Teque5 in #57

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0 New Entry-Points

14 Feb 18:43
c5d194d
Compare
Choose a tag to compare

New Entry-Points

  • sigmf_convert_wav will create a .sigmf archive from a wav audio file.
  • sigmf_gui will run the visual .sigmf archive editor

Pull Requests

New Contributors

Full Changelog: v1.1.5...v1.2.0

v1.1.5 Memory-Mapping & Pathlib Improvements

20 Dec 00:27
Compare
Choose a tag to compare

Highlights

  • memory-mapped i/o
  • automatic PR workflow
  • SigMFFile can now read pathlib.Path or string paths
  • removed webapp/

What's Changed

New Contributors

Full Changelog: v1.1.3...v1.1.5

v1.1.3 Packaging Improvements

08 Sep 17:12
c5aa8f3
Compare
Choose a tag to compare

What's Changed

  • Packaging and Test Improvements by @Teque5 in #22

Full Changelog: v1.1.2...v1.1.3

v1.1.2 First Release in New Repository

01 Sep 04:22
ec8ac0e
Compare
Choose a tag to compare

What's Changed

  • prevent exception with python 3.6 by @gmabey in #18

Full Changelog: v1.1.1...v1.1.2