pytetwild 0.2.1__tar.gz → 0.2.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pytetwild-0.2.1 → pytetwild-0.2.2}/PKG-INFO +2 -2
- {pytetwild-0.2.1 → pytetwild-0.2.2}/pyproject.toml +6 -6
- {pytetwild-0.2.1 → pytetwild-0.2.2}/.clang-format +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/.github/workflows/build-and-deploy.yml +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/.gitignore +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/.gitmodules +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/.pre-commit-config.yaml +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/CMakeLists.txt +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/CONTRIBUTING.md +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/LICENSE +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/README.rst +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/exploded-sphere.png +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/FTetWildWrapper.cpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/array_support.h +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/.clang-format +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/.github/workflows/continuous.yml +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/.gitignore +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/.travis.yml +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/CMakeLists.txt +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/LICENSE.MPL2 +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/README.md +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/cmake/DownloadProject.CMakeLists.cmake.in +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/cmake/DownloadProject.cmake +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/cmake/FindGMPfTetWild.cmake +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/cmake/FindMPFR.cmake +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/cmake/FloatTetwildDependencies.cmake +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/cmake/FloatTetwildUtils.cmake +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/cmake/PrependCurrentPath.cmake +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/cmake/UseColors.cmake +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/cmake/Warnings.cmake +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/cmake/geogram.cmake +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/figs/1k.jpg +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/python/generate-table-code.py +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/python/plot-tet.py +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/python/save_all_confs.py +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/replicability_instructions.htm +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/AABBWrapper.cpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/AABBWrapper.h +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/CMakeLists.txt +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/CSGTreeParser.cpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/CSGTreeParser.hpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/CutMesh.cpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/CutMesh.h +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/EdgeCollapsing.cpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/EdgeCollapsing.h +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/EdgeSplitting.cpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/EdgeSplitting.h +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/EdgeSwapping.cpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/EdgeSwapping.h +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/FloatTetDelaunay.cpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/FloatTetDelaunay.h +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/FloatTetwild.cpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/FloatTetwild.h +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/LocalOperations.cpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/LocalOperations.h +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/Logger.cpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/Logger.hpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/Mesh.cpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/Mesh.hpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/MeshIO.cpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/MeshIO.hpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/MeshImprovement.cpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/MeshImprovement.h +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/Parameters.h +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/Simplification.cpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/Simplification.h +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/Statistics.h +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/TriangleInsertion.cpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/TriangleInsertion.h +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/Types.hpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/VertexSmoothing.cpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/VertexSmoothing.h +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/auto_table.cpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/auto_table.hpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/external/CMakeLists.txt +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/external/Exception.h +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/external/MshLoader.cpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/external/MshLoader.h +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/external/MshSaver.cpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/external/MshSaver.h +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/external/Predicates.cpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/external/Predicates.hpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/external/Rational.h +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/external/bfs_orient.cpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/external/bfs_orient.h +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/external/getRSS.c +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/external/get_mem.cpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/external/get_mem.h +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/external/mesh_AABB.cpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/external/mesh_AABB.h +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/external/predicates.c +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/external/triangle_triangle_intersection.cpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/external/triangle_triangle_intersection_old.cpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/intersections.cpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/intersections.h +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/main.cpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/tests/CMakeLists.txt +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/tests/bunny.off +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/tests/main.cpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/tests/test_predicates.cpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/tests/test_subdivision.cpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/tests/test_table.cpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/tests/test_tree.cpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/tests/tests.cpp +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/pytetwild/PyfTetWildWrapper.pyi +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/pytetwild/__init__.py +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/pytetwild/_version.py +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/pytetwild/py.typed +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/src/pytetwild/pytetwild.py +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/tests/test_data/box.stl +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/tests/test_data/sphere.stl +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/tests/test_data/test_surf.ply +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/tests/test_data/test_tets.msh +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/tests/test_pytetwild.py +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/tools/audit_wheel.sh +0 -0
- {pytetwild-0.2.1 → pytetwild-0.2.2}/tools/extract-deps.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: pytetwild
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: Python wrapper of fTetWild
|
|
5
5
|
Author-Email: Alex Kaszynski <akascap@gmail.com>
|
|
6
6
|
Classifier: Development Status :: 3 - Alpha
|
|
@@ -22,7 +22,7 @@ Requires-Dist: pyvista; extra == "all"
|
|
|
22
22
|
Provides-Extra: tests
|
|
23
23
|
Requires-Dist: pytest; extra == "tests"
|
|
24
24
|
Requires-Dist: pyvista; extra == "tests"
|
|
25
|
-
Requires-Dist: scipy; extra == "tests"
|
|
25
|
+
Requires-Dist: scipy<1.17.0; extra == "tests"
|
|
26
26
|
Requires-Dist: meshio; extra == "tests"
|
|
27
27
|
Provides-Extra: dev
|
|
28
28
|
Requires-Dist: pre-commit; extra == "dev"
|
|
@@ -4,7 +4,7 @@ requires = ["scikit-build-core >=0.4.3", "nanobind >=1.3.2"]
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "pytetwild"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.2"
|
|
8
8
|
description = "Python wrapper of fTetWild"
|
|
9
9
|
readme = { file = "README.rst", content-type = "text/x-rst" }
|
|
10
10
|
authors = [{ name = "Alex Kaszynski", email = "akascap@gmail.com" }]
|
|
@@ -34,7 +34,7 @@ pytetwild = ["py.typed"]
|
|
|
34
34
|
|
|
35
35
|
[project.optional-dependencies]
|
|
36
36
|
all = ['pyvista']
|
|
37
|
-
tests = ["pytest", "pyvista", "scipy", "meshio"]
|
|
37
|
+
tests = ["pytest", "pyvista", "scipy<1.17.0", "meshio"]
|
|
38
38
|
dev = ["pre-commit"]
|
|
39
39
|
|
|
40
40
|
[tool.scikit-build]
|
|
@@ -57,13 +57,13 @@ archs = ["auto64"] # 64-bit only
|
|
|
57
57
|
before-build = "pip install abi3audit"
|
|
58
58
|
build = "cp310-* cp311-* cp312-*" # 3.12+ are abi3 wheels
|
|
59
59
|
skip = ["*musllinux*"] # disable musl-based wheels
|
|
60
|
-
test-
|
|
60
|
+
test-extras = ["tests"]
|
|
61
61
|
test-command = "pytest {project}/tests -v"
|
|
62
62
|
|
|
63
63
|
[tool.cibuildwheel.linux]
|
|
64
|
-
manylinux-x86_64-image = "
|
|
65
|
-
before-all = "
|
|
66
|
-
before-build = "pip install abi3audit cmake
|
|
64
|
+
manylinux-x86_64-image = "manylinux2014"
|
|
65
|
+
before-all = "yum install -y gmp-devel"
|
|
66
|
+
before-build = "pip install abi3audit cmake"
|
|
67
67
|
repair-wheel-command = [
|
|
68
68
|
"auditwheel repair -w {dest_dir} {wheel}",
|
|
69
69
|
"bash tools/audit_wheel.sh {wheel}"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/external/triangle_triangle_intersection.cpp
RENAMED
|
File without changes
|
{pytetwild-0.2.1 → pytetwild-0.2.2}/src/fTetWild/src/external/triangle_triangle_intersection_old.cpp
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|