Changes

Version 1.2.0

  • [SRC] Updated MeshTool.

  • [SRC] Added read-only Mesh.elements attribute to access the element-to-node graph.

  • [DOC] Fixed typo in Mesh.generate_distancefield documentation.

  • [SRC] Added read-only element iterator to Mesh class.

  • [SRC] Added read-only element access via __getitem__ and __len__ operator.

  • [GEN] Fixed typos in CHANGES.md.

  • [SRC] Changes in Mesh.query_idx function.
    • Return the index not an array if only one index was found.

    • Return None if no index was found.

Version 1.1.3

  • [SRC] Updated MeshTool.

  • [GEN] Added wheels for Python 3.14.

  • [GEN] Added wheels for Linux+ARM systems.

Version 1.1.2

  • [SRC] Updated MeshTool.

  • [SRC] Bug fix in Mesh.query_idxlist function.
    • Missing condition in shape check.

Version 1.1.1

  • [SRC] Updated MeshTool.

  • [SRC] Bug fix in Mesh.query_idxlist function.
    • The default threshold array was initialized with the wrong size.

    • The threshold argument can be a single value.

    • Return the index not an array if only one index was found.

  • [DOC] Updated documentation for pymeshtool.query_idxlist function.

  • [DOC] Added preprint to online documentation.

Version 1.1.0

  • [SRC] Added Mesh.extract_elements to extract a sub-mesh based on a list of element indices.

  • [SRC] Bug fix in pymeshtool.save_vtx function.

  • [DOC] Updated documentation for pymeshtool.save_vtx function.

Version 1.0.0

  • [GEN] Published version 1.0.0 to PyPi.