Tags: aprilweilab/pyigd
Tags
Add IGDWriter, IGDFile->IGDReader, and add IGDTransformer (#5) * Add IGD writing capability, IGDTransformer * IGDFile is now IGDReader, and takes an IO buffer instead of a filename. This is more flexible, and removes the need to have a context manager. IGDFile remains, but will be removed soon and should be avoided. * IGDWriter is new: create IGD files in Python. * IGDTransformer lets you take an input IGD buffer and modify the sample information, producing a new output IGD buffer. * Documentation and examples * Make flake8 happy, fix test dependencies * Bump version