FloPy 3.4.3
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
- fix(export_contours/f): Support matplotlib 3.8+ (#1951). Committed by @wpbonelli on 2023-09-19.
- fix(usg bcf): ksat util3d call --> util2d call (#1959). Committed by @cnicol-gwlogic on 2023-09-22.
- fix(resolve_exe): Support extensionless abs/rel paths on windows (#1957). Committed by @wpbonelli on 2023-09-24.
- fix(mbase): Warn if duplicate pkgs or units (#1964). Committed by @wpbonelli on 2023-09-26.
- fix(get_structured_faceflows): Cover edge cases, expand tests (#1968). Committed by @wpbonelli on 2023-09-29.
- fix(CellBudgetFile): Detect compact fmt by negative nlay (#1966). Committed by @wpbonelli on 2023-09-30.