Releases: levnikmyskin/that_metric_timeline
Releases · levnikmyskin/that_metric_timeline
0.1.8 Release: custom save functions and duplicate names
This is tmt
release 0.1.8. What's new?
- You can now specify custom save functions (for instance, save your objects with numpy instead of pickle);
- You can now have and handle duplicate experiment names (experiments are still uniquely identified by a UUID);
tmt_recorder
now has adescription
argument. Use it to give a (possibly long) description of your experiment;- when searching in the TUI, you can now see the date saved.
Documentation is available on readthedocs.
ThatMetricTimeline 0.1.7
Changelog:
- You can now search by regex in the
tmt_tui
(you can do the same with theTmtManager.db
instance member in code) - Linked project to Zenodo
ThatMetricTimeline 0.1.6
Changelog:
- documentation is now available on ReadTheDocs;
- not much else, but the above also means that now part of the code is properly documented.