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.
@@ -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#3fd520a1807e3a518b7d1acd0372a6a7640eaa12"
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.13"
117
+ version = "0.1.14"
118
118
  dependencies = [
119
119
  "disseqt",
120
120
  "pyo3",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "pydisseqt"
3
- version = "0.1.13"
3
+ version = "0.1.14"
4
4
  edition = "2021"
5
5
 
6
6
  # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: pydisseqt
3
- Version: 0.1.13
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
@@ -2,6 +2,8 @@ Python wrapper around [disseqt](https://github.com/pulseq-frame/disseqt) built u
2
2
 
3
3
  # Changelog:
4
4
 
5
+ - 0.1.14
6
+ - Updated disseqt to support fixed ADC resolution that does not align to grid
5
7
  - 0.1.13
6
8
  - Updated pulseq-rs for support of shim shape 0
7
9
  - 0.1.12
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes