https://github.com/mikgroup/sigpy

sort by:
Revision Author Date Message Commit Date
bef4734 Bump version: 0.1.10 → 0.1.11 11 May 2019, 19:58:39 UTC
ec8e8ea Clean up comments 11 May 2019, 19:58:00 UTC
bc1015f Clean up alg comments. 11 May 2019, 19:58:00 UTC
b1f2294 Clean up prox comments 11 May 2019, 19:58:00 UTC
f3b478c Clean up linop documentation 11 May 2019, 19:58:00 UTC
ea35c26 Update README.rst 11 May 2019, 19:57:14 UTC
2b2d7b1 Update README.rst 11 May 2019, 19:56:52 UTC
c5c7184 Rename option from axes_hide to hide_axes for plots 05 May 2019, 21:19:20 UTC
dd0df14 Set axis equal for ScatterPlot 05 May 2019, 03:25:40 UTC
51598c5 Rename core function to function in documentation 05 May 2019, 02:04:56 UTC
37f6edd Change ESPIRiT default parameter 05 May 2019, 02:03:04 UTC
a5bd1d6 Remove 3.7 from travis as it is not supported yet 27 April 2019, 00:12:25 UTC
07cc03c Add quick start link to homepage 27 April 2019, 00:09:49 UTC
0e9b47c Add Python 3.7 to travis test 27 April 2019, 00:06:48 UTC
4274018 Update Alg and App documentation 27 April 2019, 00:04:54 UTC
ede1bcc Rearrange prox doc 27 April 2019, 00:02:13 UTC
f35ec7c Change linop doc 26 April 2019, 23:59:58 UTC
3049947 Remove doc generated folder in run tests 26 April 2019, 23:57:34 UTC
9c95754 Refactor renaming of Gradient Linop to FiniteDifference 26 April 2019, 23:56:46 UTC
6e71bce Renamed Gradient to FiniteDifference 26 April 2019, 23:52:53 UTC
5cbd135 Fix math symbols 26 April 2019, 21:52:13 UTC
f0b10aa Add more description to App 26 April 2019, 21:51:20 UTC
15778a7 Add more description to Alg 26 April 2019, 21:50:31 UTC
031bc83 Simplify docstring for MRI 26 April 2019, 21:37:32 UTC
50a3f5e Simplify docstring for core module 26 April 2019, 21:35:58 UTC
c2e1f76 Rename convolve adjoint functions Rearrange adjoint* to *adjoint to be consistent with nufft and other adjoint operations. 26 April 2019, 21:23:07 UTC
cce981d Remove AsType Change data types is not a linear operation 26 April 2019, 21:18:12 UTC
cbacc03 Add more description for Linop class 26 April 2019, 20:52:45 UTC
8e6aa1f Fix adjoint linop shape mismatch 26 April 2019, 20:45:24 UTC
0da9b82 Add unittest to test for adjoint of adjoint 26 April 2019, 20:45:06 UTC
7a34148 Remove asscalar Can be done with .item() from numpy/cupy. 26 April 2019, 20:39:02 UTC
413be97 Merge pull request #17 from Zhitao-Li/master Fix NUFFTAdjoint operator 25 April 2019, 17:41:38 UTC
929cba6 Fix NUFFTAdjoint operator The adjoint operator for NUFFTAdjoint should be the NUFFT operator. 25 April 2019, 17:07:33 UTC
f53a17b Add scipy to conda recipe 24 April 2019, 19:25:35 UTC
7aa3f3c Bump version: 0.1.9 → 0.1.10 24 April 2019, 19:23:19 UTC
515ebc2 Add scipy to setup.py 24 April 2019, 19:22:39 UTC
8b60d7b Bump version: 0.1.8 → 0.1.9 24 April 2019, 19:20:09 UTC
405f095 Fix indents 24 April 2019, 19:19:29 UTC
6c1615c Fix indents and spaces 24 April 2019, 19:19:14 UTC
06f5321 Fix convolution docstring typos 24 April 2019, 19:16:36 UTC
ac858ae Rearrange gradient method to save memory 24 April 2019, 19:15:37 UTC
eb7452d Merge pull request #16 from mikgroup/sphinx-reorg Sphinx reorg 22 April 2019, 04:25:31 UTC
2dd69c5 Ignore pytorch functions in test coverage 22 April 2019, 04:22:35 UTC
16ea7ee Rearrange sections in README 22 April 2019, 04:15:12 UTC
aa8b345 Add submodule docstrings 22 April 2019, 04:09:27 UTC
abf000f Expose Pytorch functions 22 April 2019, 04:09:07 UTC
dfaf992 Fix wavelet not imported in init 22 April 2019, 04:08:42 UTC
354b44f Reorganize documentation by submodule 22 April 2019, 04:07:59 UTC
36a7279 Add scipy to requirements 21 April 2019, 06:11:12 UTC
7d9c980 Merge pull request #15 from mikgroup/strided-conv Strided convolution 21 April 2019, 06:08:28 UTC
92b9152 Ignore CUDA code coverage in conv 21 April 2019, 06:05:09 UTC
c83e5ed Fix missing stride option for convolution 21 April 2019, 05:50:56 UTC
9742025 Add strided convolution tests 21 April 2019, 05:50:47 UTC
133cfae Add scipy to requirements 21 April 2019, 05:44:52 UTC
cefdfc6 Update MRI convolution sense linop 21 April 2019, 05:42:10 UTC
33ddf50 Update convolution linops 21 April 2019, 05:42:00 UTC
9c9a646 Redesign convolution interface Combine input/output multi_channel option to one. Use scipy.signal.convolve for CPU instead of fft_convolve. Move to CPU and use scipy convolution when cudnn is not enabled. 21 April 2019, 05:40:39 UTC
ef59869 Convert espirit_maps to an App (EspiritCalib) 18 April 2019, 21:28:23 UTC
fb14d09 Add support for user defined normalization function in power method 18 April 2019, 21:27:58 UTC
a3e0793 Change interface to AugmentedLagrangianMethod 18 April 2019, 20:01:30 UTC
2b2800d Update NewtonsMethod error message 18 April 2019, 20:01:30 UTC
f7022f2 Support strides in convolve 18 April 2019, 18:51:03 UTC
995c538 Add hotkey menu for plot 16 April 2019, 23:20:43 UTC
cdb3590 Bump version: 0.1.7 → 0.1.8 16 April 2019, 22:25:58 UTC
3851e79 Fix allreduce when nccl not enabled. 16 April 2019, 22:25:04 UTC
2a389db Change Gradient linop to stack along first axis. 12 April 2019, 06:11:44 UTC
1f03d07 Fix Newtons Method error message 26 March 2019, 23:09:59 UTC
4806f6f Force refresh progress bar Inner loops were not updated frequently 26 March 2019, 22:44:50 UTC
a53829a Add positive definite check in Newtons Method 26 March 2019, 22:41:46 UTC
80cd464 Add positive definite check in ConjugateGradient 26 March 2019, 21:10:43 UTC
06981e8 Add tolerance parameters for most algorithms 26 March 2019, 20:47:08 UTC
5201203 Fix NewtonsMethod scalar calculation 26 March 2019, 20:36:51 UTC
c629dd0 Change default progress bar name to Alg name 26 March 2019, 20:23:27 UTC
a7aa5ff Fix asscalar bug in GradientMethod 26 March 2019, 20:22:34 UTC
39bcb38 Add Newtons method 12 March 2019, 00:51:50 UTC
a93222a Remove proximal point method 12 March 2019, 00:13:36 UTC
5c4879e Return pytorch Function instead of function in to_pytorch_function 10 March 2019, 21:46:08 UTC
dd4f029 Hide doctree 10 March 2019, 21:37:15 UTC
92ada29 Reorganize documentation 10 March 2019, 21:23:59 UTC
6f6569f Add a Features section in documentation 10 March 2019, 21:08:44 UTC
109d300 Serialize fft for ESPIRiT to save memory 09 March 2019, 01:24:15 UTC
d640842 Merge pull request #14 from mikgroup/add-code-of-conduct-1 Create CODE_OF_CONDUCT.md 08 March 2019, 23:32:16 UTC
45c9ecf Create CODE_OF_CONDUCT.md 08 March 2019, 23:25:10 UTC
cd24950 Bump version: 0.1.6 → 0.1.7 08 March 2019, 23:03:31 UTC
641a2d7 Update documentation version number 08 March 2019, 23:03:19 UTC
3c2e6b3 Made progress bar refresh more often 08 March 2019, 20:16:31 UTC
52bb174 Bump version: 0.1.5 → 0.1.6 07 March 2019, 23:45:18 UTC
a268c2c Bump version: 0.1.4 → 0.1.5 07 March 2019, 23:44:05 UTC
64c6037 Fix setup long description content type 07 March 2019, 23:43:38 UTC
c1bed77 Initialize power iteration in ESPIRiT with ones 07 March 2019, 23:31:05 UTC
fb45d24 Fix ESPIRiT test 07 March 2019, 23:17:50 UTC
d705131 Fix ESPIRiT previous hard code for ndim=2 07 March 2019, 23:13:21 UTC
695189e Add support for ndim=4 for array_to_blocks and blocks_to_array 07 March 2019, 23:12:14 UTC
b40bcb3 Add error message if array_to_blocks ndim > 3 07 March 2019, 22:34:59 UTC
fa567c0 Change espirit default parameters 07 March 2019, 22:03:53 UTC
6e63f96 Add ability to extract calibration region to espirit 07 March 2019, 20:19:43 UTC
de230ae Omit tests for test coverage 07 March 2019, 18:37:06 UTC
8838f41 Update README.rst 07 March 2019, 18:27:50 UTC
07cb9ee Update README.rst 07 March 2019, 18:26:47 UTC
82998d4 Add pypi badge in readme 07 March 2019, 18:25:29 UTC
back to top