Skip to content

Releases: levnikmyskin/that_metric_timeline

0.1.8 Release: custom save functions and duplicate names

07 Feb 14:28
Compare
Choose a tag to compare

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 a description 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

29 Jun 16:36
Compare
Choose a tag to compare

Changelog:

  • You can now search by regex in the tmt_tui (you can do the same with the TmtManager.db instance member in code)
  • Linked project to Zenodo

ThatMetricTimeline 0.1.6

28 Jun 14:59
Compare
Choose a tag to compare

Changelog:

  • documentation is now available on ReadTheDocs;
  • not much else, but the above also means that now part of the code is properly documented.