Releases: SciKit-Surgery/scikit-surgeryvtk
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
Scikit-SurgeryVTK 2.0.1 Release: compatible with opencv-contrib-python-headless>=4.2.0.32 and PySide6 v6.5.1.1
Latest
Other Bug Fixes
- Resolves conflicts with opencv-contrib-python-headless>=4.2.0.32 and update latest version of PySide6>=6.5.1.1 >
#219 - Publish package in pypi.org > https://pypi.org/project/scikit-surgeryvtk/2.0.1/
Scikit-SurgeryVTK 2.0.0 Release: compatible with vt v9.2.6 and PySide6 v6.5.0
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
- Sorted out qt plugin errors by exporting QT settings in ci.yml
- updates ci.yml with Qt for X11 Requirements> https://doc.qt.io/qt-6/linux-requirements.html
Add Python 3.8 support, by updating vtk/PySide2 versions
Merge pull request #166 from UCL/165-vtk-9 165 vtk 9
v0.20.1: Merge pull request #159 from UCL/158-return-strs
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
Add logging message when file not found
Bug fixes
Added voxelisation functions
Merge pull request #152 from UCL/voxelise_from_vtkdata Voxelise function can now take vtk data (e.g. vtkPolyData) as input, …
v0.16.2
Fixes projection issue
Added centreline processing and dice score.
v0.8.0 Added centreline processing and dice score.