Skip to content

FloPy 3.4.3

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Sep 20:36
· 296 commits to master since this release
45cb0fa

Version 3.4.3

Provide interim support for Matplotlib 3.8+, which changed the way contours are represented and broke export_contours() and export_contourf().

Note: with MPL 3.8+, FloPy can no longer export interior polygons (i.e. holes) for filled contours. This is a backwards-incompatible change, and could be considered worthy of a major release — with some compunction, FloPy follows MPL's example here, and this remains a patch release. A future version may reimplement contour export and restore support for interior polygons. In the meantime, users requiring interior polygons should pin MPL below 3.8.

Bug fixes