Releases: labsyspharm/minerva-author
Releases · labsyspharm/minerva-author
Version 1.6.3
Bug fix
- Require smallest level of OME-TIFF files to have width or height greater than 512
Version 1.6.2
Bug fixes
- Handle uint8 or uint16 masks
- Handle OME-TIFF files with levels downsampled to smaller than 1024
- appropriately handle cases with no marker_names.csv and no OME-XML metadata
Version 1.6.1
Bug fixes
- Avoid ".story" in basename when loading ".story.json" file
- Allow autosave while publishing
Version 1.6.0
Added features:
- Allow restore from autosave file if user forgets to save
- Load channel name XML metadata from OME-TIFF
- All new author save files end in “.story.json”
- Inform user of save file location on startup
Bug fixes:
- Fix occasional group label error on group creation
- Remove mistakenly duplicated channels on startup
- Allow saving even if no channel groups are defined
- Refuse to overwrite existing output unless explicitly loading it
- Stop import validation loop once imported
- Fix color contrast for mask labels
Version 1.5.3
Bug fixes
- Prevent occasional loss of waypoint position when revisiting a previously created waypoint
Version 1.5.2
Bug fixes
- Use
ThreadPoolExecutor
instead ofProcessPoolExecutor
to avoid crash on Windows - Remove noisy logging each time a mask conversion job is scheduled
- Correctly identify non-tiff mask paths as invalid
Version 1.5.1
Bug fixes
- handle issue if no channel groups are rendered on load from json file
- handle issue if multiple image masks are rendered on load from json file
Optimizations
- avoid storing the entire cell state mask map in the json file
- actually provide export optimization when all mask tiles have already been rendered
Version 1.5.0
New Feature
Support cell type masks
- Allows importing .csv file containing
CellId
andState
columns - Allows exporting of colorized cell type masks to Minerva Story
Version 1.4.10
New Feature
- Split "Save" button into "Save" and "Publish" to allow quick saving
Version 1.4.9
Bug fixes
- include ssl dll for windows package