v1.0.1
Code
-
temporary fix related to a multithreading issue with FINUFFT (see FINUFFT issue #596): introduced a decorator in backends.py to change the default value of the
nthreadskeyword argument of the finufft functions according to the number of physical cores (or theOMP_NUM_THREADSenvironment variable if set) -
increased to
1E6the default maximal number of iterations (parameternitermax) for optimization schemes and related functions -
fixed type inference for
backend.from_numpy()(torch backend) -
fixed typo in function name (read_bruker_best3_dataset instead of read_bruker_bes3t_dataset), old name was kept available for backward compatibility
-
fixed sphinx rendering issues in various function headers in multisrc.py
Documentation
-
updated installation instructions to allow cupy installation using pip
-
fixed bibtex reference [Bar21]
-
fixed minor issues in demonstration examples
-
fixed pip installation instructions in README.md