An open API service providing commit metadata for open source projects.

GitHub / vmtk/vmtk / commits

the Vascular Modeling Toolkit

SHA Message Author Date Stats
79090a21 Fix superbuild configure error with CMake 4 due to unset Python variables Andras Lasso <l****o@q****a> 19 days ago
47d09aa1 Fix memory leaks in centerline processing filters Andras Lasso <l****o@q****a> 19 days ago
ec04956e Add tests for new and modified vmtkScripts Andras Lasso <l****o@q****a> 28 days ago
58ec4280 Fix typos Mike Taves <m****s@g****m>
Committed by: Andras Lasso <l****o@q****a>
28 days ago
865e0f11 Default RadiusThreshold to 1.0 and document its purpose Andras Lasso <l****o@q****a> 28 days ago
430dabf5 Build vtkVmtk Contrib classes in conda/AppVeyor packaging
Co-authored-by: Claude Fable 5 <n****y@a****m>
Andras Lasso <l****o@q****a> 28 days ago
259434ae Move static metadata to pyproject.toml (PEP 621) Mike Taves <m****s@g****m>
Committed by: Andras Lasso <l****o@q****a>
29 days ago
0e9611e2 Fix dangling pointer to prism parametric coordinates
Co-authored-by: Claude Fable 5 <n****y@a****m>
Andras Lasso <l****o@q****a> about 1 month ago
1215ee07 Fix removed/miswrapped vtkThreshold API in remaining contrib code
Co-authored-by: Claude Fable 5 <n****y@a****m>
Andras Lasso <l****o@q****a> about 1 month ago
28373255 Pass actual prism corner coordinates to the ordered triangulator
Co-authored-by: Claude Fable 5 <n****y@a****m>
Andras Lasso <l****o@q****a> about 1 month ago
92f3ba4c Cover contrib module in the wheel smoke test
Co-authored-by: Claude Fable 5 <n****y@a****m>
Andras Lasso <l****o@q****a> about 1 month ago
df7ab37e Build vtkVmtk Contrib classes in CI
Co-authored-by: Claude Fable 5 <n****y@a****m>
Andras Lasso <l****o@q****a> about 1 month ago
9844eb2c Add regression test for vmtkmeshaddexternallayer
Co-authored-by: Claude Fable 5 <n****y@a****m>
Andras Lasso <l****o@q****a> about 1 month ago
c38fe2fb Fix vtkThreshold API calls in vmtkmeshaddexternallayer
Co-authored-by: Claude Fable 5 <n****y@a****m>
Andras Lasso <l****o@q****a> about 1 month ago
e08d548c Fix ThicknessRatio typo in vmtkmeshaddexternallayer
Co-authored-by: Claude Fable 5 <n****y@a****m>
Andras Lasso <l****o@q****a> about 1 month ago
df4802e5 Fix vmtkmeshaddexternallayer script errors
Co-authored-by: Claude Fable 5 <n****y@a****m>
Andras Lasso <l****o@q****a> about 1 month ago
42ae0375 Fix vtkvmtkBoundaryLayerGenerator2 cell array access with VTK 9
Co-authored-by: Claude Fable 5 <n****y@a****m>
Andras Lasso <l****o@q****a> about 1 month ago
e01bcb31 Find ITK and VTK in VMTKConfig.cmake
Co-authored-by: Claude Fable 5 <n****y@a****m>
Andras Lasso <l****o@q****a> about 1 month ago
30d5d7cb Update version to 1.5.0 Andras Lasso <l****o@q****a> about 1 month ago
144e58f0 Update or remove obsolete links Andras Lasso <l****o@q****a> about 1 month ago
6c15a4f8 DOC: Fix broken vmtk.org links Andras Lasso <l****o@q****a> about 1 month ago
f79879dc Clone the ITK source even when a cached ITK build tree is reused
Co-authored-by: Claude Fable 5 <n****y@a****m>
Andras Lasso <l****o@q****a> about 1 month ago
0a42a62a Use macos-15-intel runners for the Intel macOS wheels
Co-authored-by: Claude Fable 5 <n****y@a****m>
Andras Lasso <l****o@q****a> about 1 month ago
096d7147 Fix Linux x86_64 ABI mismatch, macOS install names, and skip 32-bit wheels
Co-authored-by: Claude Fable 5 <n****y@a****m>
Andras Lasso <l****o@q****a> about 1 month ago
6d86983d Ignore unresolvable VTK dependencies in the macOS wheel repair
Co-authored-by: Claude Fable 5 <n****y@a****m>
Andras Lasso <l****o@q****a> about 1 month ago
439791ff Fix manylinux wheel builds and require Python >= 3.12
Co-authored-by: Claude Fable 5 <n****y@a****m>
Andras Lasso <l****o@q****a> about 1 month ago
b18df053 Add PyPI packaging (sdist + binary wheels via cibuildwheel)
Co-authored-by: Claude Fable 5 <n****y@a****m>
Andras Lasso <l****o@q****a> about 1 month ago
418fcecf Skip upwind-factor feature tests on macOS
Co-authored-by: Claude Opus 4.8 <n****y@a****m>
Andras Lasso <l****o@q****a> about 1 month ago
e9be59b7 Compare volume-viewer preset values with pytest.approx
Co-authored-by: Claude Opus 4.8 <n****y@a****m>
Andras Lasso <l****o@q****a> about 1 month ago
397064f4 Run tests with python -P so repo-root vmtk.py does not shadow the package
Co-authored-by: Claude Opus 4.8 <n****y@a****m>
Andras Lasso <l****o@q****a> about 1 month ago
e97f2dc9 Fix CI test execution and the VED vessel-enhancement filter
Co-authored-by: Claude Opus 4.8 <n****y@a****m>
Andras Lasso <l****o@q****a> about 1 month ago
0ae67ac1 Add Doxygen API documentation to all vtkVmtk headers
Co-authored-by: Claude Sonnet 5 <n****y@a****m>
Andras Lasso <l****o@q****a> about 1 month ago
b160e51c Modernize the Doxygen documentation build
Co-authored-by: Claude Sonnet 5 <n****y@a****m>
Andras Lasso <l****o@q****a> about 1 month ago
bfccd262 fix: avoid unsafe GetPoint aliasing in steepest-descent interpolation DoraemonJack <D****k@u****m>
Committed by: Andras Lasso <l****o@q****a>
about 1 month ago
ce473706 Derive VMTK_PYTHON_VERSION from the Python3 find module variables
Co-authored-by: Claude Sonnet 5 <n****y@a****m>
Andras Lasso <l****o@q****a> about 1 month ago
6c3aa741 Port static temporal stream tracer to the reworked VTK 9.2+ velocity field API
Co-authored-by: Claude Sonnet 5 <n****y@a****m>
Andras Lasso <l****o@q****a> about 1 month ago
8ae55b65 Use meaningful parameters in taubin smoothing tests; update references
Co-authored-by: Claude Sonnet 5 <n****y@a****m>
Andras Lasso <l****o@q****a> about 1 month ago
a4332332 Update branch geometry baseline values for VTK 9.6
Co-authored-by: Claude Sonnet 5 <n****y@a****m>
Andras Lasso <l****o@q****a> about 1 month ago
c03035da Relax boolean operation regression test tolerance to absorb seam jitter
Co-authored-by: Claude Sonnet 5 <n****y@a****m>
Andras Lasso <l****o@q****a> about 1 month ago
bb891800 Fall back to serial centerline extraction when VTK drops address wrapping
Co-authored-by: Claude Sonnet 5 <n****y@a****m>
Andras Lasso <l****o@q****a> about 1 month ago
98b0f4e7 Strip inherited normals wherever vtkPolyDataNormals is used
Co-authored-by: Claude Sonnet 5 <n****y@a****m>
Andras Lasso <l****o@q****a> about 1 month ago
cdd696c6 Fix stale cell map corruption in ExtractGroup
Co-authored-by: Claude Sonnet 5 <n****y@a****m>
Andras Lasso <l****o@q****a> about 1 month ago
81a481ca Fix VTK 9 crashes in branch and bifurcation section extraction
Co-authored-by: Claude Sonnet 5 <n****y@a****m>
Andras Lasso <l****o@q****a> about 1 month ago
0cd4e799 Build editable cell links in surface remeshing for VTK >= 9.4
Co-authored-by: Claude Sonnet 5 <n****y@a****m>
Andras Lasso <l****o@q****a> about 1 month ago
3d6e2d6b Update conda recipe for VTK 9.6, Python 3.12 and current conda-forge packaging
Co-authored-by: Claude Sonnet 5 <n****y@a****m>
Andras Lasso <l****o@q****a> about 1 month ago
1dd16d65 Modernize AppVeyor jobs: current images, pinned Miniconda, conda artifacts
Co-authored-by: Claude Sonnet 5 <n****y@a****m>
Andras Lasso <l****o@q****a> about 1 month ago
2fd4c815 Add github actions to build VMTK on Windows, Linux, and macOS Andras Lasso <l****o@q****a> 4 months ago
a70d968e Use VTK SDK to build VMTK Andras Lasso <l****o@q****a> 4 months ago
e4fd4389 Add github action to build and test vmtk Andras Lasso <l****o@q****a> 4 months ago
ba7cf0f6 Adapted to build against VTK 9.6.
Co-authored-by: James Butler <j****r@u****m>, Andras Lasso <l****o@q****a>
Saleem Edah-Tally <s****t@c****o>
Committed by: Andras Lasso <l****o@q****a>
5 months ago
a23d68fa #479 Fix Memory Leak in vtkvmtkSimplifyVoronoiDiagram pierre <p****e@i****m>
Committed by: Andras Lasso <l****o@q****a>
7 months ago
311f4792 Update to latest vtkAddon version to fix Python-related build error on linux Andras Lasso <l****o@q****a> 12 months ago
6bfad0f0 Replace depreceted CMake Python macros Andras Lasso <l****o@q****a> 12 months ago
4179a77e Get python wrapper support files from vtkAddon. Saleem Edah-Tally <s****t@c****o>
Committed by: Andras Lasso <l****o@q****a>
12 months ago
a95f3e3c BUG: Fix compatibility with VTK-9.5 Andras Lasso <l****o@q****a> about 1 year ago
ba416d51 BUG: Update vmtk_env.sh.in FrancescaRenzi <7****i@u****m>
Committed by: Andras Lasso <l****o@q****a>
over 1 year ago
dc4b25b3 Revert "Fix #469: Add vtkStandardNewMacro to vtkvmtkCenterlineSplittingAndGro... Andras Lasso <l****o@q****a> about 2 years ago
7118217b Fix #469: Add vtkStandardNewMacro to vtkvmtkCenterlineSplittingAndGroupingFilter Nieves Montes <m****6@g****m>
Committed by: Andras Lasso <l****o@q****a>
about 2 years ago
4049f4f4 Add Emscripten/WebAssembly build support
Co-authored-by: Claude Opus 4.8 <n****y@a****m>
Rodrigo <r****o@r****m>
Committed by: Andras Lasso <l****o@q****a>
over 2 years ago
6c189dd6 Updates for compatibility with ITK 5.4 and VTK 9.3 plus some extra considerat... Tom Sobczynski <t****s@g****m>
Committed by: Andras Lasso <l****o@q****a>
over 2 years ago
f1a46ded BUG: Fixed GUI bug related to vmtkrenderer: ReInitialize() needed in place of... Francesca Renzi <f****i@u****t>
Committed by: Andras Lasso <l****o@q****a>
almost 3 years ago
124a28f1 Add vmtkSurfaceRegionDrawingTagger script and fix ContourWidget key-binding c... Francesca Renzi <f****i@u****t>
Committed by: Andras Lasso <l****o@q****a>
almost 3 years ago
6211af00 Fix NaN in torsion results Andras Lasso <l****o@q****a>
Committed by: GitHub <n****y@g****m>
about 3 years ago
b753d013 Add vmtkmeshconnectorfsi, vmtksurfaceremeshingramp and vmtkmeshcapper scripts
Co-authored-by: Michele Bucelli <m****i@p****t>, Marco Fedele <m****e@p****t>
Francesca Renzi <f****i@u****t>
Committed by: Andras Lasso <l****o@q****a>
about 3 years ago
eef6e13f Add vmtkentitylist helper script for entity-id handling shared by other contr...
Co-authored-by: Marco Fedele <m****e@p****t>, Michele Bucelli <m****i@p****t>
Francesca Renzi <f****i@u****t>
Committed by: Andras Lasso <l****o@q****a>
about 3 years ago
32f44de3 Solved conflict in vmtkScripts/contrib/vmtkentityrenumber.py Francesca Renzi <f****i@u****t>
Committed by: Andras Lasso <l****o@q****a>
about 3 years ago
c46de512 COMP: Fix build errors with VTK-9.2
Co-authored-by: turtleizzy <a****n@g****m>
Andras Lasso <l****o@q****a> about 3 years ago
13c27069 Update vmtkmeshwriter.py ramen-newdals <5****s@u****m>
Committed by: Andras Lasso <l****o@q****a>
over 3 years ago
e9ebb8c4 Update vmtkdistancetocenterlines.py Jaroslav Hron <j****n@m****z>
Committed by: Andras Lasso <l****o@q****a>
over 3 years ago
a0ed7931 COMP: Fix build error in itkAnisotropicDiffusionVesselEnhancementImageFilter.h chir-set <3****t@u****m>
Committed by: Andras Lasso <l****o@q****a>
almost 4 years ago
30b0fdad COMP: Remove deprecated/removed std::binary_function Sam Horvath <s****h@k****m>
Committed by: Andras Lasso <l****o@q****a>
about 4 years ago
1373d5b8 BUG: Fix crash when vtkvmtkPolyDataCenterlines is called with empty input Andras Lasso <l****o@q****a> about 4 years ago
2f96ee88 BUG: Attempt to fix centerline metric computation Andras Lasso <l****o@q****a> about 4 years ago
fac27d21 BUG: Fix crash in centerline extraction Andras Lasso <l****o@q****a> about 4 years ago
a2d392d0 Update GitHub repository URLs to use https Andras Lasso <l****o@q****a> over 4 years ago
2f27b82f Test for pypescript attribute mismatches between SetInputMembers and actual d... Ramtin Gharleghi <g****i@g****m>
Committed by: Andras Lasso <l****o@q****a>
over 4 years ago
3b4bf968 Add an option to disable joblib Ramtin Gharleghi <g****i@g****m>
Committed by: Andras Lasso <l****o@q****a>
over 4 years ago
27e3784d COMP: Fix build with latest VTK master Andras Lasso <l****o@q****a> over 4 years ago
82628da0 COMP: Fix build error on Windows Andras Lasso <l****o@q****a> over 4 years ago
927331ad Fix VMTK_TEST_DATA_SOURCE overriding cache Ramtin Gharleghi <g****i@g****m>
Committed by: Andras Lasso <l****o@q****a>
over 4 years ago
b0cec4c7 Add CMake option to not expect test data to be a git repository (#414) Ramtin Gharleghi <1****h@u****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
fc720c05 Update conda recipe for vtk 9.1/ITK 5 (#398) Ramtin Gharleghi <1****h@u****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
75d8c9d9 Move seed selection to vmtkcenterlinesnetwork Ramtin Gharleghi <g****i@g****m>
Committed by: Andras Lasso <l****o@q****a>
over 4 years ago
1fdab789 Set random seed for non-deterministic test Ramtin Gharleghi <g****i@g****m>
Committed by: Andras Lasso <l****o@q****a>
over 4 years ago
42f6750c Fix build error with VTK-9.0.x Andras Lasso <l****o@q****a> over 4 years ago
29b56147 Simplify source code by removing all backward compatibility code for VTK8 and... Andras Lasso <l****o@q****a> over 4 years ago
4c08ceeb Simplify code by dropping VTK8 compatibility Andras Lasso <l****o@q****a> over 4 years ago
bf0748b8 Update VMTK to 1.5 Andras Lasso <l****o@q****a> over 4 years ago
1038d3e9 Update documentation before creating 1.4 branch Andras Lasso <l****o@q****a> over 4 years ago
a35d2873 feat: Threshold centerline distance Kurt Sansom <k****e@g****m>
Committed by: Andras Lasso <l****o@q****a>
over 4 years ago
87928a38 fix: vtk8 backwards compatibility for readers Kurt Sansom <k****e@g****m>
Committed by: Andras Lasso <l****o@q****a>
over 4 years ago
4afedd35 feat: Alternative surface boolean method Kurt Sansom <k****e@g****m>
Committed by: Andras Lasso <l****o@q****a>
over 4 years ago
f926a2b8 fix: update reference data for otsu tests (#392) Kurt Sansom <k****e@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
bf2423c3 BUG: Fix initial seam array value never assigned Antoine Mathieu <a****8@g****m>
Committed by: Andras Lasso <l****o@q****a>
over 4 years ago
569e6882 fix: update boolean test to work with vtk 9.1.0 Kurt Sansom <k****e@g****m>
Committed by: Andras Lasso <l****o@q****a>
over 4 years ago
34a8e218 fix: RequestData no longer inherited in VTK 9.1.0 Kurt Sansom <k****e@g****m>
Committed by: Andras Lasso <l****o@q****a>
over 4 years ago
3b94d026 fix: compiler errrors, use cmath from stdlib Kurt Sansom <k****e@g****m>
Committed by: Andras Lasso <l****o@q****a>
over 4 years ago
1304b093 chore: switch superbuild to vtk 9.1.0 Kurt Sansom <k****e@g****m>
Committed by: Andras Lasso <l****o@q****a>
over 4 years ago
02376aee feat: add wavefront reader/writer .obj extension Kurt Sansom <k****e@g****m>
Committed by: Andras Lasso <l****o@q****a>
over 4 years ago
fb5d9d59 fix: pep8 fixes Kurt Sansom <k****e@g****m>
Committed by: Andras Lasso <l****o@q****a>
over 4 years ago

← Back to repository