You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Python API
Added HDF5MultiFileReader to read simulation data from several HDF5 files at once.
Simulation.toDB can now be called without a uid.
Random number generators (RNG class) now have default constructor arguments
Bugfixes
Improve behavior of stochastic paths (added in 5.0.1). Vesicles test more available sites on path, which reduces chance of vesicle becoming blocked if furthest site is unavailable.
Fix rare vesicle surface diffusion crash for boost versions < 1.73 (issue was introduced in 5.0.2)
Fix vesicles erroneously diffusing to different compartment (issue was introduced in 5.0.1)
Fix compilation issues with mpi4py >= 4.0.0 and Open MPI < 5.0.0
Fix DistMesh.intersect method computations failing under some conditions
Dependencies
Updated the overlap library to d2a165e (development version)