Skip to content

Releases: EarthScope/mseedlib

v0.0.6

14 Jun 04:22
Compare
Choose a tag to compare
  • Change package requirements to python >= 3.9 and specifically exclude pp38 from wheel building
  • Retain miniSEED "sequence number" if packing a parsed v2 record
  • Change example codes in README.md for usability
  • Set defaults for class MS3Record matching msr3_init(). Fixes #3
  • Create comprehensive repr() for MS3Record and leave str() as a terse summary. Fixes #4
  • Update libmseed to v3.1.3

v0.0.5

31 May 20:23
Compare
Choose a tag to compare
  • Update libmseed to v3.1.2
  • Add GitHub Action workflow for distribution wheel and sdist packaging and deployment to pypi.org