Skip to content

Commit

Permalink
Update CHANGELOG for pre-release v0.2.10-b1
Browse files Browse the repository at this point in the history
  • Loading branch information
coroa committed Jul 26, 2023
1 parent 9fd4d0d commit bdf2c5b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
Changelog
=========

v0.2.10-b1 (2023-07-26)
------------------------------------------------------------
* Revise :mod:`arithmetics` module:

* Add all standard binary ops: ``add``, ``sub``, ``mul``, ``pow``, ``mod``,
``floordiv``, ``truediv``, ``divmod``, ``radd``, ``rsub``, ``rmul``,
``rpow``, ``rmod``, ``rfloordiv``, ``rtruediv``, ``rdivmod``
* Support in-call assignment of individual levels using ``assign`` argument,
like ``div(generation, capacity, assign=dict(variable="capacity_factor"))``
* Add a unit-aware variant for each binary op, like
:func:`~arithmetics.unitadd`, or :func:`~arithmetics.unitmul`, which
updates homogeneous units automatically with the calculation

* Add ``fill_value`` argument to :func:`~core.semijoin` for filling joining gaps
* Add :func:`~core.aggregatelevel` for aggregating individual level labels; in
:pull:`32`
* Fix :func:`~core.formatlevel` to create a simple single-level index, if only
Expand Down

0 comments on commit bdf2c5b

Please sign in to comment.