https://github.com/jyhmiinlin/pynufft

sort by:
Revision Author Date Message Commit Date
c6c82f8 bump 07 June 2019, 12:22:22 UTC
65b50ee modify the lsmr in solve_cpu 07 June 2019, 08:52:28 UTC
f17d6b9 bump 07 June 2019, 08:33:02 UTC
8cf0d6d scipy 1.3.0. removes scipy.misc.imresize. Change testing files. 07 June 2019, 08:25:23 UTC
0acee3b bump 21 May 2019, 09:13:49 UTC
6c2489a Move to v 2019.2.0 21 May 2019, 09:12:16 UTC
e9261fd update README 19 May 2019, 14:15:59 UTC
e0e658b bump to 2019.1.2 19 May 2019, 13:58:21 UTC
e8a864f BUGFIX: fix the loss of accuracy in cSpmvh() The original pELL_spmvh_mCoil was too complex and the group/local sizes have undetermined run-time behavior. Here I replace the function with a more simple logic. The global size is non-Cartesian numbers (M) 19 May 2019, 12:38:56 UTC
b2379df Fix the RuntimeWarning: overflow encountered in uint_scalars self.pELL['prodJd'] * self.batch) in the line 522 nufft_hsa.py 10 May 2019, 17:52:37 UTC
8919840 Cleaning some part of the code and removing useless prints (#18) * Initial commit of documentation fixing * [NUFFT_HSA]: Adding verbosity level and warning instead of prints * [NUFFT_hsa]: now pep8 compliant * [Helper]: Adding the verbosity * [NUFFT_hsa]: Adding the verbosity on the helper * [NUFFT_hsa]: pycodestyle issues * [nufft_cpu]: pycodestyle compatibility 10 May 2019, 09:14:34 UTC
6742ec5 update README.md 18 January 2019, 13:10:03 UTC
5321dd8 Rmove benchmark/benchmark_3D_mCoil.py 18 January 2019, 12:46:38 UTC
30c6fb3 use cuda's atomicAdd instead 17 January 2019, 10:42:53 UTC
bcc980d git status 17 January 2019, 10:22:58 UTC
8d45a80 Merge branch 'master' into develop 17 January 2019, 10:19:23 UTC
b42a23b update version to 2019.1.1rc1 17 January 2019, 10:19:06 UTC
2fbcb83 Merge branch 'master' into develop 17 January 2019, 10:17:33 UTC
57f59d8 bump 17 January 2019, 10:17:27 UTC
7636de5 bump 17 January 2019, 10:17:12 UTC
6650fbe Merge branch 'develop' 17 January 2019, 10:16:42 UTC
2361b3d remove unrelated file 17 January 2019, 10:13:57 UTC
cc42997 bump 17 January 2019, 10:08:08 UTC
3c979a5 bump, add some note for re_subroutine 16 January 2019, 10:19:41 UTC
f5c42e3 Update README.md, precompute with double complex in plan(). 15 January 2019, 21:31:43 UTC
0ec1b65 Add doc/source/manu/mcoil.rst 15 January 2019, 09:00:34 UTC
c1e2945 Change version to 2019.1.1 13 January 2019, 22:02:05 UTC
818df00 bump 13 January 2019, 21:59:49 UTC
8171512 Refactor the re_subroutine. Move the spread codes to a single file. 13 January 2019, 21:55:14 UTC
7e523c2 restructure the doc 13 January 2019, 12:30:59 UTC
b89ff01 Move all the scaling factors to radix-tensor and the final division in solve_cpu.cg. 13 January 2019, 12:28:39 UTC
3ce6eaa add benchmark/benchmark_3D_single_batch.py which tests the forward_single() and adjoint_single() methods fixed NUFFT_cpu.forward_single() and NUFFT_cpu.adjoint_single() 12 January 2019, 19:33:34 UTC
e2b2efb add reset_sense() in NUFFT_cpu class. 12 January 2019, 14:49:27 UTC
27a9613 Fixing the error of initial values of self.volume["gpu_coil_profile"].fill(1). 12 January 2019, 14:35:21 UTC
6e128e7 Fixed typo in NUFFT_hsa.x2s() 12 January 2019, 06:56:53 UTC
d06e8e1 Fix batched 'cg' in solve_hsa.py. Now 'cg' in solve_cpu and solve_hsa provide the same output. 09 January 2019, 20:59:17 UTC
a9b8dfb Make sure nufft_hsa pass the tests of tests/test_opencl_2D_multicoil.py, tests/test_opencl_2D.py 09 January 2019, 18:40:10 UTC
e0d4b73 Correct the split-radix function when radix is not a prime number of dimensions. Update the Windows doc 09 January 2019, 16:34:13 UTC
cf7ae7e Add tests/test_2D_cpu_batch.py. Tested for NUFFT_cpu. 07 January 2019, 22:12:40 UTC
7fdccd8 Merge branch 'develop' 07 January 2019, 14:46:46 UTC
a7586ff Only load test_init() in tests folder 07 January 2019, 14:29:18 UTC
1283925 Change MANIFEST.in 07 January 2019, 14:05:11 UTC
d4ca1a6 Move to Version 0.4.0-rc1 07 January 2019, 13:59:11 UTC
d7a08fe Update forward, forward_single, adjoint, adjoint_single, selfadjoint, selfadjoint_single in NUFFT_hsa Add set_sense metho in NUFFT_hsa 07 January 2019, 13:51:40 UTC
c9c8eda Major Update to 0.3.4.1. Add many files and documents. Add windows 10 installation. 05 January 2019, 21:04:58 UTC
2b88237 Tested under Windows 10. Change all uint to unsigned int for MSVC compatibility. Many updates. 05 January 2019, 20:59:24 UTC
6676d9b Add self.thr._context.push() to accommodate for cuda_api(). The reason is because multiple cuda contexts are stacked and only the current active context can be used. To call a method, the thr._context of the object being called must be pushed up to the top of the stack. Note: push() is not required for opencl interface. 15 December 2018, 20:58:18 UTC
61ea948 Add cHadamard.py and cMultiplyConjVecInplace.py into the git repository 14 December 2018, 16:07:40 UTC
5ccdcce Major update for GPU code. TO BE TESTED!! NOT for production! Move NUFFT_hsa class to NUFFT_hsa_legacy. Previous NUFFT_memsave class will replace the orginal NUFFT_hsa. Move CSR, CSRH, and pELL matrix contents to dictionaries in self.csr, self.csrH, and self.pELL. Move roll-off (scaling factor) and preindexed NdGPUorder, KdGPUorder to self.volume Add release() method which is called before delete the object. 14 December 2018, 16:03:22 UTC
47a9810 change wording in README 11 December 2018, 21:05:18 UTC
fcfecc5 Update README 11 December 2018, 21:00:40 UTC
eb26048 update to 0.3.3.12 11 December 2018, 20:20:00 UTC
04a93d7 Update the Pypi 11 December 2018, 20:19:27 UTC
9c17da0 bump 11 December 2018, 18:16:46 UTC
b6c983f bump 09 December 2018, 19:54:57 UTC
42243b7 bump 04 December 2018, 13:54:21 UTC
0144bef bump 04 December 2018, 13:52:22 UTC
6f445fa bump 03 December 2018, 08:48:54 UTC
c7198a2 bump 03 December 2018, 08:31:03 UTC
b7335b2 Bump 03 December 2018, 08:09:42 UTC
feba94b Bump 03 December 2018, 07:55:05 UTC
005d3c4 bump 03 December 2018, 07:36:44 UTC
7fc10d0 bump 27 November 2018, 14:04:19 UTC
03bc395 update README.md 09 November 2018, 14:23:40 UTC
6a2d4e5 update README.md for 3.3.10 09 November 2018, 10:58:29 UTC
a4b1674 Remove the keyword async for compatibility reasons because Reikna has changed the keyword to async_. 09 November 2018, 10:55:35 UTC
e3c33d1 change version to 3.3.11 09 November 2018, 10:37:18 UTC
f296b4c Add benchmark 2D/3D however untested Add script_3D for testing Add multi-coil but untested 09 November 2018, 10:34:41 UTC
c15f947 Add EXCALIBUR which incorporates coil sensitivities into the interpolator/gridding matrix. 22 October 2018, 11:16:33 UTC
252af25 Add EXCALIBUR which incorporates coil sensitivities into the interpolator/gridding matrix. 22 October 2018, 11:14:28 UTC
4d34dda Experimentally add atomic add, partial combination (memory saving), QR Automatic determine PyCUDA/PyOpencl and wrap around atomic_add 26 September 2018, 17:02:43 UTC
fd200ee Update the helper function. Add ft_axes which provide non-Fourier dimension. Add cCSR, cELL, cpELL, pELL to be fixed 21 September 2018, 20:53:56 UTC
0d403bd Update the helper function. Add ft_axes which provide non-Fourier dimension. 21 September 2018, 20:51:52 UTC
0755b5a cast the image as float (for python2 compatibility) 15 July 2018, 19:39:39 UTC
116b236 Improved Python2 compatibility (experimental) 15 July 2018, 18:16:33 UTC
40429fb Update readme for 0.3.3.8 14 June 2018, 07:40:55 UTC
47cc305 Fix rcond=None error 14 June 2018, 07:36:25 UTC
13ce257 Remove Toeplitz to fix MemoryError at planning stage. 27 March 2018, 05:36:14 UTC
b180b46 update documentation. 23 March 2018, 08:22:45 UTC
03f47ea Remove _transform/transform_cpu.py and _transform/transform_hsa.py add nufft.py, import NUFFT_cpu and NUFFT_hsa at the top level. documentation to be updated. 23 March 2018, 07:45:12 UTC
a88f178 Adding some remarks about Python3. 19 March 2018, 07:08:01 UTC
5781494 Python2 is not supported. 19 March 2018, 06:55:56 UTC
cda9950 Check Python version 19 March 2018, 06:41:42 UTC
dcb820e BUGFIX: fix wrong type when numpy.prod(Jd) is not casted as int 08 February 2018, 04:31:58 UTC
4e9c95b Correct my name. rename wrong files. 04 January 2018, 14:43:04 UTC
187623b change documents theme, etc 26 October 2017, 17:27:08 UTC
e6a6073 Version 0.3.3.1 24 October 2017, 16:05:23 UTC
b84a433 add cuda 19 October 2017, 11:32:49 UTC
fe19a7d Add julia section, move to 0.3.2.9.7 18 October 2017, 03:13:25 UTC
c5df23a bump 16 October 2017, 15:45:05 UTC
07f4331 fix import error 16 October 2017, 15:32:27 UTC
668593d add https://github.com/jakevdp/nfft 16 October 2017, 15:04:04 UTC
575f167 Update README.md and LICENSE 16 October 2017, 15:01:40 UTC
f0b10de Update to v0.3.3 16 October 2017, 14:53:45 UTC
efb43e1 update docstring in pynufft_hsa.py 13 October 2017, 13:45:18 UTC
9622c62 reorganize structure 07 October 2017, 21:18:41 UTC
1942f1b add documents 05 October 2017, 12:36:20 UTC
ee0ffb8 add doc, benchmark, static dtype 05 October 2017, 12:25:46 UTC
2dddd80 Add heterogeneous system, Abtract _solver from the main file 28 September 2017, 20:25:43 UTC
cbb1340 Add solver method to pynufft.py indxmap_copy(): precomputes the indexing for copying Nd array to Kd array 11 September 2017, 15:22:18 UTC
back to top