pydisseqt 0.1.13__tar.gz → 0.1.14__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {pydisseqt-0.1.13 → pydisseqt-0.1.14}/Cargo.lock +2 -2
- {pydisseqt-0.1.13 → pydisseqt-0.1.14}/Cargo.toml +1 -1
- {pydisseqt-0.1.13 → pydisseqt-0.1.14}/PKG-INFO +4 -2
- {pydisseqt-0.1.13 → pydisseqt-0.1.14}/README.md +2 -0
- {pydisseqt-0.1.13 → pydisseqt-0.1.14}/.github/workflows/CI.yml +0 -0
- {pydisseqt-0.1.13 → pydisseqt-0.1.14}/.gitignore +0 -0
- {pydisseqt-0.1.13 → pydisseqt-0.1.14}/LICENSE +0 -0
- {pydisseqt-0.1.13 → pydisseqt-0.1.14}/examples/dsv_testing.py +0 -0
- {pydisseqt-0.1.13 → pydisseqt-0.1.14}/examples/mr0_importer.py +0 -0
- {pydisseqt-0.1.13 → pydisseqt-0.1.14}/examples/plot_pulse.py +0 -0
- {pydisseqt-0.1.13 → pydisseqt-0.1.14}/examples/subject04.npz +0 -0
- {pydisseqt-0.1.13 → pydisseqt-0.1.14}/pydisseqt.pyi +0 -0
- {pydisseqt-0.1.13 → pydisseqt-0.1.14}/pyproject.toml +0 -0
- {pydisseqt-0.1.13 → pydisseqt-0.1.14}/src/lib.rs +0 -0
- {pydisseqt-0.1.13 → pydisseqt-0.1.14}/src/types/mod.rs +0 -0
- {pydisseqt-0.1.13 → pydisseqt-0.1.14}/src/types/scalar_types.rs +0 -0
- {pydisseqt-0.1.13 → pydisseqt-0.1.14}/src/types/vector_types.rs +0 -0
@@ -23,7 +23,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
23
23
|
[[package]]
|
24
24
|
name = "disseqt"
|
25
25
|
version = "0.1.0"
|
26
|
-
source = "git+https://github.com/pulseq-frame/disseqt.git?branch=dsv#
|
26
|
+
source = "git+https://github.com/pulseq-frame/disseqt.git?branch=dsv#1b6ff0ca9564ac5d9ae3e76f17cb35f1fd0d149c"
|
27
27
|
dependencies = [
|
28
28
|
"pulseq-rs",
|
29
29
|
"thiserror",
|
@@ -114,7 +114,7 @@ dependencies = [
|
|
114
114
|
|
115
115
|
[[package]]
|
116
116
|
name = "pydisseqt"
|
117
|
-
version = "0.1.
|
117
|
+
version = "0.1.14"
|
118
118
|
dependencies = [
|
119
119
|
"disseqt",
|
120
120
|
"pyo3",
|
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: pydisseqt
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.14
|
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,8 @@ Python wrapper around [disseqt](https://github.com/pulseq-frame/disseqt) built u
|
|
12
12
|
|
13
13
|
# Changelog:
|
14
14
|
|
15
|
+
- 0.1.14
|
16
|
+
- Updated disseqt to support fixed ADC resolution that does not align to grid
|
15
17
|
- 0.1.13
|
16
18
|
- Updated pulseq-rs for support of shim shape 0
|
17
19
|
- 0.1.12
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|