pydisseqt 0.1.17__tar.gz → 0.1.18__tar.gz

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.
@@ -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#ed5140a7b1f4d2fb5fe1240971e9b7dd93850535"
26
+ source = "git+https://github.com/pulseq-frame/disseqt.git?branch=dsv#a74d772de8a3c768f9ca47241913182b0c79c7c7"
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.17"
117
+ version = "0.1.18"
118
118
  dependencies = [
119
119
  "disseqt",
120
120
  "pyo3",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "pydisseqt"
3
- version = "0.1.17"
3
+ version = "0.1.18"
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
1
  Metadata-Version: 2.4
2
2
  Name: pydisseqt
3
- Version: 0.1.17
3
+ Version: 0.1.18
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.18:
16
+ - Updated disseqt for adc phase conversion bugfix
15
17
  - 0.1.17:
16
18
  - Updated disseqt for pulse phase conversion bugfix
17
19
  - 0.1.15
@@ -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.18:
6
+ - Updated disseqt for adc phase conversion bugfix
5
7
  - 0.1.17:
6
8
  - Updated disseqt for pulse phase conversion bugfix
7
9
  - 0.1.15
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes