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
0.5.0 - 2017-04-16
- Tutorial on how to use trace-simexp using a simple use case
0.4.0 - 2017-03-28
- Fully functioning
trace_simexp_reset
- Documentation on using
trace_simexp_reset
command line interface
- The break condition for reading-in samples listed in the info file is changed to "*** End of Samples ***"
- 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
- 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
- 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
- Fully functioning
trace_simexp_execute
- Documentation on using
trace_simexp_execute
command line interface
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 ""
- Fully functioning
trace_simexp_prepro