Releases: DigitalSlideArchive/HistomicsUI
Releases · DigitalSlideArchive/HistomicsUI
v1.7.2
What's Changed
- Support configurable hotkeys to select annotation groups by @manthey in #469
- Use an option flag rather than silent in some bootstrap calls by @manthey in #472
- When updating the style groups, we would render the draw panel a lot by @manthey in #473
- Allow editing an annotation with any number of elements by @manthey in #474
- Update large-image-annotation required version by @manthey in #475
Full Changelog: v1.7.1...v1.7.2
v1.7.1
What's Changed
- Adjust css for large_image frame selector update by @manthey in #447
- Make sure style groups can't hold invalid keys by @manthey in #456
- Mark quarantined items with the user id in another manner by @manthey in #461
- Annotation boolean operations could fail. by @manthey in #464
- Fix select edit shape and nothing is active by @manthey in #466
Full Changelog: v1.7.0...v1.7.1
v1.7.0
What's Changed
- Don't try to render hover images that don't exist by @manthey in #410
- Better handle long analyses menu by @manthey in #411
- Better handle long analyses menu by @manthey in #412
- Fix a typo in the README by @manthey in #414
- Adjust dialog spacing by @manthey in #415
- Add dimension reduction options to the plot by @manthey in #416
- Adjust CI by @manthey in #417
- Improve plot dialog and options by @manthey in #418
- Call plot endpoint less by @manthey in #419
- Update ruff config file. Fix a typo. by @manthey in #420
- Use session information to be more response to plottable data by @manthey in #421
- Fix maximizing the plot. by @manthey in #422
- Fix a check if we can group by two different values for violin plots by @manthey in #423
- Fix a condition where the plottable data promise could be null by @manthey in #424
- Fix a test based on a change in the large_image client by @manthey in #426
- Guard resource path lookups by @manthey in #427
- Add and support app buttons. by @manthey in #428
- Load settings earlier. by @manthey in #429
- Update CI to handle a large-image mocking change by @manthey in #434
- Update precommit packages by @manthey in #432
- Add a pyproject.toml base to reduce pip 24.2 warnings by @manthey in #433
- Fix an issue with violin plot x-axis titles by @manthey in #435
- Remove a pinned dependency in tox by @manthey in #436
- Add slicer cli documentation page by @manthey in #430
- Fix the color picker when editing an annotation element by @manthey in #438
- Make metadata plot dialog select boxes searchable by @manthey in #439
- Add a distributions plot mode by @manthey in #440
- Make plot colors more consistent for numerous discrete values by @manthey in #441
- Harden plotting when some values are NaNs. by @manthey in #442
- Updates for large_image frame selector differences. by @manthey in #445
Full Changelog: v1.6.0...v1.7.0
v1.6.0
What's Changed
- Reduce undesired root logging. by @manthey in #374
- Allow getting plugin resources by @manthey in #375
- Report the user that started the job on the job details page. by @manthey in #376
- Support violin plots in the Metadata Plot panel by @manthey in #379
- Adjust formatting by @manthey in #380
- Adjust how violin plots are presented. by @manthey in #381
- More adjustments to violin plots by @manthey in #382
- Tweak some css for long axis names on the frame selector by @manthey in #384
- Add a setting to adjust the login message. by @manthey in #385
- Don't show the context menu when finishing an annotation. by @manthey in #386
- Harden drawing annotations. by @manthey in #387
- Add an admin endpoint for querying files. by @manthey in #389
- Harden switching annotation modes by @manthey in #390
- Adjust position and z-index of region control dropdown by @gabrielle6249 in #391
- Show a loading spinner until the image is ready. by @manthey in #392
- Use new plottable data endpoints from large_image by @manthey in #394
- Increase size of loading spinner by @manthey in #396
- Fix an issue with the distinct plottable list color by @manthey in #397
- Have the plot automatically respond to toggling annotation visibility by @manthey in #398
- Harden annotation refreshes with plottable data by @manthey in #399
- Improve plots by @manthey in #400
- Update plotly and how selections are handled. by @manthey in #403
- Don't reload plot data if it hasn't changed by @manthey in #404
- Update plottable data to match changes in large_image. by @manthey in #405
- Reduce console warning on plot hover by @manthey in #406
- Don't show decimal places on integers by @manthey in #407
- Limit length of text in hover info on plots by @manthey in #408
New Contributors
- @gabrielle6249 made their first contribution in #391
Full Changelog: v1.5.0...v1.6.0
Version 1.5.0
What's Changed
- Show updated details on annotation popovers. by @manthey in #329
- Add annotation element metadata to the popover. by @manthey in #330
- Fix a bug when changing style groups. by @manthey in #332
- Fix an issue with the select control update by @manthey in #333
- Make annotation access levels more consistent with other models by @manthey in #340
- Support default annotation visibility. by @manthey in #341
- Allow panels to be configure via .histomicsui_config.yaml. by @manthey in #342
- Fix saving annotation color by @manthey in #343
- Configurable dark mode by @manthey in #344
- Make some settings on the annotation panel configurable. by @manthey in #346
- Fix a z-index issue in dark mode. by @manthey in #347
- Support more region shapes by @manthey in #349
- Fix z-index of drop down region menu. by @manthey in #350
- Update max-merge css for frame selector by @manthey in #352
- Fix a typo in a css selector by @manthey in #353
- Serialize nans as nulls during rest json responses. by @manthey in #356
- To make it easier to deploy in an Iframe, allow token auth. by @manthey in #358
- Show resource paths in girder search pages. by @manthey in #367
- Support short login sessions. by @manthey in #369
- Add a guard to checking the token. by @manthey in #370
- Reduce undesired root logging. by @manthey in #373
Full Changelog: v1.4.6...v1.5.0
Version 1.4.6
What's Changed
- Update frame selector help. by @manthey in #318
- Sometimes canceling style changes didn't close the dialog by @manthey in #319
- A minor css change for the frame selector preset by @manthey in #324
- Use the large_image max_annotation_input_file_length setting. by @manthey in #327
Full Changelog: v1.4.5...v1.4.6
Version 1.4.5
What's Changed
- Fix a download scope issue by @manthey in #311
- Avoid linting files we shouldn't by @manthey in #312
- Adjust styles of frame selector based on recent changes in large image by @manthey in #313
- Tweak some css values for the frame selector by @manthey in #316
- Better update annotations when they change from external causes by @manthey in #317
Full Changelog: v1.4.4...v1.4.5
Version 1.4.4
What's Changed
- Pass itemId to the frame selector by @manthey in #309
- Update the metadata widget to inherit from large_image by @manthey in #310
Full Changelog: v1.4.3...v1.4.4
Version 1.4.3
What's Changed
- Apply configurable sort to next and previous images by @manthey in #288
- Expose the frame selector as a new panel by @manthey in #294
- Remove some debug statements. by @manthey in #298
- Adjust panel title css to avoid overflow by @manthey in #300
- Don't attempt to fetch user collections if anonymous. by @manthey in #301
- Handle the mousedown event for better overlay processing. by @manthey in #304
- Remove a useless log message by @manthey in #305
Full Changelog: v1.4.2...v1.4.3
Version 1.4.2
What's Changed
- Speed up item list updates. by @manthey in #258
- Add hooks to add details to annotation popovers. by @manthey in #260
- Add some missing endpoint scopes. by @manthey in #262
- Use folder metadata in metadata plots. by @manthey in #264
- Fix typo in girder-worker command invocation by @zachmullen in #268
- Update the handler for annotation size. by @manthey in #271
- Allow click to select a single element. by @manthey in #273
- Don't reload plotly if already present by @manthey in #274
- Allow selecting elements by polygon by @manthey in #275
- Fix a bug where elements wouldn't update immediately. by @manthey in #276
- Color annotations by metadata. by @manthey in #279
- Selecting annotations and draw mode are exclusive. by @manthey in #280
- Add select-by-group controls to the draw widget. by @manthey in #281
- Deactivate annotations when they are hidden. by @manthey in #282
- Deselect elements when they are hidden. by @manthey in #283
- Deselect elements on image transition. by @manthey in #284
- Don't change the color radio button needlessly. by @manthey in #285
- Prevent side panels from having horizontal scrollbars. by @manthey in #286
New Contributors
- @zachmullen made their first contribution in #265
Full Changelog: v1.4.1...v1.4.2