Releases: KitwareMedical/paraview-glance-py
Releases · KitwareMedical/paraview-glance-py
Latest successful build of Git master
Changes:
- 0541ad1 Remove unused code
- f7258d3 Fix interactors not properly canceling animations on paint disable
- 07ae643 Remove vtkjs object references in vuex store
- 96a4232 Correctly render tube labelmap
- 2e09e09 WIP: Store extraction source ID in store instead of source ref
- 4da9c21 WIP: Remove preprocess store state, and set extraction source
- f272b33 WIP: Refactor PreProcess tab to not have direct source refs
- baff3a3 WIP: first attempt at rendering tubes as labelmap
- b0514cc Allow usage of pre and post functions when traversing object trees
- 3fb77ed Upload extraction image if currently enabled
See more
- bbd6d0d Display tubes as a labelmap in 2D view
- b45faec Ensure new slices don't reset existing slice value
- c042c7f Clean up unused code
- 0dda98d Ignore setColorBy calls to labelmap slice proxy
- dc04aa0 Fix minor bugs with syncSlices and paint tool
- 5452d51 Sync all image slices within 2D views
- 87129c4 WIP: Base LabelMapSliceRepProxy on SliceRepresentationProxy
- 4b1dd36 WIP: Refactor labelmap slice rep proxy API to be more generic
- f23a8b2 WIP: Refactor tube group representation and update
- 7786086 Move TubeGroup to vtk/ folder
- e34f5ac Fix off-by-one in paginate logic
- 1ba8d75 Fix tube deletion bug
- f02acb7 Remove unused serialize.js
- cd04ed8 Overhaul remote serialization to be more robust
- 23421aa WIP: new server serialization implementation
- 792dced Fix spelling aneurism -> aneurysm
- fb5f738 Open links in new tab and with noopener and noreferrer
- b1d7704 Do not expand dataset panel items by default
- 91f2bbd Instantiate default colormap in constructor
- 990ac55 Use ProxyManagerMixin in paint tool
- 82009ab Add paint widget back into app
- 9929d53 Ignore eslint warnings for imports
- e8a2a12 Support making tube trees
- ab4717f Increase width of app sidebar
- 738b570 Only show current extraction source image
- e42afbf Auto-set extraction source in store actions
- cb9d693 Add parentId to tube adapter
- dfc82e8 Defer extraction image upload to when extract is enabled
- fe6cf83 Remove dead code
- c25a8bd Refactor to use proxyIds in image selection
- a6ee217 Remove dead code
- a2bfd9c Support deleting single tubes
- 3c8507b Fix window intensity filter usage of setting output max
- 6dbb74c Hook up tube deletion on client and server side
- 0cb30d2 Add padding around PreProcess UI
- c2b5d74 Do not scroll tube list header
- 3bd2d88 Remove completed TODO (generate tube polydata)
- 6b521e2 Fix TubeGroup polydata copy action overwriting classname
- b86a1b2 Improve tube list and selection controls
- a7fb701 Add vessels store since I forgot to add it
- 69daed8 Add initial TubeTools component (imported from old SegmentTools)
- 256ba68 Allow for tab content overflow scrolling
- 5e67d41 Add extract tool
- fce0ba0 Add proxy manager hooks to modify store
- 051f8a7 Namespace proxy manager hooks
- 89cf6fe PreProcess tab hooks up to vessel store
- 8ab673b Fix paginate key
- c09097c Preprocess -> PreProcess
- 12ceb05 Refactor "stores" dir to "store"
- f5fe51b Refactor directory layout
- 8cd4b63 Add pagination to certain tabs as a workflow
- f14db7f refactor: Import vuetify after icons
- e1b0231 Update vuetify to 1.5.14
- 1035d76 Add window/level to client side
- 7ed7e7b Refactor to use VtkMixin for managing vtkjs subscriptions
- c7b1bae Refactor to use ProxyManagerMixin
- ac6e1ab Toggle usage of preprocessed image
- ecc0d83 Add windowing intensity filter
- 827a9e1 Prevent selections from bugging out
- 4aa060a Reduce tube polygon count because of slow cellPicker
- a8dc672 Add tube to segmenter when success
- eeaeaa8 UI tweaks
- 59fc6c5 Add tube scales
- d5ce4b3 Support tube deselection
- 67bade9 Use color of tube from server
- d62337e Add object deletion, and add tube deletion
- 14d7c2c Try out new UI with tube selection logic
- 2134a6f Add multiple toggleable preprocessing steps
- 36a34d9 Add unpersist() and fix pointPicker not initializing pick list
- 9a2ff7c Implement new client-to-server message model
- f77d430 Implement new server-to-client message type
- b3e37ca Rewrite client-server communication
- 90dbbed vtkImageData does not have a name field
- 61c1dbc Integrate with tubetk segmentation module
- 89fe712 Add scale parameter
- e75deb2 Refactored api call code for readability
- 0eb4259 Support extra data associated with objdir objects
- 0dd987c Use custom polydata container to set tube colors
- 6a146a2 Rewrite tube utils
- ebf80dd Remove vim swap files
- 2c2bafb Remove console.log
- 4dbb29b Remove vim swap file
- cf62f83 Empty state for tube list
- 1f42be3 Refactor to separate components
- c025c70 append tube polydata to existing tube polydata
- a892ea3 Update readme
- 6d682c7 Clear master if dataset is deleted
- 0b86428 refresh file UI when proxy sources change
- c5b36f4 Set empty text for image selection
- aa39633 Center median filter button
- bd19f1c Add useful comments and switch to callLater
- 3396737 Revert server debugging changes and tweak deferResults return val
- d45a3a9 Update readme
- c97236a Polish up median filter demo
- a4286df remove segment behavior for median filter demo
- a92694d Demonstration of median filter
- c3eea74 segment work
- b896e7c Add links to the executable in the README
- ac9841f Document pywin32 package installation and onefile package
- 649c510 Add Azure Windows configuration
- 08b8969 Add Azure macOS configuration
- f995bc1 Fix Azure Linux packaging
- 4386619 Add Azure status badge
- 40ca645 Publish Linux artifact on Azure
- a2c751b Do not exclude binaries for onefile build
- 38a34c2 Add pyinstaller spec file for onefile build
- 7d8e047 Download git submodule on Azure
- 3656f28 Use sys._MEIPASS as basepath for pyinstaller onefile builds
- ccbb75b Run build steps on Azure
- bb41011 Move azure-pipelines.yml to build/
- 1c1cadd Add package build directory to .gitignore
- 4cde02e Rename bundle to 'glance-vessels'
- b11b1fb Automatical...