Skip to content

Commit

Permalink
Merge branch 'main' into faster-unique-rows
Browse files Browse the repository at this point in the history
  • Loading branch information
Huite committed Sep 4, 2024
2 parents f4d0ac8 + b2f9dd6 commit 078327c
Show file tree
Hide file tree
Showing 3 changed files with 9,261 additions and 8,296 deletions.
7 changes: 5 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog`_, and this project adheres to
`Semantic Versioning`_.

Unreleased
----------
[0.12.0] 2024-09-03
-------------------

Fixed
~~~~~
Expand Down Expand Up @@ -35,6 +35,9 @@ Changed
now also return points that are located on the edges of 2D topologies.
- :attr:`xugrid.Ugrid1d.dimensions` and :attr:`xugrid.Ugrid2d.dimensions` now
raise a FutureWarning; use ``.dims`` or ``.sizes`` instead.
- Improved performance of :func:`xugrid.open_dataset` and
:func:`xugrid.merge_partitions` when handling datasets with a large number
of variables (>100).

[0.11.2] 2024-08-16
-------------------
Expand Down
Loading

0 comments on commit 078327c

Please sign in to comment.