pydisseqt 0.1.11__cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl → 0.1.12__cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Sign up to get free protection for your applications and to get access to all the features.
pydisseqt/__init__.pyi CHANGED
@@ -13,6 +13,7 @@ class RfPulseSample:
13
13
  self.amplitude: float = ...
14
14
  self.phase: float = ...
15
15
  self.frequency: float = ...
16
+ self.shim: list[tuple[float, float]] | None = ...
16
17
 
17
18
 
18
19
  class RfPulseSampleVec:
@@ -20,6 +21,7 @@ class RfPulseSampleVec:
20
21
  self.amplitude: list[float] = ...
21
22
  self.phase: list[float] = ...
22
23
  self.frequency: list[float] = ...
24
+ self.shim: list[list[tuple[float, float]] | None] = ...
23
25
 
24
26
 
25
27
  class GradientSample:
@@ -116,4 +118,4 @@ class Sequence:
116
118
 
117
119
  def load_pulseq(path: str) -> Sequence: ...
118
120
 
119
- def load_dsv(path: str, resolution: int | None) -> Sequence: ...
121
+ def load_dsv(path: str, ref_voltage: float, resolution: int | None) -> Sequence: ...
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pydisseqt
3
- Version: 0.1.11
3
+ Version: 0.1.12
4
4
  Classifier: Programming Language :: Rust
5
5
  Classifier: Programming Language :: Python :: Implementation :: CPython
6
6
  Classifier: Programming Language :: Python :: Implementation :: PyPy
@@ -12,6 +12,9 @@ Python wrapper around [disseqt](https://github.com/pulseq-frame/disseqt) built u
12
12
 
13
13
  # Changelog:
14
14
 
15
+ ### 0.1.12
16
+ - Updated typing info
17
+
15
18
  ### 0.1.11
16
19
  - Implemented pTx extension to correctly forward through pydisseqt
17
20
 
@@ -0,0 +1,8 @@
1
+ pydisseqt-0.1.12.dist-info/METADATA,sha256=WD1MzK2bd7Bd7RbN-k0Zilv-tzW12VLMgMzUESm0uIE,1239
2
+ pydisseqt-0.1.12.dist-info/WHEEL,sha256=M7IDp1n-C6VJ1GEbRFu7PdhnsNEhLuFL4YiW9fgl5RI,131
3
+ pydisseqt-0.1.12.dist-info/licenses/LICENSE,sha256=1shpP5b6mRn1STjctDxMZ3HMCLfJCrkdH0lzSMBkZj4,1072
4
+ pydisseqt/__init__.py,sha256=vPtTfcEL0sG0uHstfYvhLRm1_eYmLNM57olRJPziqc4,119
5
+ pydisseqt/__init__.pyi,sha256=KdxtrmmCSeW_P6GMCtQGjJwR7zX8hML9ECY-sLIHcCA,3536
6
+ pydisseqt/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
+ pydisseqt/pydisseqt.cpython-310-aarch64-linux-gnu.so,sha256=oCLRNiaarimJc0wgUC1aJXd7RuWkj6uM1K0Ly2VM8IU,1185320
8
+ pydisseqt-0.1.12.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- pydisseqt-0.1.11.dist-info/METADATA,sha256=-yvNmgljeUH4pbvDmzRrXJsr5Xbh7oG6P69JBF_8OcM,1205
2
- pydisseqt-0.1.11.dist-info/WHEEL,sha256=M7IDp1n-C6VJ1GEbRFu7PdhnsNEhLuFL4YiW9fgl5RI,131
3
- pydisseqt-0.1.11.dist-info/licenses/LICENSE,sha256=1shpP5b6mRn1STjctDxMZ3HMCLfJCrkdH0lzSMBkZj4,1072
4
- pydisseqt/__init__.py,sha256=vPtTfcEL0sG0uHstfYvhLRm1_eYmLNM57olRJPziqc4,119
5
- pydisseqt/__init__.pyi,sha256=LSpZrpNmMFhTp24ayjuydg6yJn5-fK9Y1USjggu29Ts,3392
6
- pydisseqt/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- pydisseqt/pydisseqt.cpython-310-aarch64-linux-gnu.so,sha256=Yd9CZ6x8kiSIcZWBKKi4Ct_5O7J43SVH5ta1AY1y_0M,1185216
8
- pydisseqt-0.1.11.dist-info/RECORD,,