differt-core 0.0.33__tar.gz → 0.0.35__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.
- {differt_core-0.0.33 → differt_core-0.0.35}/Cargo.lock +4 -3
- {differt_core-0.0.33 → differt_core-0.0.35}/PKG-INFO +1 -1
- {differt_core-0.0.33 → differt_core-0.0.35}/differt-core/Cargo.toml +2 -2
- {differt_core-0.0.33 → differt_core-0.0.35}/Cargo.toml +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/LICENSE.md +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/README.md +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/differt-core/LICENSE.md +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/differt-core/README.md +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/differt-core/benches/bench_main.rs +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/differt-core/benches/benchmarks/graph_iterators.rs +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/differt-core/benches/benchmarks/mod.rs +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/differt-core/python/differt_core/__init__.py +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/differt-core/python/differt_core/_differt_core/__init__.pyi +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/differt-core/python/differt_core/_differt_core/geometry/triangle_mesh.pyi +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/differt-core/python/differt_core/_differt_core/rt/__init__.pyi +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/differt-core/python/differt_core/_differt_core/rt/graph.pyi +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/differt-core/python/differt_core/_differt_core/scene/sionna.pyi +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/differt-core/python/differt_core/_differt_core/scene/triangle_scene.pyi +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/differt-core/python/differt_core/geometry/__init__.py +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/differt-core/python/differt_core/geometry/_triangle_mesh.py +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/differt-core/python/differt_core/py.typed +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/differt-core/python/differt_core/rt/__init__.py +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/differt-core/python/differt_core/rt/_graph.py +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/differt-core/python/differt_core/scene/__init__.py +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/differt-core/python/differt_core/scene/_sionna.py +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/differt-core/python/differt_core/scene/_triangle_scene.py +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/differt-core/src/geometry/mod.rs +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/differt-core/src/geometry/triangle_mesh.rs +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/differt-core/src/lib.rs +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/differt-core/src/rt/graph.rs +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/differt-core/src/rt/mod.rs +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/differt-core/src/scene/mod.rs +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/differt-core/src/scene/sionna.rs +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/differt-core/src/scene/triangle_scene.rs +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/differt-core/tests/__init__.py +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/differt-core/tests/rt/__init__.py +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/differt-core/tests/rt/test_graph.py +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/pyproject.toml +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/python/differt_core/__init__.py +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/python/differt_core/_differt_core/__init__.pyi +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/python/differt_core/_differt_core/geometry/triangle_mesh.pyi +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/python/differt_core/_differt_core/rt/__init__.pyi +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/python/differt_core/_differt_core/rt/graph.pyi +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/python/differt_core/_differt_core/scene/sionna.pyi +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/python/differt_core/_differt_core/scene/triangle_scene.pyi +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/python/differt_core/geometry/__init__.py +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/python/differt_core/geometry/_triangle_mesh.py +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/python/differt_core/py.typed +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/python/differt_core/rt/__init__.py +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/python/differt_core/rt/_graph.py +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/python/differt_core/scene/__init__.py +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/python/differt_core/scene/_sionna.py +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/python/differt_core/scene/_triangle_scene.py +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/src/geometry/mod.rs +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/src/geometry/triangle_mesh.rs +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/src/lib.rs +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/src/rt/graph.rs +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/src/rt/mod.rs +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/src/scene/mod.rs +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/src/scene/sionna.rs +0 -0
- {differt_core-0.0.33 → differt_core-0.0.35}/src/scene/triangle_scene.rs +0 -0
|
@@ -247,7 +247,7 @@ checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
|
|
|
247
247
|
|
|
248
248
|
[[package]]
|
|
249
249
|
name = "differt-core"
|
|
250
|
-
version = "0.0.
|
|
250
|
+
version = "0.0.35"
|
|
251
251
|
dependencies = [
|
|
252
252
|
"criterion",
|
|
253
253
|
"indexmap",
|
|
@@ -825,8 +825,9 @@ dependencies = [
|
|
|
825
825
|
|
|
826
826
|
[[package]]
|
|
827
827
|
name = "pyo3-log"
|
|
828
|
-
version = "0.
|
|
829
|
-
source = "
|
|
828
|
+
version = "0.12.2"
|
|
829
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
830
|
+
checksum = "4b78e4983ba15bc62833a0e0941d965bc03690163f1127864f1408db25063466"
|
|
830
831
|
dependencies = [
|
|
831
832
|
"arc-swap",
|
|
832
833
|
"log",
|
|
@@ -11,7 +11,7 @@ numpy = "0.24"
|
|
|
11
11
|
obj-rs = "0.7.1"
|
|
12
12
|
ply-rs = "0.1.3"
|
|
13
13
|
pyo3 = {version = "0.24", features = ["abi3-py310", "indexmap", "generate-import-lib"]}
|
|
14
|
-
pyo3-log =
|
|
14
|
+
pyo3-log = "0.12.2"
|
|
15
15
|
quick-xml = {version = "0.37.2", features = ["serialize", "serde-types"]}
|
|
16
16
|
serde = {version = "1.0.197", features = ["derive"]}
|
|
17
17
|
|
|
@@ -37,4 +37,4 @@ unexpected_cfgs = {level = "warn", check-cfg = ['cfg(tarpaulin_include)']}
|
|
|
37
37
|
edition = "2021"
|
|
38
38
|
name = "differt-core"
|
|
39
39
|
rust-version = "1.78.0"
|
|
40
|
-
version = "0.0.
|
|
40
|
+
version = "0.0.35"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{differt_core-0.0.33 → differt_core-0.0.35}/differt-core/benches/benchmarks/graph_iterators.rs
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
|
{differt_core-0.0.33 → differt_core-0.0.35}/differt-core/python/differt_core/geometry/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{differt_core-0.0.33 → differt_core-0.0.35}/differt-core/python/differt_core/scene/__init__.py
RENAMED
|
File without changes
|
{differt_core-0.0.33 → differt_core-0.0.35}/differt-core/python/differt_core/scene/_sionna.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
|
{differt_core-0.0.33 → differt_core-0.0.35}/python/differt_core/_differt_core/rt/__init__.pyi
RENAMED
|
File without changes
|
|
File without changes
|
{differt_core-0.0.33 → differt_core-0.0.35}/python/differt_core/_differt_core/scene/sionna.pyi
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
|