Skip to content

v1.0.8

Compare
Choose a tag to compare
@florian-wagner florian-wagner released this 27 Sep 17:27
· 2717 commits to master since this release

New functionality

  • automatic type conversion for Numpy scalars (34041b0)
  • automatic type conversion numpy.ndarray to BVector
  • expose abs(RVector), abs(R3Vector) and abs(CVector). No need for pg.abs anymore.
  • expose log(RVector). No need for pg.log anymore.
  • add STL reading support for multiple soldis
  • add basic operatores +/- for IVector

Closed

  • [closed] pygimli.frameworks.harmfit does not work with numpy integers for nc #143

Changes

  • mt.mergePLC recognize node on edge touching (not vice versa)
  • show now checks for used 2d coordinates (x,y) or (x,z)
  • mesh.createNodeWithCheck can now check for edge touching and split the edge on hit
  • renamed: mesh.extract to mesh.createSubMesh