Skip to content

v7.16

Compare
Choose a tag to compare
@adtzlr adtzlr released this 13 Feb 22:16
· 1333 commits to main since this release

[7.16.0] - 2024-02-13

Added

  • Add MeshContainer.plot(), img = MeshContainer.screenshot() and ax = MeshContainer.imshow(). The default list of colors contains PyVista's default color as first item and then the list of matplotlib's named colors C1, C2, etc (excluding C0).
  • Add Mesh.merge_duplicate_points(decimals=None) and make Mesh.sweep(decimals=None) an alias of it.
  • Add Mesh.merge_duplicate_cells().

Fixed

  • Fix Mesh.imshow(ax=None), FieldContainer.imshow(ax=None) and SolidBody.imshow(ax=None) from v7.15.

What's Changed

  • Add MeshContainer.plot(), img = MeshContainer.screenshot() and ax = MeshContainer.imshow() by @adtzlr in #611
  • Add mesh.merge_duplicate_points() and mesh.merge_duplicate_cells() by @adtzlr in #612
  • Fix Mesh.imshow(ax=None), FieldContainer.imshow(ax=None) and SolidBody.imshow(ax=None) by @adtzlr in #613

Full Changelog: v7.15.0...v7.16