dttlib 0.7.7__cp313-cp313-manylinux_2_31_x86_64.whl → 0.8.0__cp313-cp313-manylinux_2_31_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 dttlib might be problematic. Click here for more details.

dttlib/__init__.pyi CHANGED
@@ -49,7 +49,7 @@ class Channel:
49
49
  @property
50
50
  def channel_type(self) -> ChannelType: ...
51
51
  @property
52
- def rate_hz(self) -> builtins.float: ...
52
+ def period(self) -> PipDuration: ...
53
53
  @property
54
54
  def dcu_id(self) -> typing.Optional[builtins.int]: ...
55
55
  @property
@@ -76,8 +76,10 @@ class Channel:
76
76
  def online(self) -> builtins.bool: ...
77
77
  @property
78
78
  def testpoint(self) -> builtins.bool: ...
79
+ @property
80
+ def rate_hz(self) -> builtins.float: ...
79
81
  def __new__(
80
- cls, name: builtins.str, data_type: NDSDataType, rate_hz: builtins.float
82
+ cls, name: builtins.str, data_type: NDSDataType, period: PipDuration
81
83
  ) -> Channel: ...
82
84
 
83
85
  class ChannelId:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dttlib
3
- Version: 0.7.7
3
+ Version: 0.8.0
4
4
  License-File: COPYING
5
5
  License-File: COPYING-GPL-3
6
6
  Summary: Advanced LIGO core library for online and offline frequency-domain diagnostics tool.
@@ -1,7 +1,7 @@
1
- dttlib-0.7.7.dist-info/METADATA,sha256=dRfIUqbpc9own0ciPCOvrHupBHpwn6F2u-sO2LM0AD0,1134
2
- dttlib-0.7.7.dist-info/WHEEL,sha256=bLBgfQsE_NvkfLYWX_p6FISljCrWMbo58E3YxAgLNC8,108
3
- dttlib-0.7.7.dist-info/licenses/COPYING,sha256=jxnpJYe5OWc5-08NV3sStA6JFXKvqHwqTF14C_0Hwg4,1735
4
- dttlib-0.7.7.dist-info/licenses/COPYING-GPL-3,sha256=_ILKi2_bGNTj6Fz9irWNG80_Gymr54KJWr2R1kdj-Oc,35068
1
+ dttlib-0.8.0.dist-info/METADATA,sha256=-BqbuksoiaMFg9ZwPSE1CyqbE6Qw5Eum0raV19sYL0g,1134
2
+ dttlib-0.8.0.dist-info/WHEEL,sha256=bLBgfQsE_NvkfLYWX_p6FISljCrWMbo58E3YxAgLNC8,108
3
+ dttlib-0.8.0.dist-info/licenses/COPYING,sha256=jxnpJYe5OWc5-08NV3sStA6JFXKvqHwqTF14C_0Hwg4,1735
4
+ dttlib-0.8.0.dist-info/licenses/COPYING-GPL-3,sha256=_ILKi2_bGNTj6Fz9irWNG80_Gymr54KJWr2R1kdj-Oc,35068
5
5
  dttlib.libs/libfftw3-7229d6f2.so.3,sha256=Ex3MhKZdYUUcoY8Jpo_V6MPRm_KzWt64b-ocxvEl2oA,2155385
6
6
  dttlib.libs/libfftw3f-3af7c840.so.3,sha256=_HfvElJPM-WSatYaasYuVXHcIBXkwxLj6_rB9MgRix0,2193217
7
7
  dttlib.libs/libgds-sigp-e0383b3d.so,sha256=WvqtrgK57AvmxmSsIYhflCcPWjzucEC55VQ2rFn4goQ,4411553
@@ -10,7 +10,7 @@ dttlib.libs/libndscxx-78126e77.so.1,sha256=AhQ61_vYZj6E4WWF47pWT6RCYMVoeIQF9h63_
10
10
  dttlib.libs/libpython3-c1ff1c4d.13.so.1.0,sha256=1uIkDXeLeyEI8zJF4O2T-USimAg5vs3rrWOKB6cROYc,31284769
11
11
  dttlib.libs/libsasl2-86ae7ca3.so.2,sha256=Wd_1atKWOKbLoJe63KBw9dDOYWz5HFvzOtdCsaSXUNE,117305
12
12
  dttlib/__init__.py,sha256=L7UhbeXBFuGgQPcm9TzTfdaOkGqKm-WPMQ5JEECDghE,107
13
- dttlib/__init__.pyi,sha256=G4dNMC_p5qYziqfuCjwXA0w-1SYIizFkprZQVyWzAf0,38675
14
- dttlib/dttlib.cpython-313-x86_64-linux-gnu.so,sha256=TajwxSC7duVJGzqRndMdmeYbKM821LeJ6fk_hbF4d3U,23142289
13
+ dttlib/__init__.pyi,sha256=zBkdp0Q7X--9mxZ4fSZBFE4QkVEgXkIJxz-pYAbRiU4,38726
14
+ dttlib/dttlib.cpython-313-x86_64-linux-gnu.so,sha256=mVAQtAeyLo0sCA8G3VDW8_3TLNKDl90NXCnWbZmb2qo,23170961
15
15
  dttlib/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
- dttlib-0.7.7.dist-info/RECORD,,
16
+ dttlib-0.8.0.dist-info/RECORD,,
File without changes