Histomicsui

Latest version: v1.5.0

Safety actively analyzes 619324 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

1.5.0

What's Changed
* Show updated details on annotation popovers. by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/329
* Add annotation element metadata to the popover. by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/330
* Fix a bug when changing style groups. by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/332
* Fix an issue with the select control update by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/333
* Make annotation access levels more consistent with other models by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/340
* Support default annotation visibility. by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/341
* Allow panels to be configure via .histomicsui_config.yaml. by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/342
* Fix saving annotation color by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/343
* Configurable dark mode by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/344
* Make some settings on the annotation panel configurable. by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/346
* Fix a z-index issue in dark mode. by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/347
* Support more region shapes by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/349
* Fix z-index of drop down region menu. by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/350
* Update max-merge css for frame selector by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/352
* Fix a typo in a css selector by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/353
* Serialize nans as nulls during rest json responses. by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/356
* To make it easier to deploy in an Iframe, allow token auth. by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/358
* Show resource paths in girder search pages. by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/367
* Support short login sessions. by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/369
* Add a guard to checking the token. by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/370
* Reduce undesired root logging. by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/373


**Full Changelog**: https://github.com/DigitalSlideArchive/HistomicsUI/compare/v1.4.6...v1.5.0

1.4.6

What's Changed
* Update frame selector help. by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/318
* Sometimes canceling style changes didn't close the dialog by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/319
* A minor css change for the frame selector preset by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/324
* Use the large_image max_annotation_input_file_length setting. by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/327


**Full Changelog**: https://github.com/DigitalSlideArchive/HistomicsUI/compare/v1.4.5...v1.4.6

1.4.5

What's Changed
* Fix a download scope issue by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/311
* Avoid linting files we shouldn't by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/312
* Adjust styles of frame selector based on recent changes in large image by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/313
* Tweak some css values for the frame selector by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/316
* Better update annotations when they change from external causes by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/317


**Full Changelog**: https://github.com/DigitalSlideArchive/HistomicsUI/compare/v1.4.4...v1.4.5

1.4.4

What's Changed
* Pass itemId to the frame selector by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/309
* Update the metadata widget to inherit from large_image by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/310


**Full Changelog**: https://github.com/DigitalSlideArchive/HistomicsUI/compare/v1.4.3...v1.4.4

1.4.3

What's Changed
* Apply configurable sort to next and previous images by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/288
* Expose the frame selector as a new panel by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/294
* Remove some debug statements. by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/298
* Adjust panel title css to avoid overflow by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/300
* Don't attempt to fetch user collections if anonymous. by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/301
* Handle the mousedown event for better overlay processing. by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/304
* Remove a useless log message by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/305


**Full Changelog**: https://github.com/DigitalSlideArchive/HistomicsUI/compare/v1.4.2...v1.4.3

1.4.2

What's Changed
* Speed up item list updates. by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/258
* Add hooks to add details to annotation popovers. by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/260
* Add some missing endpoint scopes. by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/262
* Use folder metadata in metadata plots. by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/264
* Fix typo in girder-worker command invocation by zachmullen in https://github.com/DigitalSlideArchive/HistomicsUI/pull/268
* Update the handler for annotation size. by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/271
* Allow click to select a single element. by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/273
* Don't reload plotly if already present by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/274
* Allow selecting elements by polygon by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/275
* Fix a bug where elements wouldn't update immediately. by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/276
* Color annotations by metadata. by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/279
* Selecting annotations and draw mode are exclusive. by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/280
* Add select-by-group controls to the draw widget. by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/281
* Deactivate annotations when they are hidden. by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/282
* Deselect elements when they are hidden. by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/283
* Deselect elements on image transition. by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/284
* Don't change the color radio button needlessly. by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/285
* Prevent side panels from having horizontal scrollbars. by manthey in https://github.com/DigitalSlideArchive/HistomicsUI/pull/286

New Contributors
* zachmullen made their first contribution in https://github.com/DigitalSlideArchive/HistomicsUI/pull/265

**Full Changelog**: https://github.com/DigitalSlideArchive/HistomicsUI/compare/v1.4.1...v1.4.2

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.