pydisseqt 0.2.0__cp38-cp38-musllinux_1_2_aarch64.whl → 0.2.1__cp38-cp38-musllinux_1_2_aarch64.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.
- pydisseqt/pydisseqt.cpython-38-aarch64-linux-gnu.so +0 -0
- pydisseqt-0.2.1.dist-info/METADATA +8 -0
- pydisseqt-0.2.1.dist-info/RECORD +9 -0
- {pydisseqt-0.2.0.dist-info → pydisseqt-0.2.1.dist-info}/WHEEL +1 -1
- pydisseqt.libs/{libgcc_s-e52197c3.so.1 → libgcc_s-39080030.so.1} +0 -0
- pydisseqt-0.2.0.dist-info/METADATA +0 -50
- pydisseqt-0.2.0.dist-info/RECORD +0 -9
- {pydisseqt-0.2.0.dist-info → pydisseqt-0.2.1.dist-info}/licenses/LICENSE +0 -0
|
Binary file
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: pydisseqt
|
|
3
|
+
Version: 0.2.1
|
|
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
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
pydisseqt-0.2.1.dist-info/METADATA,sha256=sPzB2JT5eWo7zjwra_8iSV4bBmehWSIVDAf5QpBbJi8,280
|
|
2
|
+
pydisseqt-0.2.1.dist-info/WHEEL,sha256=EEvegrAxK0RCFP8Rj8w0DoHR7KwNe-u65Ttg58WkRt0,106
|
|
3
|
+
pydisseqt-0.2.1.dist-info/licenses/LICENSE,sha256=1shpP5b6mRn1STjctDxMZ3HMCLfJCrkdH0lzSMBkZj4,1072
|
|
4
|
+
pydisseqt.libs/libgcc_s-39080030.so.1,sha256=fIO6GHOh8Ft9CR0Geu7wSUb9Xnl122iTtrxQQ9TAkTQ,789673
|
|
5
|
+
pydisseqt/__init__.py,sha256=vPtTfcEL0sG0uHstfYvhLRm1_eYmLNM57olRJPziqc4,119
|
|
6
|
+
pydisseqt/__init__.pyi,sha256=KdxtrmmCSeW_P6GMCtQGjJwR7zX8hML9ECY-sLIHcCA,3536
|
|
7
|
+
pydisseqt/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
|
+
pydisseqt/pydisseqt.cpython-38-aarch64-linux-gnu.so,sha256=yy9tRRT1BqJC-EvDYDdwM0Yo_bVcP3NPQtV-rm9ff5A,1313305
|
|
9
|
+
pydisseqt-0.2.1.dist-info/RECORD,,
|
|
Binary file
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: pydisseqt
|
|
3
|
-
Version: 0.2.0
|
|
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.2.0:
|
|
16
|
-
- Switched to disseqt master branch
|
|
17
|
-
- ADC phase now contains phase resulting from ADC frequency
|
|
18
|
-
- 0.1.18:
|
|
19
|
-
- Updated disseqt for adc phase conversion bugfix
|
|
20
|
-
- 0.1.17:
|
|
21
|
-
- Updated disseqt for pulse phase conversion bugfix
|
|
22
|
-
- 0.1.15
|
|
23
|
-
- Update disseqt: fall back to NC1 file for pulse phase if RFP was not found
|
|
24
|
-
- 0.1.14
|
|
25
|
-
- Updated disseqt to support fixed ADC resolution that does not align to grid
|
|
26
|
-
- 0.1.13
|
|
27
|
-
- Updated pulseq-rs for support of shim shape 0
|
|
28
|
-
- 0.1.12
|
|
29
|
-
- Updated typing info
|
|
30
|
-
- 0.1.11
|
|
31
|
-
- Implemented pTx extension to correctly forward through pydisseqt
|
|
32
|
-
- 0.1.10
|
|
33
|
-
- Updated pulseq-rs: can now load .seq files using the rfshim pTx extension
|
|
34
|
-
- 0.1.9
|
|
35
|
-
- Updated disseqt: Now respects ref_voltage for correct units on .dsv import
|
|
36
|
-
- 0.1.8
|
|
37
|
-
- Updated disseqt: Make pulse phase (RFP) file optional as it is not always provided
|
|
38
|
-
- 0.1.5
|
|
39
|
-
- Switched to WIP disseqt that includes a .dsv backend
|
|
40
|
-
- 0.1.4
|
|
41
|
-
- Updated disseqt: allow backwards integration in integrate and integrate_one (t_start >= t_end)
|
|
42
|
-
- 0.1.3
|
|
43
|
-
- Updated disseqt, fixed trap integration bug
|
|
44
|
-
- 0.1.2
|
|
45
|
-
- Updated pulseq-rs: allow empty .seq file sections
|
|
46
|
-
- 0.1.1
|
|
47
|
-
- Updated disseqt, use double precision floats
|
|
48
|
-
- 0.1.0
|
|
49
|
-
- Baseline
|
|
50
|
-
|
pydisseqt-0.2.0.dist-info/RECORD
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
pydisseqt-0.2.0.dist-info/METADATA,sha256=RkmnFNyA8jbk4DE8FqF4ho00iq5WR5SzjyQPIgK4V2g,1701
|
|
2
|
-
pydisseqt-0.2.0.dist-info/WHEEL,sha256=LBF8ONKAEAtzxzoBBc4eRYrJs4qiFsd2NIUBJLvbbHQ,106
|
|
3
|
-
pydisseqt-0.2.0.dist-info/licenses/LICENSE,sha256=1shpP5b6mRn1STjctDxMZ3HMCLfJCrkdH0lzSMBkZj4,1072
|
|
4
|
-
pydisseqt.libs/libgcc_s-e52197c3.so.1,sha256=vkPW1Auw6CH9Bjk7frmX3hry_1H9c0tRI0Ncyg71WUI,724137
|
|
5
|
-
pydisseqt/__init__.py,sha256=vPtTfcEL0sG0uHstfYvhLRm1_eYmLNM57olRJPziqc4,119
|
|
6
|
-
pydisseqt/__init__.pyi,sha256=KdxtrmmCSeW_P6GMCtQGjJwR7zX8hML9ECY-sLIHcCA,3536
|
|
7
|
-
pydisseqt/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
|
-
pydisseqt/pydisseqt.cpython-38-aarch64-linux-gnu.so,sha256=zUJAF-qZF3iWS0y3akIXB6H6ySiXax9dJfsbDVv97Rg,1313289
|
|
9
|
-
pydisseqt-0.2.0.dist-info/RECORD,,
|
|
File without changes
|