nmag-python-3 0.0.4__tar.gz → 0.0.5__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.
- {nmag_python_3-0.0.4/src/nmag_python_3.egg-info → nmag_python_3-0.0.5}/PKG-INFO +4 -4
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/pyproject.toml +11 -3
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/vtk_export.py +3 -2
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5/src/nmag_python_3.egg-info}/PKG-INFO +4 -4
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag_python_3.egg-info/requires.txt +3 -3
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/LICENSE +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/README.md +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/setup.cfg +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/anisotropy/__init__.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/anisotropy/anisotropy.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/anisotropy/evaluation.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/anisotropy/model.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/anisotropy/predefined.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/anisotropy/py.typed +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/anisotropy/values.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/mag_material/__init__.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/mag_material/mag_material.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/mag_material/parameters.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/mag_material/py.typed +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/__init__.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/backends.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/checkpoint.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/cli/__init__.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/cli/nmagpp.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/config.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/demag/__init__.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/demag/bem_operator.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/demag/geometry.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/demag/lindholm.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/demag/lindholm_fast.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/demag/linear.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/dynamics/__init__.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/output.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/parallel.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/py.typed +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/resources.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/__init__.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/anisotropy/__init__.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/anisotropy/fields.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/anisotropy/materials.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/demag/__init__.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/demag/bem/__init__.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/demag/bem/diagnostics.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/demag/bem/dirichlet.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/demag/bem/hierarchical.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/demag/bem/operator.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/demag/fem/__init__.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/demag/fem/assembly.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/demag/fem/charges.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/demag/fem/geometry.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/demag/fields/__init__.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/demag/fields/auxiliary.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/demag/fields/probe.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/demag/fields/recovery.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/demag/solver.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/dynamics/__init__.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/dynamics/advance.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/dynamics/integrator.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/exchange/__init__.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/exchange/coefficients.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/exchange/fields.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/exchange/llg_rhs.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/fields/__init__.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/fields/arrays.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/fields/availability.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/fields/averages.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/fields/derived.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/fields/maxangle.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/fields/probes.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/implicit_dynamics.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/mesh/__init__.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/mesh/geometry.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/mesh/materials.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/mesh/probe.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/restart.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag/simulation/support.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag_python_3.egg-info/SOURCES.txt +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag_python_3.egg-info/dependency_links.txt +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag_python_3.egg-info/entry_points.txt +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmag_python_3.egg-info/top_level.txt +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/__init__.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/backend.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/cli/__init__.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/cli/nmeshimport.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/geometry/__init__.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/geometry/boolean_operations.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/geometry/primitives.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/geometry/transform.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/io/__init__.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/io/ascii.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/io/legacy_nmesh_hdf5.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/io/meshio_support.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/io/netgen.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesh_generation.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesh_io.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesh_model.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesh_utilities.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesher/__init__.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesher/driver.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesher/meshing_defaults.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesher/meshing_parameters.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesher/parity.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesher/parity_canonical.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesher/parity_comparison.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesher/parity_metrics.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesher/periodic.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesher/relaxation/__init__.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesher/relaxation/_constants.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesher/relaxation/_types.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesher/relaxation/density.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesher/relaxation/engine/__init__.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesher/relaxation/engine/state.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesher/relaxation/engine/steps.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesher/relaxation/engine/topology.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesher/relaxation/forces/__init__.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesher/relaxation/forces/jit.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesher/relaxation/forces/neighbors.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesher/relaxation/forces/simplex.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesher/relaxation/forces/summary.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesher/relaxation/forces/types.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesher/relaxation/geometry/__init__.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesher/relaxation/geometry/builder.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesher/relaxation/geometry/model.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesher/relaxation/seeding/__init__.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesher/relaxation/seeding/periodic.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesher/relaxation/seeding/points.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesher/relaxation/seeding/sampling.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesher/relaxation/topology/__init__.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesher/relaxation/topology/finalize.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesher/relaxation/topology/recovery.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesher/sectioned_config.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/nmesh.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/py.typed +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/utils/__init__.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/utils/array_list_utils.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/utils/constants.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/utils/timing_memory_utils.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/utils/types.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/si/constants.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/si/physical.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/si/py.typed +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/simulation/__init__.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/simulation/clock.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/simulation/data_writer.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/simulation/data_writer_collection.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/simulation/hysteresis.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/simulation/hysteresis_runner.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/simulation/hysteresis_schedule.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/simulation/inference/__init__.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/simulation/inference/inference.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/simulation/py.typed +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/simulation/quantity.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/simulation/simulation_core.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/throttler/__init__.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/throttler/py.typed +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/throttler/throttler.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/when/__init__.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/when/py.typed +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/when/when.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/tests/test_docs_examples.py +0 -0
- {nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/tests/test_packaging_hygiene.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nmag-python-3
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.5
|
|
4
4
|
Summary: Standalone Python 3 implementation of the Nmag micromagnetic simulation interface
|
|
5
5
|
Author-email: TriMagnetix <info@trimagnetix.com>
|
|
6
6
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -9,9 +9,9 @@ Requires-Python: >=3.10
|
|
|
9
9
|
Description-Content-Type: text/markdown
|
|
10
10
|
License-File: LICENSE
|
|
11
11
|
Requires-Dist: pint
|
|
12
|
-
Requires-Dist: numpy
|
|
12
|
+
Requires-Dist: numpy<2.6,>=1.22
|
|
13
13
|
Requires-Dist: scipy
|
|
14
|
-
Requires-Dist: numba
|
|
14
|
+
Requires-Dist: numba>=0.67
|
|
15
15
|
Requires-Dist: tabulate
|
|
16
16
|
Requires-Dist: meshio
|
|
17
17
|
Requires-Dist: h5py
|
|
@@ -25,7 +25,7 @@ Provides-Extra: docs
|
|
|
25
25
|
Requires-Dist: mkdocs==1.6.1; extra == "docs"
|
|
26
26
|
Requires-Dist: mkdocs-material==9.7.7; extra == "docs"
|
|
27
27
|
Requires-Dist: mkdocstrings==1.0.6; extra == "docs"
|
|
28
|
-
Requires-Dist: mkdocstrings-python==2.0.
|
|
28
|
+
Requires-Dist: mkdocstrings-python==2.0.8; extra == "docs"
|
|
29
29
|
Provides-Extra: dev
|
|
30
30
|
Requires-Dist: maturin<2,>=1.14; extra == "dev"
|
|
31
31
|
Requires-Dist: h5py-stubs<0.2,>=0.1.2; extra == "dev"
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "nmag-python-3"
|
|
7
|
-
version = "0.0.
|
|
7
|
+
version = "0.0.5"
|
|
8
8
|
authors = [{ name = "TriMagnetix", email = "info@trimagnetix.com" }]
|
|
9
9
|
description = "Standalone Python 3 implementation of the Nmag micromagnetic simulation interface"
|
|
10
10
|
readme = "README.md"
|
|
@@ -12,7 +12,15 @@ requires-python = ">=3.10"
|
|
|
12
12
|
classifiers = [
|
|
13
13
|
"Programming Language :: Python :: 3",
|
|
14
14
|
"Operating System :: OS Independent" ]
|
|
15
|
-
dependencies = [
|
|
15
|
+
dependencies = [
|
|
16
|
+
"pint",
|
|
17
|
+
"numpy>=1.22,<2.6",
|
|
18
|
+
"scipy",
|
|
19
|
+
"numba>=0.67",
|
|
20
|
+
"tabulate",
|
|
21
|
+
"meshio",
|
|
22
|
+
"h5py",
|
|
23
|
+
]
|
|
16
24
|
|
|
17
25
|
[project.scripts]
|
|
18
26
|
nmeshimport = "nmesh.cli.nmeshimport:main"
|
|
@@ -25,7 +33,7 @@ docs = [
|
|
|
25
33
|
"mkdocs==1.6.1",
|
|
26
34
|
"mkdocs-material==9.7.7",
|
|
27
35
|
"mkdocstrings==1.0.6",
|
|
28
|
-
"mkdocstrings-python==2.0.
|
|
36
|
+
"mkdocstrings-python==2.0.8",
|
|
29
37
|
]
|
|
30
38
|
dev = [
|
|
31
39
|
"maturin>=1.14,<2",
|
|
@@ -8,6 +8,7 @@ from pathlib import Path
|
|
|
8
8
|
import h5py
|
|
9
9
|
import meshio
|
|
10
10
|
import numpy as np
|
|
11
|
+
from numpy.typing import ArrayLike
|
|
11
12
|
|
|
12
13
|
import nmesh
|
|
13
14
|
|
|
@@ -77,7 +78,7 @@ def export_vtk(
|
|
|
77
78
|
if np.any(simplices < 0) or np.any(simplices >= len(points)):
|
|
78
79
|
raise ValueError("Mesh cell indices are outside the snapshot point range.")
|
|
79
80
|
|
|
80
|
-
point_data: dict[str,
|
|
81
|
+
point_data: dict[str, ArrayLike] = {}
|
|
81
82
|
field_group = handle.get("fields")
|
|
82
83
|
if not isinstance(field_group, h5py.Group):
|
|
83
84
|
raise ValueError("Snapshot is missing the /fields group.")
|
|
@@ -97,7 +98,7 @@ def export_vtk(
|
|
|
97
98
|
)
|
|
98
99
|
point_data[field_name] = np.asarray(values, dtype=float)
|
|
99
100
|
|
|
100
|
-
cell_data: dict[str, list[
|
|
101
|
+
cell_data: dict[str, list[ArrayLike]] = {}
|
|
101
102
|
if regions is not None:
|
|
102
103
|
cell_data["region"] = [regions]
|
|
103
104
|
mesh = meshio.Mesh(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nmag-python-3
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.5
|
|
4
4
|
Summary: Standalone Python 3 implementation of the Nmag micromagnetic simulation interface
|
|
5
5
|
Author-email: TriMagnetix <info@trimagnetix.com>
|
|
6
6
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -9,9 +9,9 @@ Requires-Python: >=3.10
|
|
|
9
9
|
Description-Content-Type: text/markdown
|
|
10
10
|
License-File: LICENSE
|
|
11
11
|
Requires-Dist: pint
|
|
12
|
-
Requires-Dist: numpy
|
|
12
|
+
Requires-Dist: numpy<2.6,>=1.22
|
|
13
13
|
Requires-Dist: scipy
|
|
14
|
-
Requires-Dist: numba
|
|
14
|
+
Requires-Dist: numba>=0.67
|
|
15
15
|
Requires-Dist: tabulate
|
|
16
16
|
Requires-Dist: meshio
|
|
17
17
|
Requires-Dist: h5py
|
|
@@ -25,7 +25,7 @@ Provides-Extra: docs
|
|
|
25
25
|
Requires-Dist: mkdocs==1.6.1; extra == "docs"
|
|
26
26
|
Requires-Dist: mkdocs-material==9.7.7; extra == "docs"
|
|
27
27
|
Requires-Dist: mkdocstrings==1.0.6; extra == "docs"
|
|
28
|
-
Requires-Dist: mkdocstrings-python==2.0.
|
|
28
|
+
Requires-Dist: mkdocstrings-python==2.0.8; extra == "docs"
|
|
29
29
|
Provides-Extra: dev
|
|
30
30
|
Requires-Dist: maturin<2,>=1.14; extra == "dev"
|
|
31
31
|
Requires-Dist: h5py-stubs<0.2,>=0.1.2; extra == "dev"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
pint
|
|
2
|
-
numpy
|
|
2
|
+
numpy<2.6,>=1.22
|
|
3
3
|
scipy
|
|
4
|
-
numba
|
|
4
|
+
numba>=0.67
|
|
5
5
|
tabulate
|
|
6
6
|
meshio
|
|
7
7
|
h5py
|
|
@@ -19,7 +19,7 @@ ruff<1,>=0.12
|
|
|
19
19
|
mkdocs==1.6.1
|
|
20
20
|
mkdocs-material==9.7.7
|
|
21
21
|
mkdocstrings==1.0.6
|
|
22
|
-
mkdocstrings-python==2.0.
|
|
22
|
+
mkdocstrings-python==2.0.8
|
|
23
23
|
|
|
24
24
|
[rust]
|
|
25
25
|
maturin<2,>=1.14
|
|
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
|
|
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
|
{nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesher/relaxation/geometry/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesher/relaxation/topology/__init__.py
RENAMED
|
File without changes
|
{nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesher/relaxation/topology/finalize.py
RENAMED
|
File without changes
|
{nmag_python_3-0.0.4 → nmag_python_3-0.0.5}/src/nmesh/mesher/relaxation/topology/recovery.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|