Skip to content

v0.6.0

Latest

Choose a tag to compare

@chad-earthscope chad-earthscope released this 12 Mar 15:50

Added

  • MS3Record.parse_into() instance method for reuse-based parsing in high-throughput
    loops to eliminating per-record allocation/deallocation overhead.

Changed

  • MS3Record.sourceid property now skips an unnecessary NULL check.
  • cdata_to_string() no longer wraps .decode() in a redundant str() call.