Mercurial > hgrepos > Python > libs > ConfigMix
comparison CHANGES.txt @ 790:ddb122635d35
Make version formatting in CHANGES.txt consistent: no "v" prefix
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 17 May 2026 13:59:56 +0200 |
| parents | 6f0a46c4b79e |
| children |
comparison
equal
deleted
inserted
replaced
| 789:8ab718cbec22 | 790:ddb122635d35 |
|---|---|
| 39 | 39 |
| 40 - **[bugfix,tests]** | 40 - **[bugfix,tests]** |
| 41 Add missing test data file(s). | 41 Add missing test data file(s). |
| 42 | 42 |
| 43 | 43 |
| 44 v0.23.2 (2023-12-04) | 44 0.23.2 (2023-12-04) |
| 45 ~~~~~~~~~~~~~~~~~~~~ | 45 ~~~~~~~~~~~~~~~~~~~ |
| 46 | 46 |
| 47 - **[feature]** | 47 - **[feature]** |
| 48 Implement new method | 48 Implement new method |
| 49 :py:meth:`~configmix.config.Configuration.extract_new_config`. | 49 :py:meth:`~configmix.config.Configuration.extract_new_config`. |
| 50 | 50 |
| 51 - **[test]** | 51 - **[test]** |
| 52 Test fixes for the tests on Windows | 52 Test fixes for the tests on Windows |
| 53 | 53 |
| 54 | 54 |
| 55 v0.23.1 (2023-10-31) | 55 0.23.1 (2023-10-31) |
| 56 ~~~~~~~~~~~~~~~~~~~~ | 56 ~~~~~~~~~~~~~~~~~~~ |
| 57 | 57 |
| 58 - **[bugfix,misc]** | 58 - **[bugfix,misc]** |
| 59 Implement real proper conformance to :pep:`491`: | 59 Implement real proper conformance to :pep:`491`: |
| 60 Even is ``Root-Is-Purelib: false`` the wheel package data subdir | 60 Even is ``Root-Is-Purelib: false`` the wheel package data subdir |
| 61 ``platlib`` dictated installation into ``platlib`` previously. | 61 ``platlib`` dictated installation into ``platlib`` previously. |
| 62 | 62 |
| 63 | 63 |
| 64 v0.23 (2023-10-30) | 64 0.23 (2023-10-30) |
| 65 ~~~~~~~~~~~~~~~~~~ | 65 ~~~~~~~~~~~~~~~~~ |
| 66 | 66 |
| 67 - **[feature]** | 67 - **[feature]** |
| 68 Allow new merge strategies for lists: extend or prepend instead of | 68 Allow new merge strategies for lists: extend or prepend instead of |
| 69 replace. This is implemented with a new optional parameter | 69 replace. This is implemented with a new optional parameter |
| 70 ``merge_lists`` for :py:func:`configmix.load` or | 70 ``merge_lists`` for :py:func:`configmix.load` or |
| 75 | 75 |
| 76 - **[test]** | 76 - **[test]** |
| 77 Test fixes and enhancements | 77 Test fixes and enhancements |
| 78 | 78 |
| 79 | 79 |
| 80 v0.22 (2023-08-17) | 80 0.22 (2023-08-17) |
| 81 ~~~~~~~~~~~~~~~~~~ | 81 ~~~~~~~~~~~~~~~~~ |
| 82 | 82 |
| 83 - **[feature]** | 83 - **[feature]** |
| 84 Nested interpolation for filters. | 84 Nested interpolation for filters. |
| 85 | 85 |
| 86 - **[feature]** | 86 - **[feature]** |
| 87 Chaining filters can be done (and is indeed now the preferred way) with | 87 Chaining filters can be done (and is indeed now the preferred way) with |
| 88 commas (``,``) in addition to the pipe symbol (``|``). | 88 commas (``,``) in addition to the pipe symbol (``|``). |
| 89 | 89 |
| 90 | 90 |
| 91 v0.21.4 (2023-06-14) | 91 0.21.4 (2023-06-14) |
| 92 ~~~~~~~~~~~~~~~~~~~~ | 92 ~~~~~~~~~~~~~~~~~~~ |
| 93 | 93 |
| 94 - **[feature]** | 94 - **[feature]** |
| 95 Implement a new ``SYS`` variable namespace with ``executable``, | 95 Implement a new ``SYS`` variable namespace with ``executable``, |
| 96 ``prefix``, ``base_prefix`` and ``platform`` as current content. | 96 ``prefix``, ``base_prefix`` and ``platform`` as current content. |
| 97 | 97 |
| 98 | 98 |
| 99 v0.21.3 (2023-06-12) | 99 0.21.3 (2023-06-12) |
| 100 ~~~~~~~~~~~~~~~~~~~~ | 100 ~~~~~~~~~~~~~~~~~~~ |
| 101 | 101 |
| 102 - **[bugfix]** | 102 - **[bugfix]** |
| 103 Fixed some format string errors in the YAML loader. These errors were only | 103 Fixed some format string errors in the YAML loader. These errors were only |
| 104 encountered in exception handlers. | 104 encountered in exception handlers. |
| 105 | 105 |
