Releases: jungomi/lavd
Releases · jungomi/lavd
v0.2.7
v0.2.6
v0.2.5
v0.2.4
v0.2.3
v0.2.2
v0.2.1
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
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
- 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