* New parameter `entry_noise` to enable or disable the endfeet activity on entry nodes. (41) * Add helper script to load archngv graphs and convert them in pickle binary format. (40)
0.1.5
* Lazy import of mpi4py module (27)
0.1.4
* Bump minimal supported version of Python to 3.10. Continuous integration now uses Python 3.11 (23)
0.1.3
* New function `distribute_array` for scattering numpy arrays. (17) * PETSc solver: replaced GMRES with LGMRES. Added null space information. (20)
0.1.2
* Introduce the class `utils.Graph` to optimize the computation of node degrees. (12) * Compute flow and pressure only on the main connected component. (12)
0.1.1
* vkt is now an optional dependency. Use `pip install astrovascpy[viz]` to enable it. (14) * Fix PetscBinaryIO.get_conf() value on error. Returns a valid config when PETSc installation cannot be located. (14)