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
7ec0dc77
Commit
7ec0dc77
authored
May 28, 2019
by
Paul McCarthy
🚵
Browse files
DOC: changelog
parent
dce9a08f
Changes
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.rst
View file @
7ec0dc77
...
@@ -2,6 +2,47 @@ FUNPACK changelog
...
@@ -2,6 +2,47 @@ FUNPACK changelog
=================
=================
1.3.0 (Wednesday 29th May 2019)
-------------------------------
Added
^^^^^
* New :func:`.codeToNumeric` cleaning function, for transforming hierarhical
variable codes.
* New :func:`.hierarchy.codeToNumeric` and
:func:`.hierarchy.numericToCode` functions.
Changed
^^^^^^^
* Built-in cleaning and processing rules are no longer applied by default -
they are now a part of the built-in ``fmrib`` configuration, and can be
applied via ``-cfg fmrib``.
* Updates to built-in ``fmrib`` processing.
* The ``flattenHierarchical`` processing function accepts a ``name`` argument,
allowing the hierarchical data type name to be specified. If not provided,
the type is inferred from the variable ID if possible.
Deprecated
^^^^^^^^^^
* The :func:`.convertICD10Codes` cleaning function has been replaced by
the new :func:`.codeToNumeric` function, which can be used with any
hierarchical variable.
* The :func:`.icd10.codeToNumeric` and :func:`.icd10.numericToCode` functions
have been replaced by the :func:`.hierarchy.codeToNumeric` and
:func:`.hierarchy.numericToCode` functions.
* The :func:`.loadDefaultTables` function is obsolete and has been deprecated.
1.2.1 (Tuesday 28th May 2019)
1.2.1 (Tuesday 28th May 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