Releases: CSBP-CPSE/OpenTabulate
Releases · CSBP-CPSE/OpenTabulate
OpenTabulate version [2.1.1] release
Added
- Multi-threading support to allow parallelized processing of input data
- Caching using hash digests to avoid redundant data processing when invoking OpenTabulate more than once
Changed
- Improved error and logging messages
- Reorganized package contents n a code base, additional package data and unit tests
- Completed basic unit tests for
algorithm.py
OpenTabulate version [2.0.0] release
This release of OpenTabulate is an overhaul of the earlier version to make it more simple and flexible. Several features have been added and removed.
Added
- Design specification
- Project changelog
- Configuration file with processing and output schema configuration
Changed
- Refactored code (renamed variables, relocated classes into files, removal of redundant code, implemented new functions)
- Ported Markdown documentation to ReST/Sphinx, now hosted here
Removed
- ZIP file handling
- Address parsing