v21.11
MaxThevenet
released this
02 Nov 11:49
·
443 commits
to development
since this release
Dependencies
AMReX: release 21.11
openPMD-api: releases 0.12.0-0.14.*
List of PRs
git log --since="2021-09-01" | grep -A 3 "Author: " | grep -B 1 "\-\-" | sed '/--/d' | sed -e 's/^ /- /'
- update release tag in all files (#613)
- add deprecated input check (#612)
- Docs: Tagfile (Doxygen) (#610)
- Use openPMD standard naming in python script (#609)
- add documentation for Parser (#608)
- Table of values for plasma density (#606)
- synchronize on destruct (#602)
- Variable plasma density (#605)
- improve maxwell installation documentation (#607)
- CMake: More Robust git STRIP (#603)
- documentation: linking openPMD-viewer and VisualPIC (#601)
- call pip with python3 -m (#600)
- fix missing space in doc (#598)
- add fix for docutils in requirements (#599)
- ROCm & rocFFT (#583)
- Add Parser (#595)
- change BeamParticleContainer to ParticleTile (#594)
- initialize PhysConst earlier (#592)
- Only store field comps written to file (#582)
- Enable longitudinal refinement (#574)
- Output field coarsening (#580)
- use correct inputs in NotifyFinish (#590)
- final fixed (#589)
- fix zenodo file with orcid (#588)
Notes
The release tag can be updated in all source files with
git grep -l '21.09' | xargs sed -i '' -e 's/21.09/21.11/g'