Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 16 Aug 20:11

Added

  • gb_io.dump method to write one or more Record objects to a file.

Fixed

  • Compilation issues with modern setuptools-rust versions.
  • Avoid using readinto method of file-like objects when compiling for PyPy because of compatibility issues with passing memoryview arguments.