- Using
format_string
instead offormat
inDefinition
class.
- Writing empty arrays doesn't throw errors
- Added:
- Support for reading gzipped compressed file and arbitrary compression formats if the opener abstraction is provided.
- Added:
- little endian support.
- manual endian selection for reader.
- string and representation for classes
- Added:
- Support for ascii files.
- Support for
pathlib.Path
objects in read and write operations.
- Fixed:
- From relative to absolute imports (IMPORTANT FIX!!)
- Fixed:
- Imports (for doc)
- Added:
- Versioning
- Changelog
- Initial Release