mrzerocore 0.3.0__cp37-abi3-win_amd64.whl → 0.3.1__cp37-abi3-win_amd64.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.
MRzeroCore/_prepass.pyd CHANGED
Binary file
MRzeroCore/util.py CHANGED
@@ -1,6 +1,6 @@
1
1
  import os
2
2
  import time
3
- from typing import Literal
3
+ from typing import Literal, Union
4
4
  import torch
5
5
  import numpy as np
6
6
 
@@ -315,7 +315,7 @@ def pulseq_plot(seq: pp.Sequence,
315
315
  return sp11, t_adc
316
316
 
317
317
 
318
- def imshow(data: np.ndarray | torch.Tensor, *args, **kwargs):
318
+ def imshow(data: Union[np.ndarray, torch.Tensor], *args, **kwargs):
319
319
  """Alternative to matplotlib's `imshow`.
320
320
 
321
321
  This function applies quadratic coil combine on 4D data and prints 3D
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: MRzeroCore
3
- Version: 0.3.0
3
+ Version: 0.3.1
4
4
  Classifier: Programming Language :: Rust
5
5
  Classifier: Programming Language :: Python :: Implementation :: CPython
6
6
  Classifier: Programming Language :: Python :: Implementation :: PyPy
@@ -1,6 +1,6 @@
1
- MRzeroCore-0.3.0.dist-info/METADATA,sha256=ro5tHwtDjRUiRs3fUKvcCvNAefvBkaIENcBDr1hh2HA,3805
2
- MRzeroCore-0.3.0.dist-info/WHEEL,sha256=2KdwICnFEHl2ghwQAXqeXd9gNxeAiTvogEqUIMDbYbo,94
3
- MRzeroCore-0.3.0.dist-info/license_files/LICENSE,sha256=rd_IFJ484uAluv8CigP2CpXg4l2GJLLKENqB6-RXPp4,35112
1
+ MRzeroCore-0.3.1.dist-info/METADATA,sha256=VkmVanzGblXg8alZCu4Cb7EowUR2g2VdeDY2jDc5l0c,3805
2
+ MRzeroCore-0.3.1.dist-info/WHEEL,sha256=p0nSOBx01acCQRB4KO5wmZww0xaSuuHl1nwKWZurtTU,94
3
+ MRzeroCore-0.3.1.dist-info/license_files/LICENSE,sha256=rd_IFJ484uAluv8CigP2CpXg4l2GJLLKENqB6-RXPp4,35112
4
4
  MRzeroCore/phantom/brainweb/brainweb_data.json,sha256=El9J5dfEIwGi4_SoRif6ic6IVSMKh01jK0hNRbBYNqA,1794
5
5
  MRzeroCore/phantom/brainweb/brainweb_data_sources.txt,sha256=Sh6NFLU1bhdaD0pp12D_Hc70cA_UC1s7KdHcuoGTKuA,1853
6
6
  MRzeroCore/phantom/brainweb/output/.gitkeep,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -30,7 +30,7 @@ MRzeroCore/sequence.py,sha256=uQgNcOICtcdSWXhv9SqBWu-FdJaK6Q6UgkIBHfULsqI,27646
30
30
  MRzeroCore/simulation/isochromat_sim.py,sha256=jevQa38CZG_IodgU7LZMz4NKapm6iyENybaBr7dMl8w,10339
31
31
  MRzeroCore/simulation/main_pass.py,sha256=-uZCAhyHbGTPEJb6b-XAh75V7hYj6SzHMcYkWwWDGZ4,12140
32
32
  MRzeroCore/simulation/pre_pass.py,sha256=r_6XIWBEYW7YF2vM9LOR7Stu9nlcnT-CMM5tyjT7yOU,5589
33
- MRzeroCore/util.py,sha256=Ot0MGdZuiYuTPE9trTqSEuIupYRY61C5RM5xD0Gjquc,12481
33
+ MRzeroCore/util.py,sha256=qYrw88OJQ_x0iA0rtqT1RHbDk_929YLRt4tdW3m7YIY,12494
34
34
  MRzeroCore/__init__.py,sha256=NYaEvn0xFI4EBX0PQrVnAB55VtocPcTkO0p1_P8foDI,770
35
- MRzeroCore/_prepass.pyd,sha256=3E1ow0qA24pME9u6tHqtpapYAg2h2DZd1UHf1Ae73Lw,411648
36
- MRzeroCore-0.3.0.dist-info/RECORD,,
35
+ MRzeroCore/_prepass.pyd,sha256=j_RTkM-BO8PCGMKR-YaRRNl89VG_L1iAH5pbq2FegOA,412160
36
+ MRzeroCore-0.3.1.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: maturin (1.5.1)
2
+ Generator: maturin (1.7.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp37-abi3-win_amd64