Improvements
- Reduce stderr noise in PIL and rasterio sources (#1397)
- Harden OME tiff reader (#1398)
- Improve checks for formats we shouldn't read (#1399)
- Support negative x, y in addTile (#1401)
- Add a utility function for getting loggers (#1403)
- Get bioformats jar version if bioformats was started (#1405)
- Improve thread safety of concurrent first reads using bioformats (#1406)
- Read more metadata from DICOMweb (#1378)
- Remove logic for determining DICOMweb transfer syntax (#1393)
- Speed up tile output (#1407)
- Speed up import time (#1408)
- Speed up some tile iteration by reducing the chance of multiple image decodes (#1410)
Changes
- Use an enum for priority constants (#1400)
- Don't automatically flush memcached tile cache on exit (#1409)
- Shift where netcdf information is reported (#1413)
Bug Fixes
- Fix an issue emitting geojson annotations (#1395)
- Fix an issue when tifffile reports no key frame (#1396)
- Frame Selector: Auto-Range format for saving presets (#1404)