pydisseqt 0.1.12__cp310-none-win32.whl → 0.1.13__cp310-none-win32.whl
Sign up to get free protection for your applications and to get access to all the features.
- pydisseqt/pydisseqt.cp310-win32.pyd +0 -0
- pydisseqt-0.1.13.dist-info/METADATA +39 -0
- pydisseqt-0.1.13.dist-info/RECORD +8 -0
- 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.13.dist-info}/WHEEL +0 -0
- {pydisseqt-0.1.12.dist-info → pydisseqt-0.1.13.dist-info}/licenses/LICENSE +0 -0
Binary file
|
@@ -0,0 +1,39 @@
|
|
1
|
+
Metadata-Version: 2.3
|
2
|
+
Name: pydisseqt
|
3
|
+
Version: 0.1.13
|
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.13
|
16
|
+
- Updated pulseq-rs for support of shim shape 0
|
17
|
+
- 0.1.12
|
18
|
+
- Updated typing info
|
19
|
+
- 0.1.11
|
20
|
+
- Implemented pTx extension to correctly forward through pydisseqt
|
21
|
+
- 0.1.10
|
22
|
+
- Updated pulseq-rs: can now load .seq files using the rfshim pTx extension
|
23
|
+
- 0.1.9
|
24
|
+
- Updated disseqt: Now respects ref_voltage for correct units on .dsv import
|
25
|
+
- 0.1.8
|
26
|
+
- Updated disseqt: Make pulse phase (RFP) file optional as it is not always provided
|
27
|
+
- 0.1.5
|
28
|
+
- Switched to WIP disseqt that includes a .dsv backend
|
29
|
+
- 0.1.4
|
30
|
+
- Updated disseqt: allow backwards integration in integrate and integrate_one (t_start >= t_end)
|
31
|
+
- 0.1.3
|
32
|
+
- Updated disseqt, fixed trap integration bug
|
33
|
+
- 0.1.2
|
34
|
+
- Updated pulseq-rs: allow empty .seq file sections
|
35
|
+
- 0.1.1
|
36
|
+
- Updated disseqt, use double precision floats
|
37
|
+
- 0.1.0
|
38
|
+
- Baseline
|
39
|
+
|
@@ -0,0 +1,8 @@
|
|
1
|
+
pydisseqt-0.1.13.dist-info/METADATA,sha256=01YF_D6Y_TButFE7OAeQ9Sb7gBOpmVPaoSHMCIjByAE,1318
|
2
|
+
pydisseqt-0.1.13.dist-info/WHEEL,sha256=Pw1rTMFEM9YbMRCplAtTLegt9HMzeR45FiD03Pwyddc,91
|
3
|
+
pydisseqt-0.1.13.dist-info/licenses/LICENSE,sha256=xpf9WI1Tl_NX5DkGnz0yrq24MaG0RxpAz_lHaa4E6qE,1093
|
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.cp310-win32.pyd,sha256=NB-rVGGIeCy2aAWx08Va0o4Ba20SR-kQiVleFkzstpo,645120
|
8
|
+
pydisseqt-0.1.13.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=0CjjUPCZwlOmmuoul6Q1v3a05N1dIkhYL5Q52UdEbG0,1275
|
2
|
-
pydisseqt-0.1.12.dist-info/WHEEL,sha256=Pw1rTMFEM9YbMRCplAtTLegt9HMzeR45FiD03Pwyddc,91
|
3
|
-
pydisseqt-0.1.12.dist-info/licenses/LICENSE,sha256=xpf9WI1Tl_NX5DkGnz0yrq24MaG0RxpAz_lHaa4E6qE,1093
|
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.cp310-win32.pyd,sha256=YGDHb2qBSWZtM55FD3x1C0oak3VADHFW7CLyQPnfNpA,645120
|
8
|
-
pydisseqt-0.1.12.dist-info/RECORD,,
|
File without changes
|
File without changes
|