differt-core 0.4.0__tar.gz → 0.5.0__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.
Files changed (62) hide show
  1. {differt_core-0.4.0 → differt_core-0.5.0}/Cargo.lock +1 -1
  2. {differt_core-0.4.0 → differt_core-0.5.0}/PKG-INFO +2 -2
  3. {differt_core-0.4.0 → differt_core-0.5.0}/README.md +1 -1
  4. {differt_core-0.4.0 → differt_core-0.5.0}/differt-core/Cargo.toml +1 -1
  5. {differt_core-0.4.0 → differt_core-0.5.0}/differt-core/README.md +1 -1
  6. {differt_core-0.4.0 → differt_core-0.5.0}/differt-core/src/geometry/triangle_mesh.rs +2 -2
  7. {differt_core-0.4.0 → differt_core-0.5.0}/differt-core/src/rt/graph.rs +1 -1
  8. {differt_core-0.4.0 → differt_core-0.5.0}/src/geometry/triangle_mesh.rs +2 -2
  9. {differt_core-0.4.0 → differt_core-0.5.0}/src/rt/graph.rs +1 -1
  10. {differt_core-0.4.0 → differt_core-0.5.0}/Cargo.toml +0 -0
  11. {differt_core-0.4.0 → differt_core-0.5.0}/LICENSE.md +0 -0
  12. {differt_core-0.4.0 → differt_core-0.5.0}/differt-core/LICENSE.md +0 -0
  13. {differt_core-0.4.0 → differt_core-0.5.0}/differt-core/benches/bench_main.rs +0 -0
  14. {differt_core-0.4.0 → differt_core-0.5.0}/differt-core/benches/benchmarks/graph_iterators.rs +0 -0
  15. {differt_core-0.4.0 → differt_core-0.5.0}/differt-core/benches/benchmarks/mod.rs +0 -0
  16. {differt_core-0.4.0 → differt_core-0.5.0}/differt-core/python/differt_core/__init__.py +0 -0
  17. {differt_core-0.4.0 → differt_core-0.5.0}/differt-core/python/differt_core/_differt_core/__init__.pyi +0 -0
  18. {differt_core-0.4.0 → differt_core-0.5.0}/differt-core/python/differt_core/_differt_core/geometry/triangle_mesh.pyi +0 -0
  19. {differt_core-0.4.0 → differt_core-0.5.0}/differt-core/python/differt_core/_differt_core/rt/__init__.pyi +0 -0
  20. {differt_core-0.4.0 → differt_core-0.5.0}/differt-core/python/differt_core/_differt_core/rt/graph.pyi +0 -0
  21. {differt_core-0.4.0 → differt_core-0.5.0}/differt-core/python/differt_core/_differt_core/scene/sionna.pyi +0 -0
  22. {differt_core-0.4.0 → differt_core-0.5.0}/differt-core/python/differt_core/_differt_core/scene/triangle_scene.pyi +0 -0
  23. {differt_core-0.4.0 → differt_core-0.5.0}/differt-core/python/differt_core/geometry/__init__.py +0 -0
  24. {differt_core-0.4.0 → differt_core-0.5.0}/differt-core/python/differt_core/geometry/_triangle_mesh.py +0 -0
  25. {differt_core-0.4.0 → differt_core-0.5.0}/differt-core/python/differt_core/py.typed +0 -0
  26. {differt_core-0.4.0 → differt_core-0.5.0}/differt-core/python/differt_core/rt/__init__.py +0 -0
  27. {differt_core-0.4.0 → differt_core-0.5.0}/differt-core/python/differt_core/rt/_graph.py +0 -0
  28. {differt_core-0.4.0 → differt_core-0.5.0}/differt-core/python/differt_core/scene/__init__.py +0 -0
  29. {differt_core-0.4.0 → differt_core-0.5.0}/differt-core/python/differt_core/scene/_sionna.py +0 -0
  30. {differt_core-0.4.0 → differt_core-0.5.0}/differt-core/python/differt_core/scene/_triangle_scene.py +0 -0
  31. {differt_core-0.4.0 → differt_core-0.5.0}/differt-core/src/geometry/mod.rs +0 -0
  32. {differt_core-0.4.0 → differt_core-0.5.0}/differt-core/src/lib.rs +0 -0
  33. {differt_core-0.4.0 → differt_core-0.5.0}/differt-core/src/rt/mod.rs +0 -0
  34. {differt_core-0.4.0 → differt_core-0.5.0}/differt-core/src/scene/mod.rs +0 -0
  35. {differt_core-0.4.0 → differt_core-0.5.0}/differt-core/src/scene/sionna.rs +0 -0
  36. {differt_core-0.4.0 → differt_core-0.5.0}/differt-core/src/scene/triangle_scene.rs +0 -0
  37. {differt_core-0.4.0 → differt_core-0.5.0}/differt-core/tests/__init__.py +0 -0
  38. {differt_core-0.4.0 → differt_core-0.5.0}/differt-core/tests/rt/__init__.py +0 -0
  39. {differt_core-0.4.0 → differt_core-0.5.0}/differt-core/tests/rt/test_graph.py +0 -0
  40. {differt_core-0.4.0 → differt_core-0.5.0}/differt-core/tests/test_version.py +0 -0
  41. {differt_core-0.4.0 → differt_core-0.5.0}/pyproject.toml +0 -0
  42. {differt_core-0.4.0 → differt_core-0.5.0}/python/differt_core/__init__.py +0 -0
  43. {differt_core-0.4.0 → differt_core-0.5.0}/python/differt_core/_differt_core/__init__.pyi +0 -0
  44. {differt_core-0.4.0 → differt_core-0.5.0}/python/differt_core/_differt_core/geometry/triangle_mesh.pyi +0 -0
  45. {differt_core-0.4.0 → differt_core-0.5.0}/python/differt_core/_differt_core/rt/__init__.pyi +0 -0
  46. {differt_core-0.4.0 → differt_core-0.5.0}/python/differt_core/_differt_core/rt/graph.pyi +0 -0
  47. {differt_core-0.4.0 → differt_core-0.5.0}/python/differt_core/_differt_core/scene/sionna.pyi +0 -0
  48. {differt_core-0.4.0 → differt_core-0.5.0}/python/differt_core/_differt_core/scene/triangle_scene.pyi +0 -0
  49. {differt_core-0.4.0 → differt_core-0.5.0}/python/differt_core/geometry/__init__.py +0 -0
  50. {differt_core-0.4.0 → differt_core-0.5.0}/python/differt_core/geometry/_triangle_mesh.py +0 -0
  51. {differt_core-0.4.0 → differt_core-0.5.0}/python/differt_core/py.typed +0 -0
  52. {differt_core-0.4.0 → differt_core-0.5.0}/python/differt_core/rt/__init__.py +0 -0
  53. {differt_core-0.4.0 → differt_core-0.5.0}/python/differt_core/rt/_graph.py +0 -0
  54. {differt_core-0.4.0 → differt_core-0.5.0}/python/differt_core/scene/__init__.py +0 -0
  55. {differt_core-0.4.0 → differt_core-0.5.0}/python/differt_core/scene/_sionna.py +0 -0
  56. {differt_core-0.4.0 → differt_core-0.5.0}/python/differt_core/scene/_triangle_scene.py +0 -0
  57. {differt_core-0.4.0 → differt_core-0.5.0}/src/geometry/mod.rs +0 -0
  58. {differt_core-0.4.0 → differt_core-0.5.0}/src/lib.rs +0 -0
  59. {differt_core-0.4.0 → differt_core-0.5.0}/src/rt/mod.rs +0 -0
  60. {differt_core-0.4.0 → differt_core-0.5.0}/src/scene/mod.rs +0 -0
  61. {differt_core-0.4.0 → differt_core-0.5.0}/src/scene/sionna.rs +0 -0
  62. {differt_core-0.4.0 → differt_core-0.5.0}/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.4.0"
250
+ version = "0.5.0"
251
251
  dependencies = [
252
252
  "criterion",
253
253
  "indexmap",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: differt-core
3
- Version: 0.4.0
3
+ Version: 0.5.0
4
4
  Classifier: Programming Language :: Python :: 3
5
5
  Classifier: Programming Language :: Python :: 3.10
6
6
  Classifier: Programming Language :: Python :: 3.11
@@ -36,7 +36,7 @@ Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
36
36
 
37
37
  This package contains the core backend of
38
38
  [DiffeRT](https://pypi.org/project/DiffeRT/),
39
- implemented in Rust for performances.
39
+ implemented in Rust for performance.
40
40
 
41
41
  As a result, both `differt` and `differt-core` will
42
42
  share the same version, and `differt` directly depends on `differt-core`.
@@ -14,7 +14,7 @@
14
14
 
15
15
  This package contains the core backend of
16
16
  [DiffeRT](https://pypi.org/project/DiffeRT/),
17
- implemented in Rust for performances.
17
+ implemented in Rust for performance.
18
18
 
19
19
  As a result, both `differt` and `differt-core` will
20
20
  share the same version, and `differt` directly depends on `differt-core`.
@@ -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.4.0"
40
+ version = "0.5.0"
@@ -14,7 +14,7 @@
14
14
 
15
15
  This package contains the core backend of
16
16
  [DiffeRT](https://pypi.org/project/DiffeRT/),
17
- implemented in Rust for performances.
17
+ implemented in Rust for performance.
18
18
 
19
19
  As a result, both `differt` and `differt-core` will
20
20
  share the same version, and `differt` directly depends on `differt-core`.
@@ -155,7 +155,7 @@ impl TriangleMesh {
155
155
  ///
156
156
  /// The array contains the material indices,
157
157
  /// with a special placeholder value of ``-1``.
158
- /// The obtain the name of the material, see :attr:`material_names`.
158
+ /// To obtain the name of the material, see :attr:`material_names`.
159
159
  /// This attribute is :data:`None` if all face materials are unset.
160
160
  #[getter]
161
161
  fn face_materials<'py>(&self, py: Python<'py>) -> Option<Bound<'py, PyArray1<isize>>> {
@@ -168,7 +168,7 @@ impl TriangleMesh {
168
168
  /// :class:`Int[np.ndarray, 'num_objects 2']<jaxtyping.Int>` | :data:`None`: The array of object indices.
169
169
  ///
170
170
  /// If the present mesh contains multiple objects, usually as a result of
171
- /// appending multiple meshes together, this array contain start end end
171
+ /// appending multiple meshes together, this array contains start and end
172
172
  /// indices for each sub mesh.
173
173
  #[getter]
174
174
  fn object_bounds<'py>(&self, py: Python<'py>) -> Option<Bound<'py, PyArray2<usize>>> {
@@ -116,7 +116,7 @@ pub mod complete {
116
116
 
117
117
  /// A complete graph, i.e.,
118
118
  /// a simple undirected graph in which every pair of
119
- /// distinc nodes is connected by a unique edge.
119
+ /// distinct nodes is connected by a unique edge.
120
120
  ///
121
121
  /// Args:
122
122
  /// num_nodes (int): The number of nodes.
@@ -155,7 +155,7 @@ impl TriangleMesh {
155
155
  ///
156
156
  /// The array contains the material indices,
157
157
  /// with a special placeholder value of ``-1``.
158
- /// The obtain the name of the material, see :attr:`material_names`.
158
+ /// To obtain the name of the material, see :attr:`material_names`.
159
159
  /// This attribute is :data:`None` if all face materials are unset.
160
160
  #[getter]
161
161
  fn face_materials<'py>(&self, py: Python<'py>) -> Option<Bound<'py, PyArray1<isize>>> {
@@ -168,7 +168,7 @@ impl TriangleMesh {
168
168
  /// :class:`Int[np.ndarray, 'num_objects 2']<jaxtyping.Int>` | :data:`None`: The array of object indices.
169
169
  ///
170
170
  /// If the present mesh contains multiple objects, usually as a result of
171
- /// appending multiple meshes together, this array contain start end end
171
+ /// appending multiple meshes together, this array contains start and end
172
172
  /// indices for each sub mesh.
173
173
  #[getter]
174
174
  fn object_bounds<'py>(&self, py: Python<'py>) -> Option<Bound<'py, PyArray2<usize>>> {
@@ -116,7 +116,7 @@ pub mod complete {
116
116
 
117
117
  /// A complete graph, i.e.,
118
118
  /// a simple undirected graph in which every pair of
119
- /// distinc nodes is connected by a unique edge.
119
+ /// distinct nodes is connected by a unique edge.
120
120
  ///
121
121
  /// Args:
122
122
  /// num_nodes (int): The number of nodes.
File without changes
File without changes
File without changes
File without changes