Skip to content

Commit

Permalink
Merge branch 'pydata:main' into pandas-stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
headtr1ck authored Jul 8, 2024
2 parents 2b678b1 + 179c670 commit 7b08a94
Show file tree
Hide file tree
Showing 13 changed files with 671 additions and 319 deletions.
5 changes: 5 additions & 0 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Deprecations

Bug fixes
~~~~~~~~~
- Don't convert custom indexes to ``pandas`` indexes when computing a diff (:pull:`9157`)
By `Justus Magin <https://github.com/keewis>`_.
- Make :py:func:`testing.assert_allclose` work with numpy 2.0 (:issue:`9165`, :pull:`9166`).
By `Pontus Lurcock <https://github.com/pont-us>`_.
- Allow diffing objects with array attributes on variables (:issue:`9153`, :pull:`9169`).
Expand All @@ -47,6 +49,9 @@ Bug fixes
By `Michael Niklas <https://github.com/headtr1ck>`_.
- Dark themes are now properly detected for ``html[data-theme=dark]``-tags (:pull:`9200`).
By `Dieter Werthmüller <https://github.com/prisae>`_.
- Reductions no longer fail for ``np.complex_`` dtype arrays when numbagg is
installed.
By `Maximilian Roos <https://github.com/max-sixty>`_

Documentation
~~~~~~~~~~~~~
Expand Down
Loading

0 comments on commit 7b08a94

Please sign in to comment.