Skip to content

Releases: Deep-MI/LaPy

v1.0.1

28 Jun 12:04
d0adab7
Compare
Choose a tag to compare

LaPy v1.0.1

Bug Fix: export_ev --> write_ev in diffgeo.py by @AhmedFaisal95 in #38

Full Changelog: v1.0.0...v1.0.1

v1.0.0

15 Jun 15:35
e0f2d70
Compare
Choose a tag to compare

LaPy v1.0.0

Attention: this release contains API changes!

  • Classes: TriaMesh, TetMesh, and Solver are still available directly at top level and imported directly from lapy.
  • Mesh IO: mesh classes have been extended with IO class member functions and TriaIO and TetIO have been deprecated. Use read_* and write_* class members to load and write mehses, for example, TriaMesh.read_vtk() to import a VTK triangle mesh file. This simplifies IO greatly.
  • Module names have been changed to comply with PEP8 conventions (lower case). For example, DiffGeo to diffgeo, FuncIO to io, and Plot to plot, etc.

What's Changed

Full Changelog: v0.5.0...v1.0.0

v0.6.0

17 May 15:42
Compare
Choose a tag to compare

Lapy v0.6.0

What's Changed

Full Changelog: v0.4.1...v0.6.0

v0.4.1

23 Feb 16:45
bfaac50
Compare
Choose a tag to compare

Lapy v0.4.1

This is the first LaPy release distributed via Pypi

What's Changed

  • allow passing use_cholmod flag by @m-reuter in #8
  • Fix for scikit sparse dependency issue by @AhmedFaisal95 in #7
  • Update .gitignore with a complete Python version, update packaging and add workflows by @mscheltienne in #16
  • Format Solver.py docstring to match numpy convention by @mscheltienne in #17

Thanks to all the contributors!

Full Changelog: 0.3...v0.4.1