v0.2.0
Added
gb_io.dumpmethod to write one or moreRecordobjects to a file.
Fixed
- Compilation issues with modern
setuptools-rustversions. - Avoid using
readintomethod of file-like objects when compiling for PyPy because of compatibility issues with passingmemoryviewarguments.