comparison CHANGES.txt @ 534:07199a532bf8

Changelog
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 21 Dec 2021 09:43:34 +0100
parents be6ef72c55d5
children 16f077229ec2
comparison
equal deleted inserted replaced
533:e43db776f80a 534:07199a532bf8
25 - **[breaking]** 25 - **[breaking]**
26 Change methodname from `expand_variable()` to 26 Change methodname from `expand_variable()` to
27 :py:meth:`configmix.config.Configuration.interpolate_variables` 27 :py:meth:`configmix.config.Configuration.interpolate_variables`
28 28
29 - **[misc]** 29 - **[misc]**
30 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 using
31 algorithmic changes.
32
33 - **[misc]**
34 Improved performance by internal caching.
31 35
32 - **[bugfix]** 36 - **[bugfix]**
33 Implement :py:meth:`~configmix.config.Configuration.values` and 37 Implement :py:meth:`~configmix.config.Configuration.values` and
34 :py:meth:`~configmix.config.Configuration.items` that yield non-interpolated 38 :py:meth:`~configmix.config.Configuration.items` that yield non-interpolated
35 configuration values. This is needed now because attribute access now 39 configuration values. This is needed now because attribute access now