Skip to content

0.1.8 Release: custom save functions and duplicate names

Latest
Compare
Choose a tag to compare
@levnikmyskin levnikmyskin released this 07 Feb 14:28
· 2 commits to main since this release

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.