21.02
Dependencies
AMReX: release 21.02
https://github.com/AMReX-Codes/amrex/releases/tag/21.02
PICSAR (development
, incl. QED): ECP-WarpX/picsar@024db7c
List of PRs merged since the last release
This list was generated with
git log --since=21.01 | grep -A 3 "Author: " | grep -B 1 "\-\-" | sed '/--/d' | sed -e 's/^ /- /'
- scipy 1.5+ (#1670)
- requirements.txt: fix overspecification (#1668)
- parameter.rst fixes (#1663)
- fix inconsistent formatting (#1666)
- [mini-PR] Add particle tiling documentation (#1665)
- make sure we redefine the tmp particle tiles when we load balance. (#1658)
- Reset broken benchmark for CI test initial_distribution (#1661)
- Updates for electrostatic solver (#1604)
- Modern setup.py: CMake-Driven, Multi-Dimensional (#1647)
- Take time step into account to compute guard cells for J and rho (#1607)
- Add filter for particle histogram (#1643)
- Start Embedded Boundary development (#1641)
- CI: Ubuntu-latest -> 20.04 (#1654)
- [mini-PR] Broken link to scripts (#1651)
- Replace an always false test with an abort (#1655)
- Use pinned memory for tmp particles in diags. (#1644)
- Cleaned up field diagnostic in picmi interface (#1649)
- Add parameter for default galilean velocity (#1097)
- Remove unused lines about particle filters (#1646)
- Fix number of guard cells in PML with 2D PSATD (#1648)
- Start: PerformanceHints After Init (#1630)