Skip to content

Releases: jungomi/lavd

v0.2.7

13 Jul 09:33
Compare
Choose a tag to compare

Bug Fixes

  • Fix nested arguments in the argument parser
  • Fix CSV reading for Python 3.11
  • Ignore JSON files with invalid contents for the given categories

v0.2.6

14 Apr 12:59
Compare
Choose a tag to compare

Bug Fixes

  • Fix incorrect MIME types for JS and CSS files on Windows

v0.2.5

12 Apr 13:38
Compare
Choose a tag to compare

Bug FIxes

  • Fix utf-8 encoding for Windows
  • Accept os.PathLike in addition to str for paths
  • Use random free port instead of crashing when port is already in use

v0.2.4

09 Nov 16:58
Compare
Choose a tag to compare

Bug Fixes

  • Fix loading empty lines in log files

v0.2.3

08 Oct 11:56
Compare
Choose a tag to compare

Fix missing assets in release

v0.2.2

08 Oct 10:53
Compare
Choose a tag to compare

Minor Changes

  • Dark mode
  • Compress JSON instead of sending it raw
  • Suggest fix for inotify limit

Bug Fixes

  • Show numbers in numbered list

v0.2.1

03 Aug 11:30
Compare
Choose a tag to compare

Minor Changes

  • Show the filter in the sidebar during loading
  • Display text "no ... matching filter" when the filter results in empty categories
  • Indicate invalid regexes by changing the background colour of filter input to red

Bug Fixes

  • Prevent invalid regexes from crashing
  • Forward type annotations to the potentially disabled methods

v0.2.0

28 Jul 04:35
Compare
Choose a tag to compare

Scalar Plots Reworked

  • Dropped apexcharts in favour of a hand crafted solution.
  • Categorised the plots into cards like others (hidden by default)
  • Made the plots bigger
  • No more unnecessary re-renders just from changing a colour
  • Overall faster
  • Smaller bundle size

Filters

  • Filters for experiments and categories
  • Uses regular expressions
  • Automatically applies the filters when the typing stops
  • Pressing Esc while the filter is focused, clears it

Small Changes

  • Log git branch in summary
  • Keep selection when closing overlay

Disabling the Logger

  • Logger can be disabled by setting Logger(..., disabled=True)
  • It can also be disabled with logger.disable()
  • And enabled with logger.enable()

Save any Object

  • logger.save_obj(...) serialises any object
  • Requires torch

Bug Fixes

  • Include script name when copying command to clipboard
  • Handle broken image file error
  • Get rid of NaNs in data
  • Show code blocks properly in the diff section of the summary

v0.1.2

09 Feb 14:24
Compare
Choose a tag to compare
  • Log and Load animated images correctly (e.g. GIFs)
  • Improve the probability display for bounding boxes
  • Fix removing a command when it's deleted
  • Handle defaults better for command options with multiple values
  • Show a loading indicator on the first load while fetching the data
  • Assign colours of new names more carefully
  • Fix text diffs when the expected string is an empty string

v0.1.1

07 Feb 13:46
Compare
Choose a tag to compare
  • Fix step ordering to be numerical not lexicographical
  • Fix plots (also from step orders)
  • Fix preview of the thumbnail size