Installation
- These release notes are now included in the repository
GUI
- Setting transparency in overlaid images is more configurable
CLI
- Multiprocessing supported cross-platform by adding `spawn` support for Windows, which is also available and the new default in Mac; currently implemented for blob detection and image downsampling
- Fixed shebang for most Python files
I/O
- File naming simplifications: removed series string (eg `00000`), fixed some extensions (eg NPY instead of NPZ for single value archives), clearer suffixes (eg `blobs` instead of `info_proc`)
- Distinguished sub-images (specify by `--subimg_offset` and `--subimg_size`) vs ROIs (`--offset` and `--size`), which fixes many issues with saving/loading image and blob subsets
Server pipelines
- Tile stitching script uses `JAVA_HOME` for Java by default
- Fixed attempting to upload to S3 when directory is not set