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
9ed0f486
Commit
9ed0f486
authored
Nov 28, 2019
by
Paul McCarthy
🚵
Browse files
DOC: changelog
parent
a43e934a
Changes
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.rst
View file @
9ed0f486
...
@@ -10,8 +10,10 @@ Added
...
@@ -10,8 +10,10 @@ Added
^^^^^
^^^^^
* New :func:`.util.c
ountRows
` function to count the rows (lines) of a file;
* New :func:`.util.
w
c` function to count the rows (lines) of a file;
this is simply a wrapper around the UNIX ``wc`` tool.
this is simply a wrapper around the UNIX ``wc`` tool.
* New :func:`.util.cat` function to concatenate multiple files together;
this is simply a wrapper around the UNIX ``cat`` tool.
* New :meth:`.DataTable.subtable` and :meth:`.DataTable.merge` methods, to aid
* New :meth:`.DataTable.subtable` and :meth:`.DataTable.merge` methods, to aid
in passing data to/from worker processes.
in passing data to/from worker processes.
* Processing functions can now be specified to run independently on a subset
* Processing functions can now be specified to run independently on a subset
...
@@ -23,9 +25,11 @@ Changed
...
@@ -23,9 +25,11 @@ Changed
* FUNPACK will now parallelise tasks by default; previously it would only
* FUNPACK will now parallelise tasks by default; previously it would only
parallelise tasks if ``--low_memory`` mode were selected. Data import, cleaning
parallelise tasks if ``--low_memory`` mode were selected. Data import,
functions, processing functions, and the ``removeIfRedundant`` process all
cleaning functions, processing functions, the ``removeIfRedundant`` process,
parallelise their work.
and TSV exporting all parallelise their work. New columns created by processing
functions are saved to disk, and re-loaded by the main process, rather than
being passed back to the main process via inter-process communication.
* The ``--variable``, ``--subject`` and ``--exclude`` options now accept
* The ``--variable``, ``--subject`` and ``--exclude`` options now accept
comma-separated mixtures of IDs and MATLAB-style ranges.
comma-separated mixtures of IDs and MATLAB-style ranges.
...
...
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