https://github.com/jyhmiinlin/pynufft

sort by:
Revision Author Date Message Commit Date
fd2bca8 change the version to 2020.1.2 26 September 2020, 04:17:59 UTC
182cb40 change wording related to Toeplitz (selfadjoint2 is for Toeplitz whereas selfadjoint is adjoint(forward())) 26 September 2020, 00:22:47 UTC
8d9a8a3 fix typos 25 September 2020, 04:58:54 UTC
8e9827d some changes 15 September 2020, 02:24:01 UTC
1b858aa ... 18 August 2020, 11:25:01 UTC
0cbf6b8 demonstrate some benchmark 18 August 2020, 02:22:58 UTC
42962c8 link to image 18 August 2020, 02:16:13 UTC
4bb1242 add speed accuracy 18 August 2020, 02:14:53 UTC
bba67cc ... 18 August 2020, 01:13:32 UTC
7047014 add the link to cineFSE site 18 August 2020, 00:51:27 UTC
fd432be wording 23 July 2020, 04:08:15 UTC
cfe4a8d wording 23 July 2020, 01:13:14 UTC
59b8fd7 wording 23 July 2020, 00:58:43 UTC
bdc313d Add link to MDPI journal 22 July 2020, 02:27:03 UTC
46d2cd6 wording 22 July 2020, 02:25:30 UTC
e3cd916 add the work by Otto-von-Guericke-Universität Magdeburg 22 July 2020, 02:18:43 UTC
dc32444 resize logo 16 July 2020, 07:49:27 UTC
0272d6b add logo to readme 16 July 2020, 07:48:11 UTC
c0bbdb0 delete logo 16 July 2020, 07:46:55 UTC
b6d1828 add logo to root 16 July 2020, 07:46:00 UTC
4db1819 add logo 16 July 2020, 07:43:52 UTC
029a24f coc 15 July 2020, 06:27:15 UTC
50e1594 Add code of conduct of Contributor Covenant v2.0 Not legally evaluated. 15 July 2020, 06:20:34 UTC
d9697e2 verbose 02 June 2020, 07:14:37 UTC
37d95b7 wording 02 June 2020, 07:13:54 UTC
523a86b more wording 30 May 2020, 07:52:29 UTC
0ba0f78 new_index: change the khatri_rao_k(), OMEGA_k() in helper.py; col += kindx[index];// + 1 ; Note: Warning! this may be wrong. 30 May 2020, 06:37:14 UTC
8c34718 Merge branch 'master' into new_index 30 May 2020, 06:07:57 UTC
ddce23c more wording 30 May 2020, 05:55:00 UTC
9f16d8e wording 30 May 2020, 05:20:10 UTC
34d11ba comment outO 29 May 2020, 21:50:50 UTC
1d03f79 remove unnecessary -1 and +a in khatri_rao_k(kd), omega_k, and re_subroutine 29 May 2020, 21:48:28 UTC
042465d readme 24 May 2020, 08:06:11 UTC
403f6ad do not use scipy.misc.imresize 24 May 2020, 08:00:16 UTC
324215d version history 24 May 2020, 07:45:41 UTC
233e524 typos 24 May 2020, 07:41:48 UTC
efb2c6f typos 24 May 2020, 07:30:23 UTC
61bd7f2 typos 24 May 2020, 07:29:09 UTC
ac2b4fe doc version 24 May 2020, 07:26:20 UTC
be96891 declare 24 May 2020, 07:25:10 UTC
c9c87eb change acknowledgement 24 May 2020, 06:56:32 UTC
2379773 add batch mode to nudft_cpu 05 April 2020, 17:20:39 UTC
ce58dcd test 26 March 2020, 07:54:44 UTC
09d6f5d test 26 March 2020, 07:35:06 UTC
fbd378f bump 14 February 2020, 19:24:25 UTC
f6dc5b7 bump 13 February 2020, 03:39:17 UTC
4e08119 bump 13 February 2020, 03:37:14 UTC
3bea093 bump 13 February 2020, 03:35:55 UTC
c9cd3de README 03 February 2020, 12:49:12 UTC
c735523 edit the README 25 January 2020, 04:09:31 UTC
45454c7 Move to 2020.0.0. 13 January 2020, 19:47:41 UTC
f218ae2 fix batch=1. This can cause error in Riekna fft. 10 January 2020, 11:09:25 UTC
3a4ab17 Change version to 2019.2.3rc4 05 January 2020, 13:08:12 UTC
9a5cf9c Add test_init_device.py 05 January 2020, 12:49:42 UTC
76bc4df solve a missing import in legacy mode. Still, there is no support for batch mode in legacy mode. 26 December 2019, 19:37:43 UTC
4346979 add legacy code, which is fast for adjoint and cg 26 December 2019, 19:31:49 UTC
10dd4a3 Move linalg/nufft to a seperate module 26 December 2019, 11:28:19 UTC
4a11f62 add solve_device.py for nufft.NUFFT() when a device object is initialized 25 December 2019, 14:29:52 UTC
1dddeea merge subroutines to the NUFFT superclass. 23 December 2019, 15:11:19 UTC
4e15f0d Add virtualmethod plan() in nufft to switch between NUFFT_cpu.plan() and NUFFT_hsa.plan() Now NUFFT_cpu.plan() and NUFFT_hsa.plan() call their _plan() methods to avoid circular calling the function. 22 December 2019, 04:14:42 UTC
39cae6b Add helper.device_list() to list all accelerators. Add a class NUFFT which takes device_list()[num] as the input. 21 December 2019, 20:31:03 UTC
2f1a07f Some wording. Move to 2019.2.3rc2 06 December 2019, 08:19:21 UTC
abdc31d Fix test_installation() 11 November 2019, 07:59:36 UTC
02714f3 test_installation 11 November 2019, 07:58:45 UTC
72e5b19 Merge branch 'master' into release-2019.2.3 11 November 2019, 07:55:21 UTC
2f2e20a Correct Some Unforgivable Typos. 11 November 2019, 07:29:57 UTC
72e74d9 Merge branch 'release-2019.2.3' 09 November 2019, 19:34:28 UTC
926fd41 Fix typos in doc/source. 09 November 2019, 19:33:21 UTC
905f5bd remove unnecessary comments 03 November 2019, 10:21:03 UTC
47a7327 change the version to 2019.2.3rc1 03 November 2019, 09:05:52 UTC
bbc2471 add some example files 03 November 2019, 08:21:01 UTC
8f18289 change the version in setup.py to 2019.2.3 03 November 2019, 08:19:33 UTC
ce2b071 update contact information 03 November 2019, 08:11:53 UTC
3412d6b add nudft_cpu.py 22 September 2019, 11:25:02 UTC
964cbbc Change some documentations in nufft_cpu nufft_hsa 22 September 2019, 11:24:21 UTC
52cc97d Version 2019.2.2 20 September 2019, 14:01:14 UTC
2b0c353 modify many rst files 20 September 2019, 13:17:43 UTC
f11e733 copy some develop files to here 20 September 2019, 07:46:40 UTC
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
back to top