Skip to content

Latest commit

 

History

History
65 lines (47 loc) · 2.16 KB

CHANGELOG.md

File metadata and controls

65 lines (47 loc) · 2.16 KB

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

0.5.0 - 2017-04-16

Added

  • Tutorial on how to use trace-simexp using a simple use case

0.4.0 - 2017-03-28

Added

  • Fully functioning trace_simexp_reset
  • Documentation on using trace_simexp_reset command line interface

Changed

  • The break condition for reading-in samples listed in the info file is changed to "*** End of Samples ***"

Fixed

  • The correct header for in post-process info file is "Samples to Post-process", not "Samples to Post-processed"

0.3.0 - 2017-03-28

Added

  • Fully functioning trace_simexp_postpro
  • Documentation on using trace_simexp_postpro command line interface
  • trace_simexp_execute now checks the validity of the passed number of processors

Changed

  • samples to process in the info file is now written with the common function trace_simexp.info_file.write_by_tens()

0.2.0 - 2017-03-27

Added

  • Fully functioning trace_simexp_execute
  • Documentation on using trace_simexp_execute command line interface

Changed

  • get_executable() function is now used to check and get provided executables whether they are in PATH or specified in a path, to reduce clutter.
  • get_name() function is now used to get either directory name or filename specified in path, either relative or absolute.
  • os.path.split() is now used in place of parsing manually delimiter "/" or ""

0.1.0 - 2017-03-25

Added

  • Fully functioning trace_simexp_prepro