- Add -json output option. - Allow reading from stdin when input file is "-". - Fix logic error wth inconsistent record lengths.
2022.172
- Complete porting to libmseed 3. NOTE: Data quality indicators are no longer tracked and have been replaced with version numbers for consistency. No database schema change is needed as the schema already includes fields for both quality and version.
2022.160
- Update libmseed to v3.0.11. - Invert the logic of WITHOUTPOSTGRESQL -> WITHPOSTGRESQL, Default build is without PostgreSQL support and it must be enabled if desired.
2019.122
- Add setup.py to allow pushing a installer package to PyPi.
2018.163
- Add Windows compatibility bits and Makefile.win (Nmake) files.
2018.059
- Update SQLite to 3.22.0. - Update time series index database schema to version 1.1. This schema change includes the addition of a 'version' field, which is unpopulated by this version of the software but will be populated in the future.