- Apr 23, 2020
-
-
Michiel Cottaar authored
Replaces deepcopy with a smarter copy implementation, which only copies the instance attributes. This is a speedup of about 20x (and yes, the deepcopy was getting annoyingly slow in some of my code).
-
- Apr 22, 2020
-
-
Paul McCarthy authored
-
Also minor bugfix - allow forward or backslash after \\wsl$ when specifying FSLDIR as a WSL network share
-
The problem here is not that it can't find the folder but that FSLDIR suggests a WSL installation but does not match the format required to identify the distro folder.
-
This requires WSL 2.0 but enables FSLDIR to be a genuine WIndows path so that atlases and standard data can be loaded transparently. It also means we no longer need FSLWSL environment variable, just to be a bit careful with path mapping
-
-
-
-
This means that users who have FSL installed in Windows Subsystem for Linux can call the wrappers directly from a Windows python program (after setting the environment variable FSLWSL=1)
-
- Mar 28, 2020
-
-
Paul McCarthy authored
-
- Mar 27, 2020
-
-
Paul McCarthy authored
-
Michiel Cottaar authored
Still using `partial_fill` when creating FileTreeQuery
-
Michiel Cottaar authored
-
Paul McCarthy authored
-
Michiel Cottaar authored
Added test for I/O to both JSON and pickle files
-
- Mar 26, 2020
-
-
Michiel Cottaar authored
-
Michiel Cottaar authored
Also added test for add_to_parser
-
Michiel Cottaar authored
-
- Mar 20, 2020
-
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
env option
-
Paul McCarthy authored
-
- Mar 19, 2020
-
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- Mar 18, 2020
-
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
double-barrelled filename support (but not HCP files :( )
-
- Mar 02, 2020
-
-
Paul McCarthy authored
-
- Mar 01, 2020
-
-
Michiel Cottaar authored
This is now the new default behaviour when loading a new file This change is not backwards compatible!
-
- Feb 26, 2020
-
-
Michiel Cottaar authored
There were some subtle bugs in the use of get_all, which should now be fixed. They were caused by having multiple optional variables and the result not being deterministic if these were iterated in different orders.
-
- Jan 27, 2020
-
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- Nov 29, 2019
-
-
Paul McCarthy authored
-
Paul McCarthy authored
affine.rescale function, for reuse.
-
- Nov 05, 2019
-
-
Paul McCarthy authored
-
- Nov 03, 2019
-
-
Paul McCarthy authored
directory check to be skipped
-
- Oct 30, 2019
-
-
Paul McCarthy authored
auto-load any JSON files that sre found. Fix to bids.isBIDSFile
-
- Oct 23, 2019
-
-
Paul McCarthy authored
flag.
-