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
83399fcb
Commit
83399fcb
authored
May 06, 2019
by
Paul McCarthy
🚵
Browse files
DOC: Changelog
parent
878c4d8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.rst
View file @
83399fcb
...
...
@@ -2,8 +2,30 @@
======================
0.20.0 (Monday 6th May 2019)
----------------------------
0.20.0 (Tuesday 7th May 2019)
-----------------------------
Added
^^^^^
* The :func:`.isSparse` and :func:`.removeIfSparse` functions accept
a new option, ``mincat``, which allows a categorical to be deemed sparse
if the size of its smallest category is below a given threshold.
Changed
^^^^^^^
* The ``absolute`` parameter to the :func:`.isSparse` and
:func:`.removeIfSparse` functions is deprecated. Instead, they now accept
``abspres`` and ``abscat`` arguments, allowing the
absoluteness/proportionality of the ``minpres`` and ``mincat``/``maxcat``
options to be specified separately.
* Changed default processing rules so that ICD10 variables undergo a slightly
different sparsity test.
Fixed
...
...
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