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
cfa966c3
Commit
cfa966c3
authored
Mar 18, 2019
by
Paul McCarthy
🚵
Browse files
DOC: changelog
parent
b380e3b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.rst
View file @
cfa966c3
...
...
@@ -2,6 +2,31 @@
======================
0.15.0 (Under development)
--------------------------
Added
^^^^^
* New cleaning function, :func:`.flattenHierarchical`, for use with
hierarchical variables (e.g. ICD10). The function can be used to replace
leaf values with parent values.
* New :mod:`.hierarchy` module which contains helper functions and data
structures for working with hierarchical variables.
Deprecated
^^^^^^^^^^
* The :func:`.readICD10ConfigFile` function has been replaced with the
:func:`.loadHierarchyFile` function.
* The :class:`.ICD10Hierarchy` class has been replaced with the
:class:`.Hierarchy` class .
0.14.8 (Monday 18th March 2019)
-------------------------------
...
...
@@ -10,8 +35,8 @@ Fixed
^^^^^
* Fixed an issue with the
``
binariseCategorical`
`
processing function
being
applied to ICD10 codes.
* Fixed an issue with the
:func:`.
binariseCategorical` processing function
being
applied to ICD10 codes.
0.14.7 (Sunday 17th March 2019)
...
...
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