Releases: kreshuklab/bioimg_rs
Releases · kreshuklab/bioimg_rs
v0.1.18
Fixes
- Fixes tenst tensor input (de)serialization and restore
v0.1.17
Fixes
- Fix version parsing expecting only major.minor.patch
v0.1.16
Improvements
- Onlly auto-create in/out axes on new file added
- Added better controls for list widgets
- Removes an erroneous success message
v0.1.15
Bugs
Stop requiring descriptions to have len >= 1
v0.1.14
Improvements:
- do not show 'Empty' in file widget
- adds 'links' widget
- Adds custom configs widget
- Json code editor widget formats values on load
- adds missing id widget
v0.1.13
Fixes:
- Fixes parsing of Version to accept things like floats and non-3-digit values
- Fixes deserialization of cite entries
Improvements
- Add more path as context to zip errors
- Disables cover image dimensions ratio checking for now
v0.1.12
Fixes
- Fixes some more model serialization issues
v0.1.11
Fixes:
Fixes some models not importing due missing optional fields
v0.1.10
Fixes
- Fixed serialization of Batch axis size;
- Keeps file extensions when writing them to the zip, which fixes some issues in core with state dict weights
v0.1.9
New Features:
- Ability to save and restore app state (project), even with incomplete or invalid fields.;
- Confirm on exit;
Fixes:
- Fixes serialization of Pytorch state dicts, which were missing the "source" field;
- Fixes application menu not closing on click;