Skip to content

Commit 8c87d39

Browse files
authored
Update CHANGES for 0.7.1 (#249)
* Update CHANGES for 0.7.1 * Add PR#251 to CHANGES
1 parent 3fafa52 commit 8c87d39

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

CHANGES.rst

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,30 @@
11
What's new
22
==========
33

4-
0.7.1 (unreleased)
4+
0.7.1 (2023-04-03)
55
------------------
66

77
Bug fixes
88
~~~~~~~~~
9-
- Fix ``Mesh.from_polygons`` to support ``shapely`` 2.0. By `Pascal Bourgault <https://github.com/aulemahal>`_.
9+
* Fix ``Mesh.from_polygons`` and unpin Shapely to add support for Shapely 2.0 (:pull:`219`). By `Pascal Bourgault <https://github.com/aulemahal>`_
10+
* Implement workaround for setup conda problem (:pull:`229`). By `Raphael Dussin <https://github.com/raphaeldussin>`_
11+
* Update CI and doc - fix for DataArrays (:pull:`230`). By `Pascal Bourgault <https://github.com/aulemahal>`_
12+
* Fix ci/cd badge for build status (:pull:`231`). By `Pierre Manchon <https://github.com/pierre-manchon>`_
13+
* Update CI for Micromamba environments (:pull:`233`). By `Trevor James Smith <https://github.com/Zeitsperre>`_
14+
* Fix error in test with Shapely 2.0 (:pull:`251`). By `David Huard <https://github.com/huard>`_
15+
16+
New features
17+
~~~~~~~~~~~~
18+
* Add util to build tripolar grid (:pull:`228`). By `Raphael Dussin <https://github.com/raphaeldussin>`_
19+
20+
Documentation
21+
~~~~~~~~~~~~~
22+
* Document installation options for ESMpy (:pull:`241`). By `Matthew Plough <https://github.com/mplough-kobold>`_
23+
24+
Internal changes
25+
~~~~~~~~~~~~~~~~
26+
* Modernize the package configuration / publish to PyPI (:pull:`248`). By `Filipe Fernandes <https://github.com/ocefpaf>`_
27+
1028

1129
0.7.0 (2022-12-16)
1230
------------------

0 commit comments

Comments
 (0)