Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 779 Bytes

CHANGELOG.md

File metadata and controls

28 lines (22 loc) · 779 Bytes

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Changed

  • Major refactoring of all code for better readability.
  • Rewrote preprocessing and reduction strategy.
  • Modified database schema.
  • Added master list to database.
  • Replaced command-line options with YAML config.

Added

  • Added 'evaluator.py' to perform configuration baseline.

Fixed

  • Multiple bug-fixes. Too many to identify here.

[1.0.1] - 2016-4-26

Initial Production Release

  • Initial stable release.
  • Multiple buxfixes.

[1.0.0] - 2016-2-19

Initial Commit

  • Initial commit of distiller code.