Releases: OpenImaging/miqa
Releases · OpenImaging/miqa
v0.0.7
Summary
- Added default email recipients to project settings
- Rearrange project settings UI so that import/export paths are always legible and have a tooltip text
- Fix a bug where the logout timer continued counting down into negative numbers
- Run evaluations on uploads instead of just imports
- Add (optional) scan decision columns to import and export CSVs
What's Changed
- Project settings optional fields by @annehaley in #381
- Pass loadingLock to DecisionButtons component by @annehaley in #380
- Revise prod resources to run evaluation models by @dchiquito in #388
- Interface adjustments by @annehaley in #390
- Always redirect to login after timer expires by @dchiquito in #389
- Add default email recipients to project settings by @annehaley in #391
- Include User Guide in Github pages by @annehaley in #378
- Update documentation link in root README by @annehaley in #396
- Evaluate uploads by @annehaley in #379
- Add Scan Decisions to export and import csvs by @annehaley in #392
- Suggested changes to default email recipients feature by @annehaley in #399
- Move publish-docs job to release workflow by @annehaley in #398
- Pre release fixes by @annehaley in #401
Full Changelog: v0.0.6...v0.0.7
v0.0.6
Highlights
- Fix automatic evaluations not triggering
- Images are now encoded correctly as email attachments
- Import buttons are now displayed for anyone with project permission
What's Changed
- Pin to slightly older minio in CI by @zachmullen in #362
- Download s3 files before evaluation by @annehaley in #363
- Add up instruction to prod README by @annehaley in #365
- Check frame storage mode in evaluate_data by @annehaley in #364
- Avoid working-dir oriented paths by @zachmullen in #366
- Move "locked" placeholder to DecisionButtons by @annehaley in #369
- Add a five minute timeout to experiment locking by @annehaley in #368
- Fix "unsupported operand types for -" by @annehaley in #370
- Base64 decode images in email content by @zachmullen in #372
- Minor frontend display changes by @annehaley in #361
- Display import buttons by @annehaley in #374
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
- Allow partial imports
Bug fixes
- Fix bugs with email sending, window resize, and screenshots
- Do not allow normal users to create new projects
- Fix a bug with the session timeout warning
Changelog
- Install and use Sentry by @annehaley in #317
- Global settings singleton model by @zachmullen in #292
- Update prod/README.md wording by @dchiquito in #319
- Demo deployment support by @zachmullen in #312
- Local uploads by @annehaley in #318
- Enable code coverage when running tests by @zachmullen in #321
- Use previous minio env vars by @annehaley in #322
- Correctly download S3 imported files by @zachmullen in #325
- Fix timeout by @dchiquito in #323
- Add placeholder component when lacking edit access by @annehaley in #333
- Fix Screenshot captures by @annehaley in #335
- Fix Email component not calling send by @annehaley in #338
- Fix window resize bug by @annehaley in #336
- Add further augmentations to neural network training by @dzenanz in #339
- Allow partial imports by @annehaley in #327
- Fix URL typo in both README.md by @dchiquito in #347
- Fix screenshots (again) & update dependencies by @annehaley in #346
- Project creation by @annehaley in #355
- Refactor TimeoutDialog by @dchiquito in #356
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- Run yarn build in CI by @dchiquito in #245
- Use TorchIO for corrupting images with synthetic ghosting and motion by @dzenanz in #247
- Fix failing CI test by @annehaley in #250
- Admin account approval by @annehaley in #246
- Artifact selection by @annehaley in #244
- Clearer import errors by @annehaley in #256
- Ghosting has less influence on estimated quality than first thought *7 by @dzenanz in #264
- Sample code for creating all 48 3D orientations by @dzenanz in #263
- Ignore all sample zarr files by @zachmullen in #267
- Use npm instead of yarn in CI by @zachmullen in #268
- Jettison GWC by @zachmullen in #269
- Project page upgrade by @annehaley in #257
- Improve vtk viewer toolbar positioning by @zachmullen in #271
- Fix example data by @annehaley in #236
- Run startup XHRs concurrently by @zachmullen in #270
- Upgrade several build system packages by @zachmullen in #272
- Enable navigating directly to Frame by @annehaley in #280
- Project page design changes by @annehaley in #276
- Ghosting quality 8 works best on the 5 folds of the big set by @dzenanz in #281
- Cancel pending XHRs on experiment switch, and add better progress UX on frame download by @zachmullen in #282
- Remove unique=True by @annehaley in #286
- Add all meaningful augmentations from TorchIO by @dzenanz in #289
- Fix navigation bug by @annehaley in #285
- Use npm ci over npm install by @thewtex in #299
- Fix npm builds for node>=17 by @dchiquito in #300
- Merge Project serializers by @annehaley in #287
- Fix Zoom bug by @annehaley in #293
- Crosshair locations by @annehaley in #283
- Documenting Import Methods by @annehaley in #301
- Add support for nrrd and mgz file types by @annehaley in #288
- Fix place crosshairs by @annehaley in #304
- Remove unused constant / env var by @zachmullen in #307
- Make makeclient idempotent by @dchiquito in #309
- Make Control Panel take up less vertical space by @annehaley in #302
- Expand explanation in IMPORTING.md by @annehaley in #311
- Allow anyone with project access to import/export by @dchiquito in #316
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- Fix typing on allUsers() by @dchiquito in #243
Our CI was not checking types, just linting, so a type error snuck through and broke the frontend build process.
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- Use AdamW optimizer with weight decay by @dzenanz in #220
- Permissions api by @annehaley in #227
- UI tweaks by @annehaley in #228
- Deployment fixes by @annehaley in #232
- Fix console errors by @dchiquito in #234
- Remove SNR and CNR from training and inference by @dzenanz in #237
- Project settings page by @annehaley in #238
- Invert negative results by @annehaley in #240
- switch to native promises by @annehaley in #239
- Global import export by @dchiquito in #241
Full Changelog: v0.0.1...v0.0.2
Initial release
Merge pull request #218 from OpenImaging/image-related-name Use reverse relation to access the Evaluation for a Frame