open-space-toolkit-physics 12.0.0__py313-none-manylinux2014_aarch64.whl → 12.0.1__py313-none-manylinux2014_aarch64.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: open-space-toolkit-physics
3
- Version: 12.0.0
3
+ Version: 12.0.1
4
4
  Summary: Physical units, time, reference frames, environment modeling.
5
5
  Author: Open Space Collective
6
6
  Author-email: contact@open-space-collective.org
@@ -1,9 +1,9 @@
1
1
  ostk/__init__.py,sha256=epnVn2PwdQkUDZ1msqBRO5nEZIOUBIq-IfK3IlNPijE,21
2
- ostk/physics/OpenSpaceToolkitPhysicsPy.cpython-313-aarch64-linux-gnu.so,sha256=RJnWpghTwMJK-lCli71JPqDKabgg0XG96FwsXwwNLrw,1963864
2
+ ostk/physics/OpenSpaceToolkitPhysicsPy.cpython-313-aarch64-linux-gnu.so,sha256=YrLKCkt4RlS1v9tZzwQ7BuXxc2id3S4cTT36Z9m71Hw,1963864
3
3
  ostk/physics/__init__.py,sha256=O3L1kW3UL7dnO9T3XwRgXykNPUKtQ-SgewrHBiVR-ZM,117
4
- ostk/physics/__init__.pyi,sha256=jvE-CrZaTqNplikPBgTrXK_TnPoQcsiV3TB8gn01DYA,17112
5
- ostk/physics/libopen-space-toolkit-physics.so.12,sha256=WV8lT6fFgmueJyHjHSY4h1FSt84ft9JGcxhP_KwpMDo,4156528
6
- ostk/physics/time.pyi,sha256=nzqTGrTFgGMYwPCOscDHIyK8E6qpFx4jwU_i_3zBztM,57006
4
+ ostk/physics/__init__.pyi,sha256=pETt6r1QsUi6bFAOjI3Xw-WdGXWhSPpcP6bJWNpceWM,17112
5
+ ostk/physics/libopen-space-toolkit-physics.so.12,sha256=tFIczrzbuJNGjF0VvmDnamty9nPCYnSIqvjxSXFoR3Y,4156528
6
+ ostk/physics/time.pyi,sha256=glT4bhrui8zrtTszKEcMfLjCaBDbCliR0hJyNtnzuHc,57006
7
7
  ostk/physics/unit.pyi,sha256=xfqVBCLyjX8lMM3yYHordNLVPSxFcnmnmzsvS_r9Mls,51265
8
8
  ostk/physics/coordinate/__init__.pyi,sha256=fsBhcHumQGjqbAGH3MIRzTHYjZhziNd0zkH6A7tc-Gg,33486
9
9
  ostk/physics/coordinate/spherical.pyi,sha256=0cAlGm0ZWKg7EKHkQG4QoAJWNgh07ZNZPf78kmBzGcw,18369
@@ -96,8 +96,8 @@ ostk/physics/test/unit/test_mass.py,sha256=AAgQK9i8fCadGoEMwKnwK7qz6_VroDVqqVYyV
96
96
  ostk/physics/test/unit/test_time.py,sha256=XsyEm3f-zTMnYkZOOu5tABpIZaV0fd91S64WeYDSoqc,2124
97
97
  ostk/physics/test/unit/derived/__init__.py,sha256=epnVn2PwdQkUDZ1msqBRO5nEZIOUBIq-IfK3IlNPijE,21
98
98
  ostk/physics/test/unit/derived/test_angle.py,sha256=8NqMsESDO3LHe_OAzylNtiVuOJKDAE7lXBZinNk4It0,12016
99
- open_space_toolkit_physics-12.0.0.dist-info/METADATA,sha256=beSGMqfzRmX6DlWtrlEvGNtAACYnLts92X41pLeOvQw,1861
100
- open_space_toolkit_physics-12.0.0.dist-info/WHEEL,sha256=wr_0cLaLsV93tJompOgaoqtbnb-AzROfY3cX1mNJHbg,111
101
- open_space_toolkit_physics-12.0.0.dist-info/top_level.txt,sha256=zOR18699uDYnafgarhL8WU_LmTZY_5NVqutv-flp_x4,5
102
- open_space_toolkit_physics-12.0.0.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
103
- open_space_toolkit_physics-12.0.0.dist-info/RECORD,,
99
+ open_space_toolkit_physics-12.0.1.dist-info/METADATA,sha256=4NBBz9KGd_HRzkiasuq2Qp_WAOTpSj0mX7gqnBCESBg,1861
100
+ open_space_toolkit_physics-12.0.1.dist-info/WHEEL,sha256=wr_0cLaLsV93tJompOgaoqtbnb-AzROfY3cX1mNJHbg,111
101
+ open_space_toolkit_physics-12.0.1.dist-info/top_level.txt,sha256=zOR18699uDYnafgarhL8WU_LmTZY_5NVqutv-flp_x4,5
102
+ open_space_toolkit_physics-12.0.1.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
103
+ open_space_toolkit_physics-12.0.1.dist-info/RECORD,,
ostk/physics/__init__.pyi CHANGED
@@ -3,8 +3,8 @@ from ostk import core as OpenSpaceToolkitCorePy
3
3
  from ostk.core import container
4
4
  from ostk.core import filesystem
5
5
  import ostk.core.filesystem
6
- from ostk.core import type
7
6
  import ostk.core.type
7
+ from ostk.core import type
8
8
  from ostk import io as OpenSpaceToolkitIOPy
9
9
  from ostk.io import URL
10
10
  from ostk.io import ip
ostk/physics/time.pyi CHANGED
@@ -206,7 +206,7 @@ class DateTime:
206
206
 
207
207
 
208
208
  Standard :
209
- Standard format (YYYY:MM:DD hh:mm:ss.sss.sss.sss).
209
+ Standard format (YYYY-MM-DD hh:mm:ss.sss.sss.sss).
210
210
 
211
211
 
212
212
  ISO8601 :
@@ -1030,7 +1030,7 @@ class Interval:
1030
1030
  interval (Interval): The clipping interval.
1031
1031
 
1032
1032
  Returns:
1033
- Interval: Clipped intervals.
1033
+ list[Interval]: Clipped intervals.
1034
1034
  """
1035
1035
  @staticmethod
1036
1036
  def closed(start_instant: typing.Any, end_instant: typing.Any) -> Interval:
@@ -1060,7 +1060,7 @@ class Interval:
1060
1060
  interval (Interval): The analysis interval. Used to compute gaps for the first and last interval. Defaults to Undefined.
1061
1061
 
1062
1062
  Returns:
1063
- Interval: Intervals gaps.
1063
+ list[Interval]: Intervals gaps.
1064
1064
  """
1065
1065
  @staticmethod
1066
1066
  def half_open_left(start_instant: typing.Any, end_instant: typing.Any) -> Interval:
@@ -1102,7 +1102,7 @@ class Interval:
1102
1102
  intervals_2 (list[Interval]): Another list of intervals.
1103
1103
 
1104
1104
  Returns:
1105
- Interval: Logical-and intervals.
1105
+ list[Interval]: Logical-and intervals.
1106
1106
  """
1107
1107
  @staticmethod
1108
1108
  def logical_or(intervals_1: list[Interval], intervals_2: list[Interval]) -> list[Interval]:
@@ -1120,7 +1120,7 @@ class Interval:
1120
1120
  intervals_2 (list[Interval]): Another list of intervals.
1121
1121
 
1122
1122
  Returns:
1123
- Interval: Logical-or intervals.
1123
+ list[Interval]: Logical-or intervals.
1124
1124
  """
1125
1125
  @staticmethod
1126
1126
  def merge(intervals: list[Interval]) -> list[Interval]:
@@ -1136,7 +1136,7 @@ class Interval:
1136
1136
  intervals (list[Interval]): A list of intervals.
1137
1137
 
1138
1138
  Returns:
1139
- Interval: Merged intervals.
1139
+ list[Interval]: Merged intervals.
1140
1140
  """
1141
1141
  @staticmethod
1142
1142
  def open(start_instant: typing.Any, end_instant: typing.Any) -> Interval:
@@ -1156,7 +1156,7 @@ class Interval:
1156
1156
  Parse an interval from a string representation.
1157
1157
 
1158
1158
  Args:
1159
- aString (str): String representation.
1159
+ (str): String representation.
1160
1160
 
1161
1161
  Returns:
1162
1162
  Interval: Interval.
@@ -1172,7 +1172,7 @@ class Interval:
1172
1172
  ascending (bool): Sort in ascending order. Defaults to True.
1173
1173
 
1174
1174
  Returns:
1175
- Interval: Sorted intervals.
1175
+ list[Interval]: Sorted intervals.
1176
1176
  """
1177
1177
  @staticmethod
1178
1178
  def undefined() -> Interval:
@@ -1224,10 +1224,10 @@ class Interval:
1224
1224
  Generate a grid of instants with a given time step.
1225
1225
 
1226
1226
  Args:
1227
- aTimeStep (Duration): Time step.
1227
+ (Duration): Time step.
1228
1228
 
1229
1229
  Returns:
1230
- List[Instant]: Grid of instants.
1230
+ list[Instant]: Grid of instants.
1231
1231
  """
1232
1232
  def get_center(self) -> ...:
1233
1233
  """
@@ -1255,7 +1255,7 @@ class Interval:
1255
1255
  Get the intersection with another interval.
1256
1256
 
1257
1257
  Args:
1258
- interval (Interval): Another interval.
1258
+ (Interval): Another interval.
1259
1259
 
1260
1260
  Returns:
1261
1261
  Interval: Intersection interval (Undefined if there is no intersection).
@@ -1279,7 +1279,7 @@ class Interval:
1279
1279
  Get the union with another interval.
1280
1280
 
1281
1281
  Args:
1282
- interval (Interval): Another interval.
1282
+ (Interval): Another interval.
1283
1283
 
1284
1284
  Returns:
1285
1285
  Interval: Union interval (Undefined if there is no single-interval union).
@@ -1323,7 +1323,7 @@ class Interval:
1323
1323
  scale (Scale): Time scale. Defaults to UTC.
1324
1324
 
1325
1325
  Returns:
1326
- Tuple[datetime, datetime]: Datetime span.
1326
+ tuple[datetime, datetime]: Datetime span.
1327
1327
  """
1328
1328
  def to_string(self, time_scale: Scale = ...) -> ostk.core.type.String:
1329
1329
  """