pydisseqt 0.1.18__cp312-cp312-win32.whl → 0.2.0__cp312-cp312-win32.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.cp312-win32.pyd +0 -0
- {pydisseqt-0.1.18.dist-info → pydisseqt-0.2.0.dist-info}/METADATA +4 -1
- pydisseqt-0.2.0.dist-info/RECORD +8 -0
- {pydisseqt-0.1.18.dist-info → pydisseqt-0.2.0.dist-info}/WHEEL +1 -1
- pydisseqt-0.1.18.dist-info/RECORD +0 -8
- {pydisseqt-0.1.18.dist-info → pydisseqt-0.2.0.dist-info}/licenses/LICENSE +0 -0
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pydisseqt
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.2.0
|
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.2.0:
|
16
|
+
- Switched to disseqt master branch
|
17
|
+
- ADC phase now contains phase resulting from ADC frequency
|
15
18
|
- 0.1.18:
|
16
19
|
- Updated disseqt for adc phase conversion bugfix
|
17
20
|
- 0.1.17:
|
@@ -0,0 +1,8 @@
|
|
1
|
+
pydisseqt-0.2.0.dist-info/METADATA,sha256=VMSg6kW0DFDhrfcvDXiIxRUedSggsU6txr5VTVYctcA,1740
|
2
|
+
pydisseqt-0.2.0.dist-info/WHEEL,sha256=iip_4jp1VbEiG4s9Isod9Q3MUK3z1pesoEwCO-vGFn0,92
|
3
|
+
pydisseqt-0.2.0.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.cp312-win32.pyd,sha256=esK5riVBzIIzCUyEI6Vq_WwJb69uKqQp-anM8buAhBo,652800
|
8
|
+
pydisseqt-0.2.0.dist-info/RECORD,,
|
@@ -1,8 +0,0 @@
|
|
1
|
-
pydisseqt-0.1.18.dist-info/METADATA,sha256=M7quBXCteBTTiYPfFg2mADGQ4NrZbbwtVX6n3vXtnCQ,1629
|
2
|
-
pydisseqt-0.1.18.dist-info/WHEEL,sha256=mKSvIR2c1kCpUi-F32oZPRi3BB-MEi-lwsYYpA42yCM,92
|
3
|
-
pydisseqt-0.1.18.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.cp312-win32.pyd,sha256=N0HWwS9YmsHdtziV8lX5xVgvBDk5clhvWsr1bf3WKbs,644096
|
8
|
-
pydisseqt-0.1.18.dist-info/RECORD,,
|
File without changes
|