Skip to content

Releases: Deep-MI/LaPy

LaPy v1.2.0

16 Dec 23:13
Compare
Choose a tag to compare

What's Changed

  • add code to extract level set paths and lengths by @m-reuter in #70

Full Changelog: v1.1.2...v1.2.0

LaPy v1.1.2

15 Dec 22:06
Compare
Choose a tag to compare

Summary

This mainly fixes a minor bug in tria_compute_rotated_f, avoiding a singular matrix by specifying an arbitrary Dirichlet boundary condition at one vertex.

Also fixes an issue with solver.poisson when passing both a function and boundary conditions (adding a new axis, to have a 2d matrix with one column).

What's Changed

Full Changelog: v1.1.1...v1.1.2

LaPy v1.1.1

30 Aug 19:26
c920444
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

LaPy v1.1.0

16 Aug 12:58
fc7d694
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.1.0

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