Releases: datapastry/pypastry
Releases · datapastry/pypastry
PyPastry 0.3.0
- Experiment run returns path to result JSON
- Printing results can be disabled
PyPastry 0.2.1
- Dataset size and result JSON filename added to result information
- tests update
PyPastry 0.2.0
-
Pypastry does no git adding or committing anymore. Your repo has to be clean to run experiment, or you have to use force flag, after which you cannot retrieve the exact state of the code anymore.
-
If your repo is clean, result JSON contains latest git commit hash. If forced and dirty, it contains prefix "dirty_" + the latest commit hash.
-
Python3.5 is no longer supported