comparison CHANGES.txt @ 525:be6ef72c55d5

Change Configuration.expand_variable() to Configuration.interpolate_variables()
author Franz Glasner <f.glasner@feldmann-mg.com>
date Mon, 20 Dec 2021 12:43:17 +0100
parents 45ad19fe1e5b
children 07199a532bf8
comparison
equal deleted inserted replaced
524:09b8e28b7a44 525:be6ef72c55d5
19 Removed some unused keyword arguments from methods -- also public ones: 19 Removed some unused keyword arguments from methods -- also public ones:
20 20
21 * :py:meth:`~configmix.config.Configuration.expand_ref_uri` 21 * :py:meth:`~configmix.config.Configuration.expand_ref_uri`
22 * :py:meth:`~configmix.config.Configuration.expand_if_reference` 22 * :py:meth:`~configmix.config.Configuration.expand_if_reference`
23 * :py:meth:`~configmix.config.Configuration._lookupref` 23 * :py:meth:`~configmix.config.Configuration._lookupref`
24
25 - **[breaking]**
26 Change methodname from `expand_variable()` to
27 :py:meth:`configmix.config.Configuration.interpolate_variables`
24 28
25 - **[misc]** 29 - **[misc]**
26 Improved overall performance by a factor of 0.25 to 0.3 30 Improved overall performance by a factor of 0.25 to 0.3
27 31
28 - **[bugfix]** 32 - **[bugfix]**