open-space-toolkit-mathematics 4.4.0__py39-none-manylinux2014_x86_64.whl → 4.5.0__py39-none-manylinux2014_x86_64.whl

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 open-space-toolkit-mathematics might be problematic. Click here for more details.

Files changed (27) hide show
  1. {open_space_toolkit_mathematics-4.4.0.dist-info → open_space_toolkit_mathematics-4.5.0.dist-info}/METADATA +1 -1
  2. {open_space_toolkit_mathematics-4.4.0.dist-info → open_space_toolkit_mathematics-4.5.0.dist-info}/RECORD +26 -27
  3. {open_space_toolkit_mathematics-4.4.0.dist-info → open_space_toolkit_mathematics-4.5.0.dist-info}/WHEEL +1 -1
  4. ostk/mathematics/OpenSpaceToolkitMathematicsPy.cpython-39-x86_64-linux-gnu.so +0 -0
  5. ostk/mathematics/curve_fitting/__init__.pyi +6 -6
  6. ostk/mathematics/curve_fitting/interpolator.pyi +18 -9
  7. ostk/mathematics/geometry/__init__.pyi +4 -10
  8. ostk/mathematics/geometry/d2/__init__.pyi +5 -23
  9. ostk/mathematics/geometry/d2/object.pyi +8 -32
  10. ostk/mathematics/geometry/d3/__init__.pyi +6 -21
  11. ostk/mathematics/geometry/d3/object.pyi +32 -74
  12. ostk/mathematics/geometry/d3/transformation/rotation.pyi +31 -49
  13. ostk/mathematics/libopen-space-toolkit-mathematics.so.4 +0 -0
  14. ostk/mathematics/object.pyi +1 -7
  15. ostk/mathematics/solver.pyi +3 -12
  16. ostk/mathematics/test/curve_fitting/interpolator/test_barycentric_rational.py +10 -0
  17. ostk/mathematics/test/curve_fitting/interpolator/test_cubic_spline.py +10 -0
  18. ostk/mathematics/test/curve_fitting/interpolator/test_linear.py +10 -0
  19. ostk/mathematics/test/geometry/d2/conftest.py +6 -9
  20. ostk/mathematics/test/geometry/d2/object/test_composite.py +4 -7
  21. ostk/mathematics/test/geometry/d2/object/test_multipolygon.py +3 -10
  22. ostk/mathematics/test/geometry/d2/object/test_point_set.py +3 -6
  23. ostk/mathematics/test/geometry/d3/object/test_point_set.py +5 -8
  24. ostk/mathematics/test/solver/test_numerical_solver.py +2 -2
  25. ostk/mathematics/py.typed +0 -0
  26. {open_space_toolkit_mathematics-4.4.0.dist-info → open_space_toolkit_mathematics-4.5.0.dist-info}/top_level.txt +0 -0
  27. {open_space_toolkit_mathematics-4.4.0.dist-info → open_space_toolkit_mathematics-4.5.0.dist-info}/zip-safe +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: open-space-toolkit-mathematics
3
- Version: 4.4.0
3
+ Version: 4.5.0
4
4
  Summary: Geometry, curve fitting, optimization.
5
5
  Author: Open Space Collective
6
6
  Author-email: contact@open-space-collective.org
@@ -1,41 +1,40 @@
1
1
  ostk/__init__.py,sha256=epnVn2PwdQkUDZ1msqBRO5nEZIOUBIq-IfK3IlNPijE,21
2
- ostk/mathematics/OpenSpaceToolkitMathematicsPy.cpython-39-x86_64-linux-gnu.so,sha256=EUJBA--NYkJUW3e4BdohCP7QYBCtzw1Bma1bbPQC39U,1767232
2
+ ostk/mathematics/OpenSpaceToolkitMathematicsPy.cpython-39-x86_64-linux-gnu.so,sha256=hvgugKHcCTaxDGW3-0JdLVRzmWUukqUs2EynsfqF6L0,1771328
3
3
  ostk/mathematics/__init__.py,sha256=U81I6jh2hIPyuT4dtZjNcLi-CQ8yXIvtFn32tVK1YCY,92
4
4
  ostk/mathematics/__init__.pyi,sha256=J_InNBNyrZgyfVQ-r8PVZq37Wb9kM0acE4BZW2Jwo14,484
5
- ostk/mathematics/libopen-space-toolkit-mathematics.so.4,sha256=PtmHAeb7KppFnSltp--eyLrG2u3HbTpTXCgcfCkdqnQ,91615832
6
- ostk/mathematics/object.pyi,sha256=xe3gaG5Cw3yhHNYPHCUboPfwpHdLZzj5nCOL_IJtRO0,4338
7
- ostk/mathematics/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
- ostk/mathematics/solver.pyi,sha256=i38tbVDHD15NKnn6KYQP-xexVG5muIhpJ2ewcYY3WSw,5592
9
- ostk/mathematics/curve_fitting/__init__.pyi,sha256=1zdh7bItrqhSU1hNZngSSDUGP-8jjGDCxIlF-EyNr_A,2213
10
- ostk/mathematics/curve_fitting/interpolator.pyi,sha256=YokiLmQJEsPg2MfhWg9FAVZW6uvZPyXFJ2RQFUmy3to,1781
11
- ostk/mathematics/geometry/__init__.pyi,sha256=Gov_9ggOwVOA4QL_yLWaw-d0PXxbCQ8SBqNWmlrbFjA,5612
12
- ostk/mathematics/geometry/d2/__init__.pyi,sha256=yq1fxvSEzd46PU_Av0KYRl794UJ50VYq4mzYEY0VCtI,9942
13
- ostk/mathematics/geometry/d2/object.pyi,sha256=1D-UTuVeyL3Ie2mRvUGChbsiWwwTkN77tL8IiptW0og,12670
14
- ostk/mathematics/geometry/d3/__init__.pyi,sha256=Kh2UqsmAse9OewXtz4lW__AkoGJ0Kk4ZXepE9Ta3wFs,10580
15
- ostk/mathematics/geometry/d3/object.pyi,sha256=snyvxQir8GeGD5U5zInhmpu0l7Sap4spWzhrUOVqXBk,25638
5
+ ostk/mathematics/libopen-space-toolkit-mathematics.so.4,sha256=QJTsJhIE73-oPPcMR3caa7RF2fS4Yyv8XUuq_SXGhx0,91668328
6
+ ostk/mathematics/object.pyi,sha256=1EiliU2CC4y1wNHzK9VRCUVapd5tENdPbRvdQQil5hE,4177
7
+ ostk/mathematics/solver.pyi,sha256=hlbvpJMw3YhgvzhxluDMnh3FhBsBmpddBzcYDfWdIiQ,5362
8
+ ostk/mathematics/curve_fitting/__init__.pyi,sha256=OPDQN2eI7OkZ_kveRhsrdTUEFqXXuT5rMPn1qEgWTmE,2275
9
+ ostk/mathematics/curve_fitting/interpolator.pyi,sha256=vU07Nn98zlI52LPnODRHGDRR9hL3LJ6hllj4I5pJh_E,2237
10
+ ostk/mathematics/geometry/__init__.pyi,sha256=HwLUyaE_W-iNG_vsLkfg1b4-lKFmfo3NriXF6OoUF9c,5472
11
+ ostk/mathematics/geometry/d2/__init__.pyi,sha256=2Revm1uTUsiCadyhybC4dm5Wm5Hu4J7srZK35XIPjio,9473
12
+ ostk/mathematics/geometry/d2/object.pyi,sha256=D4peKQnoiORGnWNgYbkbWWayxHDsUnH3-cieHZFHj0E,12102
13
+ ostk/mathematics/geometry/d3/__init__.pyi,sha256=1n3lzxyEjjeKSk9c2JmDgzhZe5tVEP7AJWJUTzBEKLI,10208
14
+ ostk/mathematics/geometry/d3/object.pyi,sha256=XM6O1svrhoiugdSGfkPhSaxI-CB7RAAP_RsIqsodIoE,24770
16
15
  ostk/mathematics/geometry/d3/transformation/__init__.pyi,sha256=wjoTgfldZsg2a26-4iRZd_FyMFFWRYa2FfQmm55-4b0,81
17
- ostk/mathematics/geometry/d3/transformation/rotation.pyi,sha256=vSKlPT6odMaushrIJyfHKFqzgOp6uF6Y7misgPqCEaw,14034
16
+ ostk/mathematics/geometry/d3/transformation/rotation.pyi,sha256=zG2pNzXlPlbRrUmkU5kmxPF0U01djhzYcOE1-biQPUI,13829
18
17
  ostk/mathematics/test/__init__.py,sha256=epnVn2PwdQkUDZ1msqBRO5nEZIOUBIq-IfK3IlNPijE,21
19
18
  ostk/mathematics/test/test_object.py,sha256=WtksTu9zz8_UNkQYKLO64nNBFDBkRWM_DXFuAWTdKUM,1027
20
19
  ostk/mathematics/test/curve_fitting/__init__.py,sha256=epnVn2PwdQkUDZ1msqBRO5nEZIOUBIq-IfK3IlNPijE,21
21
20
  ostk/mathematics/test/curve_fitting/interpolator/__init__.py,sha256=epnVn2PwdQkUDZ1msqBRO5nEZIOUBIq-IfK3IlNPijE,21
22
- ostk/mathematics/test/curve_fitting/interpolator/test_barycentric_rational.py,sha256=T2aqrwvb48GrIsNzH2tZpwM5Pc7HQfPx73yvxx-0A6o,1117
23
- ostk/mathematics/test/curve_fitting/interpolator/test_cubic_spline.py,sha256=h2u0_0neNHKzgh4-i25VWSGZLJe6bzP2waZ-GRy8thc,1378
21
+ ostk/mathematics/test/curve_fitting/interpolator/test_barycentric_rational.py,sha256=Gk4QGPozj21b5zdYtCliChxBazqxaL2tG12TDjOaR8o,1436
22
+ ostk/mathematics/test/curve_fitting/interpolator/test_cubic_spline.py,sha256=Pnd7Y6n-7_MOcSw3Vi5WxgsVDrmzzE41S5QOcyhUxso,1689
24
23
  ostk/mathematics/test/curve_fitting/interpolator/test_interpolator.py,sha256=46px5NKN8TJO9L9KbopsK9pixq0j3_Xu7PchDQTSEPQ,2093
25
- ostk/mathematics/test/curve_fitting/interpolator/test_linear.py,sha256=9axYpdxqQksp5SNEDdDgq2NMLyBO_q0Y-HYhEbsb9wY,1111
24
+ ostk/mathematics/test/curve_fitting/interpolator/test_linear.py,sha256=JNGUrBtaN6mCTeVO_bVEU5-BHmgtxLts3Lgj2890lcw,1417
26
25
  ostk/mathematics/test/geometry/__init__.py,sha256=epnVn2PwdQkUDZ1msqBRO5nEZIOUBIq-IfK3IlNPijE,21
27
26
  ostk/mathematics/test/geometry/test_angle.py,sha256=HOzlWUApgN6LN0g0Zts0cFQ6In_nmbYpFb3CnWWHVR0,10136
28
27
  ostk/mathematics/test/geometry/d2/__init__.py,sha256=epnVn2PwdQkUDZ1msqBRO5nEZIOUBIq-IfK3IlNPijE,21
29
- ostk/mathematics/test/geometry/d2/conftest.py,sha256=pKLQ32AMokx_5-Y5Xks9kj-okj1o6vn2XUOkU1RWkPE,1759
28
+ ostk/mathematics/test/geometry/d2/conftest.py,sha256=YmbYbVERGClW1ICbGDiMG3d0XYgtH8JNQbOVjlgXh8o,1762
30
29
  ostk/mathematics/test/geometry/d2/test_object.py,sha256=JwyeSL4JIR8LY2is0SJKdoTeKiJINDv4b8uFd6dY75c,546
31
30
  ostk/mathematics/test/geometry/d2/test_transformation.py,sha256=WEG_qVZFx-0wZB6Qn3uHKBGdEJ04fq5Vds2Kqx_YkO0,2095
32
31
  ostk/mathematics/test/geometry/d2/object/__init__.py,sha256=epnVn2PwdQkUDZ1msqBRO5nEZIOUBIq-IfK3IlNPijE,21
33
- ostk/mathematics/test/geometry/d2/object/test_composite.py,sha256=w7-pm2fsoRutDGmQ7ZJjm1X6yW-OHl6w7oArrT7_VxA,2763
32
+ ostk/mathematics/test/geometry/d2/object/test_composite.py,sha256=t_ap8UXmvRK7vgyHIXh36Oym_UJa6bHmJFFBr3O6kfM,2751
34
33
  ostk/mathematics/test/geometry/d2/object/test_line.py,sha256=Dr0uHk-gFLJcsC69W1DBCvvipLlAbTVPBxigJGKXORQ,1433
35
34
  ostk/mathematics/test/geometry/d2/object/test_linestring.py,sha256=EucjDiSSQ2Ab3-huWtfanE6Cb0Jazb78LUuiFnpe8Mo,5933
36
- ostk/mathematics/test/geometry/d2/object/test_multipolygon.py,sha256=kxLhoygnMIiSreFvf3C2nycFpZjZCHcit96cN0y5QYo,3543
35
+ ostk/mathematics/test/geometry/d2/object/test_multipolygon.py,sha256=qjgX71axIqKPUGCazdYgv0rbJTJfq-LcEDjnDEhfaok,3469
37
36
  ostk/mathematics/test/geometry/d2/object/test_point.py,sha256=Eoq1FAYB6W4yrjpassgG9PRb3Zdg2DOjpmTZZuNiQ9M,6457
38
- ostk/mathematics/test/geometry/d2/object/test_point_set.py,sha256=hxrck57IHXDkZa0FV717eAvj_sbDtUIqC2LX-ae4EZ0,3337
37
+ ostk/mathematics/test/geometry/d2/object/test_point_set.py,sha256=sM8P1SWoNL8lNw1kZdSQbD_5WkGGRwiRtgpmnolHvzk,3319
39
38
  ostk/mathematics/test/geometry/d2/object/test_polygon.py,sha256=fHEJDXmzgl24-eQ3gMGIBwNZsEa-3F6_8T6eLzaVgFI,12621
40
39
  ostk/mathematics/test/geometry/d2/object/test_segment.py,sha256=M1QTkseGo1ADeslcEl5JzlQEc_1-1LpBV4av_FuPX7E,3072
41
40
  ostk/mathematics/test/geometry/d3/__init__.py,sha256=epnVn2PwdQkUDZ1msqBRO5nEZIOUBIq-IfK3IlNPijE,21
@@ -48,7 +47,7 @@ ostk/mathematics/test/geometry/d3/object/test_cuboid.py,sha256=xJp6ImRnkNw_k6Tt8
48
47
  ostk/mathematics/test/geometry/d3/object/test_line.py,sha256=d-CvDjXeH1WQcleCU2yt4FdHLhWgy45NGzn3mEwy6xE,1690
49
48
  ostk/mathematics/test/geometry/d3/object/test_linestring.py,sha256=L2gEJGDOaP17RgbLbX0-kBjskW_MrPLxVyf_l9yyxag,5938
50
49
  ostk/mathematics/test/geometry/d3/object/test_point.py,sha256=-5Cjy3Pru3UWbMO7vBDNiJYfUkqVVxxZtDgsMYYaosc,6611
51
- ostk/mathematics/test/geometry/d3/object/test_point_set.py,sha256=ceMRMNcnVAAsuMWORMW6wwJDNbTtMn3y-4rWR04QnPM,3605
50
+ ostk/mathematics/test/geometry/d3/object/test_point_set.py,sha256=nE20GLaghjPqAB9EuCd66wsYX4KC2Gs_CSWcsmqaCQM,3587
52
51
  ostk/mathematics/test/geometry/d3/object/test_polygon.py,sha256=7ZjucWMsNzppN3pptxHgGgOtOGv1grseT7VnctgOJP4,4262
53
52
  ostk/mathematics/test/geometry/d3/object/test_segment.py,sha256=HWg-BCJoa74EgWlvUPd85v_qR2p9THi0ejhtG0EQNEA,4027
54
53
  ostk/mathematics/test/geometry/d3/objects/test_cuboid.py,sha256=uIDwPbkygXFIopKc2kayKYgadNfOKD_zxf3w2J4DfTY,471
@@ -61,9 +60,9 @@ ostk/mathematics/test/geometry/d3/transformation/rotation/test_rotation_vector.p
61
60
  ostk/mathematics/test/object/__init__.py,sha256=epnVn2PwdQkUDZ1msqBRO5nEZIOUBIq-IfK3IlNPijE,21
62
61
  ostk/mathematics/test/object/test_interval.py,sha256=rf7tL-m76inO18rzxopkWrk-cSjKhoN5xXek6e53wAU,21708
63
62
  ostk/mathematics/test/object/test_vector.py,sha256=5MG3s8vhgoGKAIc5GzswlZObyIrJDIPNtsEd5wNORPU,76
64
- ostk/mathematics/test/solver/test_numerical_solver.py,sha256=5Z7uXlvfQ_pjrSAOd7ff-ky5pjRZk3-R0F565FfCUrU,5672
65
- open_space_toolkit_mathematics-4.4.0.dist-info/METADATA,sha256=acrk0-aXCHZimUjQf2VhFXVHQVVTzQ-aR8uMPmoFXdU,1804
66
- open_space_toolkit_mathematics-4.4.0.dist-info/WHEEL,sha256=YBJ2ZW-2Jsns4y8CrUTcNUwZdcKvmfwW0KSU35zO7J8,109
67
- open_space_toolkit_mathematics-4.4.0.dist-info/top_level.txt,sha256=zOR18699uDYnafgarhL8WU_LmTZY_5NVqutv-flp_x4,5
68
- open_space_toolkit_mathematics-4.4.0.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
69
- open_space_toolkit_mathematics-4.4.0.dist-info/RECORD,,
63
+ ostk/mathematics/test/solver/test_numerical_solver.py,sha256=NS9XS6Z2dBzeKnUBiIflObGzd5DM1KVAoH1SBd3DXDc,5700
64
+ open_space_toolkit_mathematics-4.5.0.dist-info/METADATA,sha256=tbGKtxsuQD2cBis8YBYbu7oiLQifCfprIAe-Yai20tw,1804
65
+ open_space_toolkit_mathematics-4.5.0.dist-info/WHEEL,sha256=Lf7t-kOlAeOyExg08NFEPC9xn1Q2CLFgwDRGfj0NsM4,109
66
+ open_space_toolkit_mathematics-4.5.0.dist-info/top_level.txt,sha256=zOR18699uDYnafgarhL8WU_LmTZY_5NVqutv-flp_x4,5
67
+ open_space_toolkit_mathematics-4.5.0.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
68
+ open_space_toolkit_mathematics-4.5.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.0)
2
+ Generator: setuptools (75.8.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py39-none-manylinux2014_x86_64
5
5
 
@@ -18,9 +18,6 @@ class Interpolator:
18
18
  CubicSpline: typing.ClassVar[Interpolator.Type] # value = <Type.CubicSpline: 1>
19
19
  Linear: typing.ClassVar[Interpolator.Type] # value = <Type.Linear: 2>
20
20
  __members__: typing.ClassVar[dict[str, Interpolator.Type]] # value = {'BarycentricRational': <Type.BarycentricRational: 0>, 'CubicSpline': <Type.CubicSpline: 1>, 'Linear': <Type.Linear: 2>}
21
- @staticmethod
22
- def _pybind11_conduit_v1_(*args, **kwargs):
23
- ...
24
21
  def __eq__(self, other: typing.Any) -> bool:
25
22
  ...
26
23
  def __getstate__(self) -> int:
@@ -48,14 +45,17 @@ class Interpolator:
48
45
  def value(self) -> int:
49
46
  ...
50
47
  @staticmethod
51
- def _pybind11_conduit_v1_(*args, **kwargs):
52
- ...
53
- @staticmethod
54
48
  def generate_interpolator(interpolation_type: Interpolator.Type, x: numpy.ndarray[numpy.float64[m, 1]], y: numpy.ndarray[numpy.float64[m, 1]]) -> Interpolator:
55
49
  ...
56
50
  def __init__(self, interpolation_type: Interpolator.Type) -> None:
57
51
  ...
58
52
  @typing.overload
53
+ def compute_derivative(self, x: float) -> float:
54
+ ...
55
+ @typing.overload
56
+ def compute_derivative(self, x: numpy.ndarray[numpy.float64[m, 1]]) -> numpy.ndarray[numpy.float64[m, 1]]:
57
+ ...
58
+ @typing.overload
59
59
  def evaluate(self, x: numpy.ndarray[numpy.float64[m, 1]]) -> numpy.ndarray[numpy.float64[m, 1]]:
60
60
  ...
61
61
  @typing.overload
@@ -5,21 +5,21 @@ import ostk.mathematics.curve_fitting
5
5
  import typing
6
6
  __all__ = ['BarycentricRational', 'CubicSpline', 'Linear']
7
7
  class BarycentricRational(ostk.mathematics.curve_fitting.Interpolator):
8
- @staticmethod
9
- def _pybind11_conduit_v1_(*args, **kwargs):
10
- ...
11
8
  def __init__(self, x: numpy.ndarray[numpy.float64[m, 1]], y: numpy.ndarray[numpy.float64[m, 1]]) -> None:
12
9
  ...
13
10
  @typing.overload
11
+ def compute_derivative(self, x: float) -> float:
12
+ ...
13
+ @typing.overload
14
+ def compute_derivative(self, x: numpy.ndarray[numpy.float64[m, 1]]) -> numpy.ndarray[numpy.float64[m, 1]]:
15
+ ...
16
+ @typing.overload
14
17
  def evaluate(self, x: numpy.ndarray[numpy.float64[m, 1]]) -> numpy.ndarray[numpy.float64[m, 1]]:
15
18
  ...
16
19
  @typing.overload
17
20
  def evaluate(self, x: float) -> float:
18
21
  ...
19
22
  class CubicSpline(ostk.mathematics.curve_fitting.Interpolator):
20
- @staticmethod
21
- def _pybind11_conduit_v1_(*args, **kwargs):
22
- ...
23
23
  @typing.overload
24
24
  def __init__(self, x: numpy.ndarray[numpy.float64[m, 1]], y: numpy.ndarray[numpy.float64[m, 1]]) -> None:
25
25
  ...
@@ -27,18 +27,27 @@ class CubicSpline(ostk.mathematics.curve_fitting.Interpolator):
27
27
  def __init__(self, y: numpy.ndarray[numpy.float64[m, 1]], x_0: ostk.core.type.Real, h: ostk.core.type.Real) -> None:
28
28
  ...
29
29
  @typing.overload
30
+ def compute_derivative(self, x: float) -> float:
31
+ ...
32
+ @typing.overload
33
+ def compute_derivative(self, x: numpy.ndarray[numpy.float64[m, 1]]) -> numpy.ndarray[numpy.float64[m, 1]]:
34
+ ...
35
+ @typing.overload
30
36
  def evaluate(self, x: numpy.ndarray[numpy.float64[m, 1]]) -> numpy.ndarray[numpy.float64[m, 1]]:
31
37
  ...
32
38
  @typing.overload
33
39
  def evaluate(self, x: float) -> float:
34
40
  ...
35
41
  class Linear(ostk.mathematics.curve_fitting.Interpolator):
36
- @staticmethod
37
- def _pybind11_conduit_v1_(*args, **kwargs):
38
- ...
39
42
  def __init__(self, x: numpy.ndarray[numpy.float64[m, 1]], y: numpy.ndarray[numpy.float64[m, 1]]) -> None:
40
43
  ...
41
44
  @typing.overload
45
+ def compute_derivative(self, x: float) -> float:
46
+ ...
47
+ @typing.overload
48
+ def compute_derivative(self, x: numpy.ndarray[numpy.float64[m, 1]]) -> numpy.ndarray[numpy.float64[m, 1]]:
49
+ ...
50
+ @typing.overload
42
51
  def evaluate(self, x: numpy.ndarray[numpy.float64[m, 1]]) -> numpy.ndarray[numpy.float64[m, 1]]:
43
52
  ...
44
53
  @typing.overload
@@ -29,9 +29,6 @@ class Angle:
29
29
  Revolution: typing.ClassVar[Angle.Unit] # value = <Unit.Revolution: 5>
30
30
  Undefined: typing.ClassVar[Angle.Unit] # value = <Unit.Undefined: 0>
31
31
  __members__: typing.ClassVar[dict[str, Angle.Unit]] # value = {'Undefined': <Unit.Undefined: 0>, 'Radian': <Unit.Radian: 1>, 'Degree': <Unit.Degree: 2>, 'Arcminute': <Unit.Arcminute: 3>, 'Arcsecond': <Unit.Arcsecond: 4>, 'Revolution': <Unit.Revolution: 5>}
32
- @staticmethod
33
- def _pybind11_conduit_v1_(*args, **kwargs):
34
- ...
35
32
  def __eq__(self, other: typing.Any) -> bool:
36
33
  ...
37
34
  def __getstate__(self) -> int:
@@ -60,9 +57,6 @@ class Angle:
60
57
  ...
61
58
  __hash__: typing.ClassVar[None] = None
62
59
  @staticmethod
63
- def _pybind11_conduit_v1_(*args, **kwargs):
64
- ...
65
- @staticmethod
66
60
  def arcminutes(value: ostk.core.type.Real) -> Angle:
67
61
  ...
68
62
  @staticmethod
@@ -92,10 +86,10 @@ class Angle:
92
86
  def revolutions(value: ostk.core.type.Real) -> Angle:
93
87
  ...
94
88
  @staticmethod
95
- def string_from_unit(unit: ...) -> ostk.core.type.String:
89
+ def string_from_unit(unit: typing.Any) -> ostk.core.type.String:
96
90
  ...
97
91
  @staticmethod
98
- def symbol_from_unit(unit: ...) -> ostk.core.type.String:
92
+ def symbol_from_unit(unit: typing.Any) -> ostk.core.type.String:
99
93
  ...
100
94
  @staticmethod
101
95
  def two_pi() -> Angle:
@@ -114,7 +108,7 @@ class Angle:
114
108
  ...
115
109
  def __imul__(self, arg0: ostk.core.type.Real) -> Angle:
116
110
  ...
117
- def __init__(self, value: ostk.core.type.Real, unit: ...) -> None:
111
+ def __init__(self, value: ostk.core.type.Real, unit: typing.Any) -> None:
118
112
  ...
119
113
  def __isub__(self, arg0: Angle) -> Angle:
120
114
  ...
@@ -164,7 +158,7 @@ class Angle:
164
158
  ...
165
159
  def in_revolutions(self) -> ostk.core.type.Real:
166
160
  ...
167
- def in_unit(self, unit: ...) -> ostk.core.type.Real:
161
+ def in_unit(self, unit: typing.Any) -> ostk.core.type.Real:
168
162
  ...
169
163
  def is_defined(self) -> bool:
170
164
  ...
@@ -37,9 +37,6 @@ class Intersection:
37
37
  Segment: typing.ClassVar[Intersection.Type] # value = <Type.Segment: 5>
38
38
  Undefined: typing.ClassVar[Intersection.Type] # value = <Type.Undefined: 0>
39
39
  __members__: typing.ClassVar[dict[str, Intersection.Type]] # value = {'Undefined': <Type.Undefined: 0>, 'Empty': <Type.Empty: 1>, 'Point': <Type.Point: 2>, 'PointSet': <Type.PointSet: 3>, 'Line': <Type.Line: 4>, 'LineString': <Type.LineString: 6>, 'Segment': <Type.Segment: 5>, 'Polygon': <Type.Polygon: 7>, 'Complex': <Type.Complex: 8>}
40
- @staticmethod
41
- def _pybind11_conduit_v1_(*args, **kwargs):
42
- ...
43
40
  def __eq__(self, other: typing.Any) -> bool:
44
41
  ...
45
42
  def __getstate__(self) -> int:
@@ -68,9 +65,6 @@ class Intersection:
68
65
  ...
69
66
  __hash__: typing.ClassVar[None] = None
70
67
  @staticmethod
71
- def _pybind11_conduit_v1_(*args, **kwargs):
72
- ...
73
- @staticmethod
74
68
  def empty() -> Intersection:
75
69
  ...
76
70
  @staticmethod
@@ -86,7 +80,7 @@ class Intersection:
86
80
  def segment(segment: object.Segment) -> Intersection:
87
81
  ...
88
82
  @staticmethod
89
- def string_from_type(arg0: ...) -> ostk.core.type.String:
83
+ def string_from_type(arg0: typing.Any) -> ostk.core.type.String:
90
84
  ...
91
85
  @staticmethod
92
86
  def undefined() -> Intersection:
@@ -156,9 +150,6 @@ class Object:
156
150
  Undefined: typing.ClassVar[Object.Format] # value = <Format.Undefined: 0>
157
151
  WKT: typing.ClassVar[Object.Format] # value = <Format.WKT: 2>
158
152
  __members__: typing.ClassVar[dict[str, Object.Format]] # value = {'Undefined': <Format.Undefined: 0>, 'Standard': <Format.Standard: 1>, 'WKT': <Format.WKT: 2>}
159
- @staticmethod
160
- def _pybind11_conduit_v1_(*args, **kwargs):
161
- ...
162
153
  def __eq__(self, other: typing.Any) -> bool:
163
154
  ...
164
155
  def __getstate__(self) -> int:
@@ -186,9 +177,6 @@ class Object:
186
177
  def value(self) -> int:
187
178
  ...
188
179
  __hash__: typing.ClassVar[None] = None
189
- @staticmethod
190
- def _pybind11_conduit_v1_(*args, **kwargs):
191
- ...
192
180
  def __eq__(self, arg0: Object) -> bool:
193
181
  ...
194
182
  def __ne__(self, arg0: Object) -> bool:
@@ -197,7 +185,7 @@ class Object:
197
185
  ...
198
186
  def __str__(self) -> str:
199
187
  ...
200
- def apply_transformation(self, transformation: ...) -> None:
188
+ def apply_transformation(self, transformation: typing.Any) -> None:
201
189
  ...
202
190
  def contains(self, object: Object) -> bool:
203
191
  ...
@@ -235,9 +223,6 @@ class Transformation:
235
223
  Translation: typing.ClassVar[Transformation.Type] # value = <Type.Translation: 2>
236
224
  Undefined: typing.ClassVar[Transformation.Type] # value = <Type.Undefined: 0>
237
225
  __members__: typing.ClassVar[dict[str, Transformation.Type]] # value = {'Undefined': <Type.Undefined: 0>, 'Identity': <Type.Identity: 1>, 'Translation': <Type.Translation: 2>, 'Rotation': <Type.Rotation: 3>, 'Scaling': <Type.Scaling: 4>, 'Reflection': <Type.Reflection: 5>, 'Shear': <Type.Shear: 6>, 'Affine': <Type.Affine: 7>}
238
- @staticmethod
239
- def _pybind11_conduit_v1_(*args, **kwargs):
240
- ...
241
226
  def __eq__(self, other: typing.Any) -> bool:
242
227
  ...
243
228
  def __getstate__(self) -> int:
@@ -266,19 +251,16 @@ class Transformation:
266
251
  ...
267
252
  __hash__: typing.ClassVar[None] = None
268
253
  @staticmethod
269
- def _pybind11_conduit_v1_(*args, **kwargs):
270
- ...
271
- @staticmethod
272
254
  def identity() -> Transformation:
273
255
  ...
274
256
  @staticmethod
275
- def rotation(rotation_angle: ...) -> Transformation:
257
+ def rotation(rotation_angle: typing.Any) -> Transformation:
276
258
  ...
277
259
  @staticmethod
278
- def rotation_around(point: object.Point, rotation_angle: ...) -> Transformation:
260
+ def rotation_around(point: object.Point, rotation_angle: typing.Any) -> Transformation:
279
261
  ...
280
262
  @staticmethod
281
- def string_from_type(type: ...) -> ostk.core.type.String:
263
+ def string_from_type(type: typing.Any) -> ostk.core.type.String:
282
264
  ...
283
265
  @staticmethod
284
266
  def translation(transaction_vector: numpy.ndarray[numpy.float64[2, 1]]) -> Transformation:
@@ -7,9 +7,6 @@ __all__ = ['Composite', 'Line', 'LineString', 'MultiPolygon', 'Point', 'PointSet
7
7
  class Composite(ostk.mathematics.geometry.d2.Object):
8
8
  __hash__: typing.ClassVar[None] = None
9
9
  @staticmethod
10
- def _pybind11_conduit_v1_(*args, **kwargs):
11
- ...
12
- @staticmethod
13
10
  def empty() -> Composite:
14
11
  ...
15
12
  @staticmethod
@@ -37,7 +34,7 @@ class Composite(ostk.mathematics.geometry.d2.Object):
37
34
  @typing.overload
38
35
  def any_contains(self, composite: Composite) -> bool:
39
36
  ...
40
- def apply_transformation(self, transformation: ...) -> None:
37
+ def apply_transformation(self, transformation: typing.Any) -> None:
41
38
  ...
42
39
  def as_composite(self) -> Composite:
43
40
  ...
@@ -88,9 +85,6 @@ class Composite(ostk.mathematics.geometry.d2.Object):
88
85
  class Line(ostk.mathematics.geometry.d2.Object):
89
86
  __hash__: typing.ClassVar[None] = None
90
87
  @staticmethod
91
- def _pybind11_conduit_v1_(*args, **kwargs):
92
- ...
93
- @staticmethod
94
88
  def points(first_point: Point, second_point: Point) -> Line:
95
89
  ...
96
90
  @staticmethod
@@ -106,7 +100,7 @@ class Line(ostk.mathematics.geometry.d2.Object):
106
100
  ...
107
101
  def __str__(self) -> str:
108
102
  ...
109
- def apply_transformation(self, transformation: ...) -> None:
103
+ def apply_transformation(self, transformation: typing.Any) -> None:
110
104
  ...
111
105
  @typing.overload
112
106
  def contains(self, point: Point) -> bool:
@@ -127,9 +121,6 @@ class Line(ostk.mathematics.geometry.d2.Object):
127
121
  class LineString(ostk.mathematics.geometry.d2.Object):
128
122
  __hash__: typing.ClassVar[None] = None
129
123
  @staticmethod
130
- def _pybind11_conduit_v1_(*args, **kwargs):
131
- ...
132
- @staticmethod
133
124
  def empty() -> LineString:
134
125
  ...
135
126
  def __eq__(self, arg0: LineString) -> bool:
@@ -148,7 +139,7 @@ class LineString(ostk.mathematics.geometry.d2.Object):
148
139
  ...
149
140
  def __str__(self) -> str:
150
141
  ...
151
- def apply_transformation(self, transformation: ...) -> None:
142
+ def apply_transformation(self, transformation: typing.Any) -> None:
152
143
  ...
153
144
  def get_point_closest_to(self, point: Point) -> Point:
154
145
  ...
@@ -165,9 +156,6 @@ class LineString(ostk.mathematics.geometry.d2.Object):
165
156
  class MultiPolygon(ostk.mathematics.geometry.d2.Object):
166
157
  __hash__: typing.ClassVar[None] = None
167
158
  @staticmethod
168
- def _pybind11_conduit_v1_(*args, **kwargs):
169
- ...
170
- @staticmethod
171
159
  def polygon(polygon: Polygon) -> MultiPolygon:
172
160
  ...
173
161
  @staticmethod
@@ -183,7 +171,7 @@ class MultiPolygon(ostk.mathematics.geometry.d2.Object):
183
171
  ...
184
172
  def __str__(self) -> str:
185
173
  ...
186
- def apply_transformation(self, transformation: ...) -> None:
174
+ def apply_transformation(self, transformation: typing.Any) -> None:
187
175
  ...
188
176
  @typing.overload
189
177
  def contains(self, point: Point) -> bool:
@@ -206,9 +194,6 @@ class MultiPolygon(ostk.mathematics.geometry.d2.Object):
206
194
  class Point(ostk.mathematics.geometry.d2.Object):
207
195
  __hash__: typing.ClassVar[None] = None
208
196
  @staticmethod
209
- def _pybind11_conduit_v1_(*args, **kwargs):
210
- ...
211
- @staticmethod
212
197
  def origin() -> Point:
213
198
  ...
214
199
  @staticmethod
@@ -235,7 +220,7 @@ class Point(ostk.mathematics.geometry.d2.Object):
235
220
  @typing.overload
236
221
  def __sub__(self, arg0: numpy.ndarray[numpy.float64[2, 1]]) -> Point:
237
222
  ...
238
- def apply_transformation(self, transformation: ...) -> None:
223
+ def apply_transformation(self, transformation: typing.Any) -> None:
239
224
  ...
240
225
  def as_vector(self) -> numpy.ndarray[numpy.float64[2, 1]]:
241
226
  ...
@@ -254,9 +239,6 @@ class Point(ostk.mathematics.geometry.d2.Object):
254
239
  class PointSet(ostk.mathematics.geometry.d2.Object):
255
240
  __hash__: typing.ClassVar[None] = None
256
241
  @staticmethod
257
- def _pybind11_conduit_v1_(*args, **kwargs):
258
- ...
259
- @staticmethod
260
242
  def empty() -> PointSet:
261
243
  ...
262
244
  def __eq__(self, arg0: PointSet) -> bool:
@@ -275,7 +257,7 @@ class PointSet(ostk.mathematics.geometry.d2.Object):
275
257
  ...
276
258
  def __str__(self) -> str:
277
259
  ...
278
- def apply_transformation(self, transformation: ...) -> None:
260
+ def apply_transformation(self, transformation: typing.Any) -> None:
279
261
  ...
280
262
  def distance_to(self, point: Point) -> ostk.core.type.Real:
281
263
  ...
@@ -294,9 +276,6 @@ class PointSet(ostk.mathematics.geometry.d2.Object):
294
276
  class Polygon(ostk.mathematics.geometry.d2.Object):
295
277
  __hash__: typing.ClassVar[None] = None
296
278
  @staticmethod
297
- def _pybind11_conduit_v1_(*args, **kwargs):
298
- ...
299
- @staticmethod
300
279
  def undefined() -> Polygon:
301
280
  ...
302
281
  def __eq__(self, arg0: Polygon) -> bool:
@@ -313,7 +292,7 @@ class Polygon(ostk.mathematics.geometry.d2.Object):
313
292
  ...
314
293
  def __str__(self) -> str:
315
294
  ...
316
- def apply_transformation(self, transformation: ...) -> None:
295
+ def apply_transformation(self, transformation: typing.Any) -> None:
317
296
  ...
318
297
  @typing.overload
319
298
  def contains(self, point: Point) -> bool:
@@ -358,9 +337,6 @@ class Polygon(ostk.mathematics.geometry.d2.Object):
358
337
  class Segment(ostk.mathematics.geometry.d2.Object):
359
338
  __hash__: typing.ClassVar[None] = None
360
339
  @staticmethod
361
- def _pybind11_conduit_v1_(*args, **kwargs):
362
- ...
363
- @staticmethod
364
340
  def undefined() -> Segment:
365
341
  ...
366
342
  def __eq__(self, arg0: Segment) -> bool:
@@ -373,7 +349,7 @@ class Segment(ostk.mathematics.geometry.d2.Object):
373
349
  ...
374
350
  def __str__(self) -> str:
375
351
  ...
376
- def apply_transformation(self, transformation: ...) -> None:
352
+ def apply_transformation(self, transformation: typing.Any) -> None:
377
353
  ...
378
354
  @typing.overload
379
355
  def distance_to(self, point: Point) -> ostk.core.type.Real:
@@ -44,9 +44,6 @@ class Intersection:
44
44
  Sphere: typing.ClassVar[Intersection.Type] # value = <Type.Sphere: 11>
45
45
  Undefined: typing.ClassVar[Intersection.Type] # value = <Type.Undefined: 0>
46
46
  __members__: typing.ClassVar[dict[str, Intersection.Type]] # value = {'Undefined': <Type.Undefined: 0>, 'Empty': <Type.Empty: 1>, 'Point': <Type.Point: 2>, 'PointSet': <Type.PointSet: 3>, 'Line': <Type.Line: 4>, 'Ray': <Type.Ray: 5>, 'Segment': <Type.Segment: 6>, 'Plane': <Type.Plane: 9>, 'Sphere': <Type.Sphere: 11>, 'Ellipsoid': <Type.Ellipsoid: 12>, 'Complex': <Type.Complex: 14>}
47
- @staticmethod
48
- def _pybind11_conduit_v1_(*args, **kwargs):
49
- ...
50
47
  def __eq__(self, other: typing.Any) -> bool:
51
48
  ...
52
49
  def __getstate__(self) -> int:
@@ -75,9 +72,6 @@ class Intersection:
75
72
  ...
76
73
  __hash__: typing.ClassVar[None] = None
77
74
  @staticmethod
78
- def _pybind11_conduit_v1_(*args, **kwargs):
79
- ...
80
- @staticmethod
81
75
  def empty() -> Intersection:
82
76
  ...
83
77
  @staticmethod
@@ -96,7 +90,7 @@ class Intersection:
96
90
  def segment(segment: object.Segment) -> Intersection:
97
91
  ...
98
92
  @staticmethod
99
- def string_from_type(type: ...) -> ostk.core.type.String:
93
+ def string_from_type(type: typing.Any) -> ostk.core.type.String:
100
94
  ...
101
95
  @staticmethod
102
96
  def undefined() -> Intersection:
@@ -173,9 +167,6 @@ class Intersection:
173
167
  ...
174
168
  class Object:
175
169
  __hash__: typing.ClassVar[None] = None
176
- @staticmethod
177
- def _pybind11_conduit_v1_(*args, **kwargs):
178
- ...
179
170
  def __eq__(self, arg0: Object) -> bool:
180
171
  ...
181
172
  def __ne__(self, arg0: Object) -> bool:
@@ -184,7 +175,7 @@ class Object:
184
175
  ...
185
176
  def __str__(self) -> str:
186
177
  ...
187
- def apply_transformation(self, transformation: ...) -> None:
178
+ def apply_transformation(self, transformation: typing.Any) -> None:
188
179
  ...
189
180
  def as_ellipsoid(self) -> ...:
190
181
  ...
@@ -266,9 +257,6 @@ class Transformation:
266
257
  Translation: typing.ClassVar[Transformation.Type] # value = <Type.Translation: 2>
267
258
  Undefined: typing.ClassVar[Transformation.Type] # value = <Type.Undefined: 0>
268
259
  __members__: typing.ClassVar[dict[str, Transformation.Type]] # value = {'Undefined': <Type.Undefined: 0>, 'Identity': <Type.Identity: 1>, 'Translation': <Type.Translation: 2>, 'Rotation': <Type.Rotation: 3>, 'Scaling': <Type.Scaling: 4>, 'Reflection': <Type.Reflection: 5>, 'Shear': <Type.Shear: 6>, 'Affine': <Type.Affine: 7>}
269
- @staticmethod
270
- def _pybind11_conduit_v1_(*args, **kwargs):
271
- ...
272
260
  def __eq__(self, other: typing.Any) -> bool:
273
261
  ...
274
262
  def __getstate__(self) -> int:
@@ -297,24 +285,21 @@ class Transformation:
297
285
  ...
298
286
  __hash__: typing.ClassVar[None] = None
299
287
  @staticmethod
300
- def _pybind11_conduit_v1_(*args, **kwargs):
301
- ...
302
- @staticmethod
303
288
  def identity() -> Transformation:
304
289
  ...
305
290
  @staticmethod
306
291
  @typing.overload
307
- def rotation(rotation_vector: ...) -> Transformation:
292
+ def rotation(rotation_vector: typing.Any) -> Transformation:
308
293
  ...
309
294
  @staticmethod
310
295
  @typing.overload
311
- def rotation(rotation_matrix: ...) -> Transformation:
296
+ def rotation(rotation_matrix: typing.Any) -> Transformation:
312
297
  ...
313
298
  @staticmethod
314
- def rotation_around(point: object.Point, rotation_vector: ...) -> Transformation:
299
+ def rotation_around(point: object.Point, rotation_vector: typing.Any) -> Transformation:
315
300
  ...
316
301
  @staticmethod
317
- def string_from_type(type: ...) -> ostk.core.type.String:
302
+ def string_from_type(type: typing.Any) -> ostk.core.type.String:
318
303
  ...
319
304
  @staticmethod
320
305
  def translation(translation_vector: numpy.ndarray[numpy.float64[3, 1]]) -> Transformation: