pydisseqt 0.1.12__cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl → 0.1.14__cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Sign up to get free protection for your applications and to get access to all the features.
- pydisseqt/pydisseqt.cpython-310-arm-linux-gnueabihf.so +0 -0
- pydisseqt-0.1.14.dist-info/METADATA +41 -0
- pydisseqt-0.1.14.dist-info/RECORD +8 -0
- {pydisseqt-0.1.12.dist-info → pydisseqt-0.1.14.dist-info}/WHEEL +1 -1
- pydisseqt-0.1.12.dist-info/METADATA +0 -47
- pydisseqt-0.1.12.dist-info/RECORD +0 -8
- {pydisseqt-0.1.12.dist-info → pydisseqt-0.1.14.dist-info}/licenses/LICENSE +0 -0
Binary file
|
@@ -0,0 +1,41 @@
|
|
1
|
+
Metadata-Version: 2.4
|
2
|
+
Name: pydisseqt
|
3
|
+
Version: 0.1.14
|
4
|
+
Classifier: Programming Language :: Rust
|
5
|
+
Classifier: Programming Language :: Python :: Implementation :: CPython
|
6
|
+
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
7
|
+
License-File: LICENSE
|
8
|
+
Requires-Python: >=3.8
|
9
|
+
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
|
10
|
+
|
11
|
+
Python wrapper around [disseqt](https://github.com/pulseq-frame/disseqt) built using https://github.com/PyO3/maturin
|
12
|
+
|
13
|
+
# Changelog:
|
14
|
+
|
15
|
+
- 0.1.14
|
16
|
+
- Updated disseqt to support fixed ADC resolution that does not align to grid
|
17
|
+
- 0.1.13
|
18
|
+
- Updated pulseq-rs for support of shim shape 0
|
19
|
+
- 0.1.12
|
20
|
+
- Updated typing info
|
21
|
+
- 0.1.11
|
22
|
+
- Implemented pTx extension to correctly forward through pydisseqt
|
23
|
+
- 0.1.10
|
24
|
+
- Updated pulseq-rs: can now load .seq files using the rfshim pTx extension
|
25
|
+
- 0.1.9
|
26
|
+
- Updated disseqt: Now respects ref_voltage for correct units on .dsv import
|
27
|
+
- 0.1.8
|
28
|
+
- Updated disseqt: Make pulse phase (RFP) file optional as it is not always provided
|
29
|
+
- 0.1.5
|
30
|
+
- Switched to WIP disseqt that includes a .dsv backend
|
31
|
+
- 0.1.4
|
32
|
+
- Updated disseqt: allow backwards integration in integrate and integrate_one (t_start >= t_end)
|
33
|
+
- 0.1.3
|
34
|
+
- Updated disseqt, fixed trap integration bug
|
35
|
+
- 0.1.2
|
36
|
+
- Updated pulseq-rs: allow empty .seq file sections
|
37
|
+
- 0.1.1
|
38
|
+
- Updated disseqt, use double precision floats
|
39
|
+
- 0.1.0
|
40
|
+
- Baseline
|
41
|
+
|
@@ -0,0 +1,8 @@
|
|
1
|
+
pydisseqt-0.1.14.dist-info/METADATA,sha256=22dYWnAL5_3nADKeaQCp5vnAuFuCGZt6oQ6-wg6-e48,1379
|
2
|
+
pydisseqt-0.1.14.dist-info/WHEEL,sha256=_ulwwgDC3t41lO89IJ8rumleCiT04MObX7ttlqcRf_0,129
|
3
|
+
pydisseqt-0.1.14.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-arm-linux-gnueabihf.so,sha256=_FBRj7qxvH8-fNRTqmkV3W74R84pLVZJMKz_r2hqvVQ,1158316
|
8
|
+
pydisseqt-0.1.14.dist-info/RECORD,,
|
@@ -1,47 +0,0 @@
|
|
1
|
-
Metadata-Version: 2.3
|
2
|
-
Name: pydisseqt
|
3
|
-
Version: 0.1.12
|
4
|
-
Classifier: Programming Language :: Rust
|
5
|
-
Classifier: Programming Language :: Python :: Implementation :: CPython
|
6
|
-
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
7
|
-
License-File: LICENSE
|
8
|
-
Requires-Python: >=3.8
|
9
|
-
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
|
10
|
-
|
11
|
-
Python wrapper around [disseqt](https://github.com/pulseq-frame/disseqt) built using https://github.com/PyO3/maturin
|
12
|
-
|
13
|
-
# Changelog:
|
14
|
-
|
15
|
-
### 0.1.12
|
16
|
-
- Updated typing info
|
17
|
-
|
18
|
-
### 0.1.11
|
19
|
-
- Implemented pTx extension to correctly forward through pydisseqt
|
20
|
-
|
21
|
-
### 0.1.10
|
22
|
-
- Updated pulseq-rs: can now load .seq files using the rfshim pTx extension
|
23
|
-
|
24
|
-
### 0.1.9
|
25
|
-
- Updated disseqt: Now respects ref_voltage for correct units on .dsv import
|
26
|
-
|
27
|
-
### 0.1.8
|
28
|
-
- Updated disseqt: Make pulse phase (RFP) file optional as it is not always provided
|
29
|
-
|
30
|
-
### 0.1.5
|
31
|
-
- Switched to WIP disseqt that includes a .dsv backend
|
32
|
-
|
33
|
-
### 0.1.4
|
34
|
-
- Updated disseqt: allow backwards integration in integrate and integrate_one (t_start >= t_end)
|
35
|
-
|
36
|
-
### 0.1.3
|
37
|
-
- Updated disseqt, fixed trap integration bug
|
38
|
-
|
39
|
-
### 0.1.2
|
40
|
-
- Updated pulseq-rs: allow empty .seq file sections
|
41
|
-
|
42
|
-
### 0.1.1
|
43
|
-
- Updated disseqt, use double precision floats
|
44
|
-
|
45
|
-
### 0.1.0
|
46
|
-
Baseline
|
47
|
-
|
@@ -1,8 +0,0 @@
|
|
1
|
-
pydisseqt-0.1.12.dist-info/METADATA,sha256=WD1MzK2bd7Bd7RbN-k0Zilv-tzW12VLMgMzUESm0uIE,1239
|
2
|
-
pydisseqt-0.1.12.dist-info/WHEEL,sha256=YAJh5Amp42j7AizUs6dQQ2Q88INX_pb0XMnRW_vqJOI,129
|
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-arm-linux-gnueabihf.so,sha256=jDt40S-63PrKvABe5Oc0hWXBzuCyNUePMDoMlV7I10s,1127248
|
8
|
-
pydisseqt-0.1.12.dist-info/RECORD,,
|
File without changes
|