-------------- - Add function `extend_adj` to extend existing mesh neighborhood definition by k hopds along mesh edges. - Add support for NAN values in `smooth_pvd` and `smooth_pvd_adj` functions.
0.1.2
------------- - FIX: Include all required source files in MANIFEST.in, so we can later build the conda recipe and the bdist from the sdist.
0.1.1
------------- - FIX: Support Windows build by updating libfs to 78641fc. The old libfs version did not compile with the Microsoft Visual Studio C++ 17 2022 compiler.
0.1.0
------------- - Initial `pyhaze` release, exposing functions `construct_cube`, `smooth_pvd` and `smooth_pvd_adj`. The `Mesh` class is also exposed.