We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2940ac commit 0ae2512Copy full SHA for 0ae2512
doc/whats-new.rst
@@ -96,6 +96,10 @@ Internal Changes
96
By `András Gunyhó <https://github.com/mgunyho>`_.
97
- Refactor of encoding and decoding times/timedeltas to preserve nanosecond resolution in arrays that contain missing values (:pull:`7827`).
98
By `Kai Mühlbauer <https://github.com/kmuehlbauer>`_.
99
+- Transition ``.rolling_exp`` functions to use `.apply_ufunc` internally rather
100
+ than `.reduce`, as the start of a broader effort to move non-reducing
101
+ functions away from ```.reduce``, (:pull:`8114`).
102
+ By `Maximilian Roos <https://github.com/max-sixty>`_.
103
104
.. _whats-new.2023.08.0:
105
0 commit comments