Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
coroa committed Oct 22, 2024
1 parent 76f1ea5 commit c0f5e75
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Changelog
=========

* Add support for so-called optional patterns to :func:`~core.extractlevel` and
:func:`~core.formatlevel`, for instance:
``df.pix.extract(variable="Emissions|{gas}|{sector}", optional=["sector"])``
decomposes ``Emissions|CO2`` into ``{"gas": "CO2", "sector": "Total"}``.

v0.5.2 (2024-08-24)
------------------------------------------------------------
* Bumps minimum python version to 3.9 (which is close to EOL, anyway)
Expand Down

0 comments on commit c0f5e75

Please sign in to comment.