Releases: ChristopherMayes/openPMD-beamphysics
Releases · ChristopherMayes/openPMD-beamphysics
openPMD-beamphysics v0.7.3
openPMD-beamphysics v0.7.2
What's Changed
- Working ANSYS example by @ChristopherMayes in #28
- Remove cell numbering and clean up notebooks by @ChristopherMayes in #29
- Add track_field_1df by @ChristopherMayes in #30
Full Changelog: v0.7.1...v0.7.2
openPMD-beamphysics v0.7.1
What's Changed
- Add basic particle tests and workflow by @ChristopherMayes in #27
Full Changelog: v0.7.0...v0.7.1
openPMD-beamphysics v0.7.0
What's Changed
- Impact field devel by @ChristopherMayes in #24
- Basic examples in docs by @ChristopherMayes in #25
- Allow weights to be = 0 by @ColwynGulliford in #26
New Contributors
- @ColwynGulliford made their first contribution in #26
Full Changelog: v0.6.2...v0.7.0
openPMD-beamphysics v0.6.2
openPMD-beamphysics v0.6.1
- add
n_particle
to units.
Full Changelog: v0.6.0...v0.6.1
openPMD-beamphysics v0.6.0
What's Changed
- Add ParticleStatus enum by @ChristopherMayes in #21
- Fixes a bug when writing Astra particles at the cathode.
Full Changelog: v0.5.9...v0.6.0
openPMD-beamphysics v0.5.9
- Move parse_astra_phase_file from LUME-Astra into here
- Better species handling
Full Changelog: v0.5.8...v0.5.9
openPMD-beamphysics v0.5.8
- Add
pmd_beamphysics.interfaces.astra.parse_astra_phase_file
(this came from LUME-Astra) - This extends species handling to protons, positrons, hydrogen
openPMD-beamphysics v0.5.7
- update the name in
setup.py
toopenpmd-beamphysics
, which matches the conda-forge name. - add convenience function
particles.centroid
. Note that this is not a method in the ParticleGroup class.