cad-to-dagmc 0.7.1__tar.gz → 0.7.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.
Potentially problematic release.
This version of cad-to-dagmc might be problematic. Click here for more details.
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/.github/workflows/ci_with_pip_install.yml +2 -3
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/PKG-INFO +5 -3
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/README.md +3 -1
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/pyproject.toml +1 -1
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/src/_version.py +2 -2
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/src/cad_to_dagmc.egg-info/PKG-INFO +5 -3
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/src/cad_to_dagmc.egg-info/requires.txt +1 -1
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/.github/workflows/black.yml +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/.github/workflows/ci_with_benchmarks.yml +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/.github/workflows/ci_with_conda_install.yml +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/.github/workflows/python-publish.yml +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/.gitignore +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/CITATION.cff +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/LICENSE +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/examples/surface_mesh/cadquery_assembly.py +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/examples/surface_mesh/cadquery_compound.py +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/examples/surface_mesh/cadquery_object_and_stp_file.py +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/examples/surface_mesh/cadquery_text.py +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/examples/surface_mesh/curved_cadquery_object_to_dagmc_surface_mesh.py +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/examples/surface_mesh/from_gmsh_mesh_file.py +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/examples/surface_mesh/multiple_cadquery_objects.py +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/examples/surface_mesh/multiple_stp_files.py +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/examples/surface_mesh/single_cadquery_object.py +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/examples/surface_mesh/single_stp_file.py +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/examples/surface_mesh/single_stp_file_multiple_volumes.py +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/examples/unstrucutred_volume_mesh/curved_cadquery_object_to_dagmc_volume_mesh.py +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/examples/unstrucutred_volume_mesh/simulate_unstrucutred_volume_mesh_with_openmc.py +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/setup.cfg +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/src/cad_to_dagmc/__init__.py +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/src/cad_to_dagmc/core.py +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/src/cad_to_dagmc.egg-info/SOURCES.txt +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/src/cad_to_dagmc.egg-info/dependency_links.txt +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/src/cad_to_dagmc.egg-info/top_level.txt +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/tests/ENDFB-7.1-NNDC_H1.h5 +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/tests/ball_reactor.brep +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/tests/curved_extrude.stp +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/tests/extrude_rectangle.stp +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/tests/multi_volume_cylinders.stp +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/tests/one_cube.brep +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/tests/single_cube.stp +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/tests/single_volume_thin.stp +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/tests/single_volume_thin.vtk +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/tests/test_brep_file.brep +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/tests/test_file_creation.py +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/tests/test_h5m_in_transport.py +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/tests/test_loading_from_file_vs_shape_object.py +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/tests/test_python_api.py +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/tests/test_two_joined_cubes.brep +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/tests/test_two_sep_cubes.brep +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/tests/test_version.py +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/tests/two_connected_cubes.stp +0 -0
- {cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/tests/two_disconnected_cubes.stp +0 -0
|
@@ -33,13 +33,12 @@ jobs:
|
|
|
33
33
|
apt-get --allow-releaseinfo-change update
|
|
34
34
|
apt-get update -y
|
|
35
35
|
apt-get upgrade -y
|
|
36
|
-
apt-get install -y
|
|
36
|
+
apt-get install -y libblas-dev liblapack-dev libgl1 libglx-mesa0 libgl1-mesa-dev libglu1-mesa-dev freeglut3-dev libosmesa6 libosmesa6-dev libgles2-mesa-dev libarchive-dev libpangocairo-1.0-0 libxcursor-dev libxft2 libxinerama-dev make cmake libeigen3-dev
|
|
37
37
|
apt install python3
|
|
38
38
|
apt install python3-pip
|
|
39
39
|
python -m pip install --upgrade pip
|
|
40
|
-
git clone
|
|
40
|
+
git clone --single-branch -b master --depth 1 https://bitbucket.org/fathomteam/moab/
|
|
41
41
|
cd moab
|
|
42
|
-
git checkout faf7e989c0fd0be4a19f61c1d4713afc5397c8a7
|
|
43
42
|
python -m pip install . --config-settings=cmake.args=-DENABLE_HDF5=ON
|
|
44
43
|
cd ..
|
|
45
44
|
python -c "import pymoab"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cad_to_dagmc
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.2
|
|
4
4
|
Summary: Converts CAD files to a DAGMC h5m file
|
|
5
5
|
Author-email: Jonathan Shimwell <mail@jshimwell.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/fusion-energy/cad_to_dagmc
|
|
@@ -15,7 +15,7 @@ License-File: LICENSE
|
|
|
15
15
|
Requires-Dist: trimesh
|
|
16
16
|
Requires-Dist: networkx
|
|
17
17
|
Requires-Dist: cadquery>=2.4.0
|
|
18
|
-
Requires-Dist: numpy<=1.
|
|
18
|
+
Requires-Dist: numpy<=1.26.4
|
|
19
19
|
Requires-Dist: gmsh
|
|
20
20
|
Provides-Extra: tests
|
|
21
21
|
Requires-Dist: pytest; extra == "tests"
|
|
@@ -24,7 +24,9 @@ Requires-Dist: vtk; extra == "tests"
|
|
|
24
24
|
|
|
25
25
|
[](https://www.python.org)
|
|
26
26
|
|
|
27
|
-
[](https://github.com/fusion-energy/cad_to_dagmc/actions/workflows/ci_with_conda_install.yml) Testing package and running examples with dependencies installed via Conda
|
|
28
|
+
|
|
29
|
+
[](https://github.com/fusion-energy/cad_to_dagmc/actions/workflows/ci_with_pip_install.yml) Testing package and running examples with dependencies installed vua PIP
|
|
28
30
|
|
|
29
31
|
[](https://github.com/fusion-energy/cad_to_dagmc/actions/workflows/ci_with_benchmarks.yml) Testing with [Model Benchmark Zoo](https://github.com/fusion-energy/model_benchmark_zoo)
|
|
30
32
|
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
[](https://www.python.org)
|
|
3
3
|
|
|
4
|
-
[](https://github.com/fusion-energy/cad_to_dagmc/actions/workflows/ci_with_conda_install.yml) Testing package and running examples with dependencies installed via Conda
|
|
5
|
+
|
|
6
|
+
[](https://github.com/fusion-energy/cad_to_dagmc/actions/workflows/ci_with_pip_install.yml) Testing package and running examples with dependencies installed vua PIP
|
|
5
7
|
|
|
6
8
|
[](https://github.com/fusion-energy/cad_to_dagmc/actions/workflows/ci_with_benchmarks.yml) Testing with [Model Benchmark Zoo](https://github.com/fusion-energy/model_benchmark_zoo)
|
|
7
9
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cad_to_dagmc
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.2
|
|
4
4
|
Summary: Converts CAD files to a DAGMC h5m file
|
|
5
5
|
Author-email: Jonathan Shimwell <mail@jshimwell.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/fusion-energy/cad_to_dagmc
|
|
@@ -15,7 +15,7 @@ License-File: LICENSE
|
|
|
15
15
|
Requires-Dist: trimesh
|
|
16
16
|
Requires-Dist: networkx
|
|
17
17
|
Requires-Dist: cadquery>=2.4.0
|
|
18
|
-
Requires-Dist: numpy<=1.
|
|
18
|
+
Requires-Dist: numpy<=1.26.4
|
|
19
19
|
Requires-Dist: gmsh
|
|
20
20
|
Provides-Extra: tests
|
|
21
21
|
Requires-Dist: pytest; extra == "tests"
|
|
@@ -24,7 +24,9 @@ Requires-Dist: vtk; extra == "tests"
|
|
|
24
24
|
|
|
25
25
|
[](https://www.python.org)
|
|
26
26
|
|
|
27
|
-
[](https://github.com/fusion-energy/cad_to_dagmc/actions/workflows/ci_with_conda_install.yml) Testing package and running examples with dependencies installed via Conda
|
|
28
|
+
|
|
29
|
+
[](https://github.com/fusion-energy/cad_to_dagmc/actions/workflows/ci_with_pip_install.yml) Testing package and running examples with dependencies installed vua PIP
|
|
28
30
|
|
|
29
31
|
[](https://github.com/fusion-energy/cad_to_dagmc/actions/workflows/ci_with_benchmarks.yml) Testing with [Model Benchmark Zoo](https://github.com/fusion-energy/model_benchmark_zoo)
|
|
30
32
|
|
|
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
|
{cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/examples/surface_mesh/cadquery_object_and_stp_file.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/examples/surface_mesh/multiple_cadquery_objects.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cad_to_dagmc-0.7.1 → cad_to_dagmc-0.7.2}/examples/surface_mesh/single_stp_file_multiple_volumes.py
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|