Skip to content

Releases: SciKit-Surgery/scikit-surgeryvtk

Scikit-SurgeryVTK 2.0.1 Release: compatible with opencv-contrib-python-headless>=4.2.0.32 and PySide6 v6.5.1.1

22 Jun 20:18
6ff80b7
Compare
Choose a tag to compare

Other Bug Fixes

Scikit-SurgeryVTK 2.0.0 Release: compatible with vt v9.2.6 and PySide6 v6.5.0

31 May 13:08
27c593d
Compare
Choose a tag to compare

Summary -- Release highlights

  • Updated latest versions of packages requirements (vtk>=9.2.6, PySide6>=6.5.0, opencv-contrib-python-headless>=4.7.0.72).
  • Debugged 163 unit tests locally and remotely in a systematic-like manner
  • Passed local and remote tests for python versions 3.8, 3.9, 3.10, 3.11. This is a summary for python 3.8:
    • local ubuntu22.04x64 (154 passed, 9 skipped, 13 warnings in 25.55s)
    • CI ubuntu-latest, 3.8 (156 passed, 7 skipped, 13 warnings in 81.63s)
    • CI windows-latest, 3.8 (161 passed, 2 skipped, 13 warnings in 68.24s)
    • CI macos-latest, 3.8 (161 passed, 2 skipped, 13 warnings in 189.63s)
  • Publish pypi final release 2.0.0 https://pypi.org/project/scikit-surgeryvtk/#history
  • Update classifiers in setup.py https://pypi.org/classifiers/

Docs Fixes

  • Fixed building docs errors with python3.8 by setting up admin in readthedocs.org, adding .readthedocs.yaml, requirements-docs.txt and updating docs/conf.py, and
  • Warnings from building docs were reduced from 201 to 26

Other Bug Fixes

Add Python 3.8 support, by updating vtk/PySide2 versions

03 Feb 15:38
a8dcf6f
Compare
Choose a tag to compare
Merge pull request #166 from UCL/165-vtk-9

165 vtk 9

v0.20.1: Merge pull request #159 from UCL/158-return-strs

23 Oct 17:53
3564ce9
Compare
Choose a tag to compare
Issue #158: Return empty string rather than None when there is no text

v0.18.2: Merge pull request #156 from UCL/155-colours-loading

08 Oct 09:27
41034dd
Compare
Choose a tag to compare
Add logging message when file not found

Bug fixes

11 Sep 08:46
Compare
Choose a tag to compare
Undo applying transform on displacement field, to reset field for nex…

…t use

Added voxelisation functions

09 Sep 14:58
8f68a61
Compare
Choose a tag to compare
Merge pull request #152 from UCL/voxelise_from_vtkdata

Voxelise function can now take vtk data (e.g. vtkPolyData) as input, …

v0.16.2

19 Jun 13:35
Compare
Choose a tag to compare

Fixes projection issue

Added centreline processing and dice score.

11 Jun 19:40
Compare
Choose a tag to compare
v0.8.0

Added centreline processing and dice score.