Skip to content

Releases: CSBP-CPSE/OpenTabulate

OpenTabulate version [2.1.1] release

09 Jul 02:42
Compare
Choose a tag to compare

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

14 May 19:37
Compare
Choose a tag to compare

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

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