New Features
- Support for neighbor iteration without stored neighbors (
LinkedCellList
binning used withinneighbor_parallel_for
) - Global particle communication based on the grid:
Grid::GlobalParticleComm
- Added particle removal (without MPI):
remove
- Added neighbor list histograms
- Added interfaces for total and maximum neighbors
Bug Fixes and Improvements
- Added support for
Kokkos::View
in neighbor lists and spatial binning - Performance benchmark and benchmark plotting improvements
- Fixed memory leaks in HYPRE solver interfaces
- Updated ArborX neighbor interface for compatibility with newest versions
- Added subfiling support for HDF5 particle output
Minimum dependency version updates
- Kokkos minimum 4.1 (previously 3.7)