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