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
* Documentation build by mscheltienne in https://github.com/Deep-MI/LaPy/pull/22
* Fix numpy deprecation issues by kdiers in https://github.com/Deep-MI/LaPy/pull/28
* Restructure by m-reuter in https://github.com/Deep-MI/LaPy/pull/30
* Fix examples and update changelog by kdiers in https://github.com/Deep-MI/LaPy/pull/31
* add modules initially by m-reuter in https://github.com/Deep-MI/LaPy/pull/32
* docstrings update and rename local modules by m-reuter in https://github.com/Deep-MI/LaPy/pull/33
**Full Changelog**: https://github.com/Deep-MI/LaPy/compare/v0.5.0...v1.0.0