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
eb0171d5
Commit
eb0171d5
authored
Dec 06, 2019
by
Paul McCarthy
🚵
Browse files
DOC: changelog
parent
9044c20a
Changes
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.rst
View file @
eb0171d5
...
...
@@ -14,10 +14,15 @@ Added
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 :func:`.util.inMainProcess` function so a process can determine whether
it is the main process or a worker process.
* 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.
* New ``any`` and ``all`` operations which can be used in conditional
statements to control how the conditional results are combined across
multiple columns for one variable.
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