PyOpenMagnetics 1.3.2__tar.gz → 1.3.4__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.
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/CMakeLists.txt +3 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/PKG-INFO +1 -1
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/pyproject.toml +1 -1
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/.github/workflows/ci.yml +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/.github/workflows/publish.yml +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/.gitignore +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/AGENTS.md +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/LICENSE +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/PyOpenMagnetics.pyi +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/README.md +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/api/MAS.py +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/api/mas_db_reader.py +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/api/validation.py +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/clear_cibuildwheel_cache.sh +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/docs/compatibility.md +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/docs/errors.md +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/docs/performance.md +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/examples/README.md +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/examples/buck_inductor.py +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/examples/complete_simulation_example.py +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/examples/converter_design_example.py +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/examples/debug_bobbin.py +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/examples/debug_coil.py +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/examples/debug_core.py +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/examples/debug_plotting.py +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/examples/flyback_220v_12v_1a.py +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/examples/flyback_220v_12v_2a_complete.py +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/examples/flyback_bh_curve.png +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/examples/flyback_core.png +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/examples/flyback_design.py +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/examples/flyback_summary.png +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/examples/flyback_waveforms.png +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/examples/list_plot_funcs.py +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/examples/plot_flyback_design.py +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/examples/plot_flyback_pyom.py +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/examples/test_field_calc.py +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/examples/test_field_plot.py +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/force_fresh_build.sh +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/llms.txt +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/notebooks/01_getting_started.ipynb +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/notebooks/02_buck_inductor.ipynb +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/notebooks/03_core_losses.ipynb +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/notebooks/README.md +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/requirements.txt +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/src/advisers.cpp +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/src/advisers.h +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/src/bobbin.cpp +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/src/bobbin.h +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/src/common.h +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/src/converter.cpp +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/src/converter.h +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/src/core.cpp +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/src/core.h +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/src/database.cpp +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/src/database.h +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/src/logging.cpp +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/src/logging.h +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/src/losses.cpp +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/src/losses.h +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/src/module.cpp +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/src/plotting.cpp +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/src/plotting.h +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/src/settings.cpp +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/src/settings.h +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/src/simulation.cpp +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/src/simulation.h +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/src/utils.cpp +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/src/utils.h +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/src/winding.cpp +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/src/winding.h +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/src/wire.cpp +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/src/wire.h +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/test.py +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/tests/__init__.py +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/tests/conftest.py +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/tests/test_converter_endpoints.py +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/tests/test_core.py +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/tests/test_core_adviser.py +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/tests/test_examples_integration.py +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/tests/test_inputs.py +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/tests/test_logging.py +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/tests/test_magnetic_adviser.py +0 -0
- {pyopenmagnetics-1.3.2 → pyopenmagnetics-1.3.4}/tests/test_winding.py +0 -0
|
@@ -265,6 +265,9 @@ cmrc_add_resource_library(data ALIAS data::data NAMESPACE data WHENCE ${MAS_DIR}
|
|
|
265
265
|
${MAS_DIR}/data/wires.ndjson)
|
|
266
266
|
target_link_libraries(PyOpenMagnetics PUBLIC data::data)
|
|
267
267
|
|
|
268
|
+
cmrc_add_resource_library(core_losses_data ALIAS data::core_losses_data NAMESPACE coreLossesData ${MKF_DIR}/src/data/core_losses/ciGSE_coefficients.json)
|
|
269
|
+
target_link_libraries(PyOpenMagnetics PUBLIC data::core_losses_data)
|
|
270
|
+
|
|
268
271
|
include_directories("${CMAKE_BINARY_DIR}/_deps/json-src/include/nlohmann/")
|
|
269
272
|
include_directories("${CMAKE_BINARY_DIR}/_deps/pybind11-src/include/")
|
|
270
273
|
include_directories("${CMAKE_BINARY_DIR}/_deps/pybind11_json-src/include/pybind11_json/")
|
|
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
|