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
9af0362a
Commit
9af0362a
authored
Feb 02, 2020
by
Paul McCarthy
🚵
Browse files
DOC: changelog
parent
cfcce460
Changes
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.rst
View file @
9af0362a
...
...
@@ -2,8 +2,8 @@ FUNPACK changelog
=================
1.8.0 (
Under development
)
-------------------------
1.8.0 (
Sunday 2nd February 2020
)
-------------------------
-------
Added
...
...
@@ -13,6 +13,15 @@ Added
* New ``take`` option to the :func:`.binariseCategorical` processing function,
which allows the generated columns to contain values from another column,
instead of containing binary labels.
* New ``fillval`` option to the :func:`.binariseCategorical` processing
function, which can be used in conjunction with ``take``, to specify the
fill value for missing rows.
* Argument **broadcasting** for processing functions - when a process is
applied independently to more than one variable, the input arguments to the
process may need to be different for each variable. This can be accomplished
by using a _broadcast_ argument - simply prefix the argument name with
``'broadcast_'``, and then specify a list containing the argument.
* Processing functions can now be passed lists of values.
1.7.1 (Thursday 30th January 2020)
...
...
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