Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
funpack
Commits
ec22bf88
Commit
ec22bf88
authored
Nov 22, 2019
by
Paul McCarthy
🚵
Browse files
DOC: changelog
parent
159eb986
Changes
1
Show whitespace changes
Inline
Side-by-side
CHANGELOG.rst
View file @
ec22bf88
...
...
@@ -2,8 +2,44 @@ FUNPACK changelog
=================
1.4.5 (Thursday 5th December)
-----------------------------
1.5.0 (Under development)
-------------------------
Added
^^^^^
* New :func:`.util.countRows` function to count the rows (lines) of a file;
this is simply a wrapper around the UNIX ``wc`` tool.
* New :meth:`.DataTable.subtable` and :meth:`.DataTable.merge` methods, to aid
in passing data to/from worker processes.
* Processing functions can now be specified to run independently on a subset
of variables by using ``'independent'`` in the variable list.
Changed
^^^^^^^
* FUNPACK will now parallelise tasks by default; previously it would only
parallelise tasks if ``--low_memory`` mode were selected. Data import, cleaning
functions, processing functions, and the ``removeIfRedundant`` process all
parallelise their work.
* The ``--variable``, ``--subject`` and ``--exclude`` options now accept
comma-separated mixtures of IDs and MATLAB-style ranges.
Deprecated
^^^^^^^^^^
* The ``--low_memory`` and ``--work_dir`` options have been deprecated, and no
longer have any effect.
1.4.5 (Thursday 5th December 2019)
----------------------------------
Changed
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment