Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

v0.11.0

Choose a tag to compare

@pbchase pbchase released this 25 Aug 19:45
· 641 commits to master since this release

2014-08-25 v0.11.0

  • Introduced Data Directories (see documentation for --datadir)
  • Resumable RED-I (see documentation for --resume)
  • Serialize Collection Date Summary
  • Included Debian 7.4 installation script (see scripts/install_deb_7_4.sh)
  • Updated settings: removed emr_log_file since it wasn't used
  • Removed dependency on Python3 (converted csv2xml.py)
  • Significantly sped up the data pre-processing step when getting EMR data.
  • Changed behavior of combining --emrdata and --dryrun; will get EMR data.
  • BUG: Fixed SQLite issue
  • BUG: event count 15 exceeds maximum of 74
  • BUG: Closed hanging SFTP connection in GetEmrData.py
  • Other minor bug fixes
  • Updated documentation and example configuration
  • Cleaned up comments in code
  • DEV: Added coverage and lint goals to Makefile
  • DEV: Added the generated files to the list of files to remove by make clean