v1.0.2
Summary of Changes
- Addition of MIQA python client package. This package (available on PyPI as
miqa-python-client
) allows a user of a MIQA instance to manage projects, experiments, scans, frames, and scan decisions programmatically. - Newly trained NN model called "MIQA-Mix"
- Updated design for the window widget in the control panel. Rather than two sliders for window width and window level, these sliders have been merged into one range slider called "Window".
- Screenshots now include crosshairs if taken when "Show crosshairs" is enabled
- Emails now include scan link, scan session, and scan subject when those fields are not blank
- Cursor changes to pointer finger when hovering over the hyperlinked scan name in the control panel (when a scan's link is not blank)
- Any occurrences of abbreviation (for artifacts or decisions) now have a tooltip of the non-abbreviated text
- Fixed the problem where only the first experiment loaded would get its scans cached in advance
- Fixed the problem where the arrow keyboard shortcuts were still active when typing in a textarea or text input.
- Fixed project overview donut chart not updating or cycling between two states
- Fixed state not refreshing for all projects when a global import is performed
Known problems we are working on
- Various errors raised in Sentry from our web client code
- Pyppeteer test determinism
- Stale browser tab authentication issue
- Automatic logout with no warning dialog while using the review part of the app (without server requests)
- Keyboard shortcut Q seen not working
What's Changed
- Python client by @annehaley in #533
- Update NN weights with April work by @dzenanz in #539
- Window widget by @annehaley in #536
- Python client docs by @annehaley in #537
- Add weight files from training on T1/T2/PD mixture by @dzenanz in #540
- Update python client setup with publish info by @annehaley in #546
- Fix experiment loading past the first by @annehaley in #550
- Force Line Endings to *nix Style LF by @davidshq in #551
- Window widget 2 by @annehaley in #552
- Disable arrowkey event listener if an input is focused by @annehaley in #556
- Quick fixes by @annehaley in #557
Full Changelog: v1.0.1...v1.0.2