Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,9 @@ This document explains the changes made to Iris for this release
#. `@trexfeathers`_ updated the install process to work with setuptools `>=v64`,
making `v64` the minimum compatible version. (:pull:`4903`)

#. `@stephenworsley`_ introduced the ``shapely < 1.8.3`` maximum pin, avoiding a
bug caused by its interaction with cartopy. (:pull:`4911`)
#. `@stephenworsley`_ and `@trexfeathers`_ introduced the ``shapely < 1.8.3``
maximum pin, avoiding a bug caused by its interaction with cartopy.
(:pull:`4911`, :pull:`4917`)


πŸ“š Documentation
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ install_requires =
netcdf4
numpy>=1.19
scipy
shapely<1.8.3
xxhash
packages = find_namespace:
package_dir =
Expand Down