- Fix bugs when saving very large records in sqlite archives
- Fix a typo in .gitignore
- Fix .gitignore for egg-info files
- Support python 3.10 (mspells)
- Automatically open files in write mode, instead of append mode, if they have 0 size (mspells)
- Update minimum CMake version requirement (joaander)
- Update CI and wheel support for python 3.9 (mspells,bdice)
- Add group and group prefix selection to methods like
GTAR.getRecordTypes()
(mspells)
- Remove warnings from use of readdir_r (mspells)
- Binary wheel releases (bdice)
- Add SharedPtr wrapper for SharedArray (mspells)
- API change: GTAR::readUniform() now returns a SharedPtr instead of a std::auto_ptr (mspells)
- Use embedded versions of miniz, sqlite3, and dirent (bdice)
- Fix builds and tests on windows (bdice)
- Add usage of implicit index in GTAR.getRecord() (bdice)
- Add gtar.{cat,read} utilities (mspells)
- Preliminary java bindings (mspells)
- Experimental directory "archive" support (mspells)
- Add sqlite archive support (mspells)
- Add BulkWriter API (mspells)
- Add GTAR.{writeRecord,close}() (mspells)
- Add gtar.{copy,fix} utilities (mspells)
- GTAR.{read,write}Path() (mspells)
- zip, tar support (mspells)