Skip to content

Releases: pyvista/scikit-gmsh

v0.2.1

04 Sep 01:23
Compare
Choose a tag to compare

v0.2.0

22 Aug 02:08
Compare
Choose a tag to compare

What's Changed

Breaking Changes

New Features

  • Add cylinder as an example of a simple geometry by @tkoyama010 in #301
  • Add support of shapely.geometry.Polygon in Delaunay2D class by @tkoyama010 in #336

Bug fixes or behavior changes

Documentation

Maintenance

New Contributors

Full Changelog: v0.1...v0.2.0

v0.1

04 Apr 05:37
Compare
Choose a tag to compare

What's Changed

New Features

  • Add tutorial to show how to use pyvista-gmsh which is inspired by gmsh tutorial by @tkoyama010 in #1
  • Add delaunay_3d function to generate 3D mesh by @tkoyama010 in #23
  • Support list in target_sizes to set each point by @tkoyama010 in #138
  • Add Plotter class plotting object to display mesh by @tkoyama010 in #188
  • Add PolyData class to represent geometry object by @tkoyama010 in #198

Bug fixes or behavior changes

Documentation

Read more