Releases: QEDjl-project/QEDfields.jl
Releases · QEDjl-project/QEDfields.jl
v0.2.0
QEDfields v0.2.0
This release includes a Gaussian Pulsed Plane Wave field implementation and some miscellaneous maintenance additions.
Merged pull requests:
- Add Gaussian Pulsed Plane Wave field (#27) (@steindev)
- Release 0.1.0 (#41) (@AntonReinhard)
- CI: set QED dependencies for doc build to dev branch version, if target branch is not main (#43) (@SimeonEhrig)
- Fix branch names and julia version in CI (#44) (@AntonReinhard)
- Rename project (#45) (@AntonReinhard)
- remove custom registry in CI (#46) (@SimeonEhrig)
- Add tagbot (#47) (@AntonReinhard)
- dropped Julia <1.10 in CI, bumped combat to Juila1.10 (#48) (@szabo137)
- Fix CI and update compat (#51) (@AntonReinhard)
- Release 0.2.0 to main (#53) (@AntonReinhard)
- Update version to 0.2.0 (#54) (@AntonReinhard)
Closed issues:
v0.1.0
Version 0.1.0
Initial Release
New features
- #14: Add interface for pulsed plane-wave fields (
AbstractBackgroundField
) - #24: Add Cos Square Pulse background field implementation
Maintenance
- #3: Add unit testing
- #5: Add integration tests
- #8: Add install instructions
- #11: Add JuliaFormatter
- #12: Remove Manifest.toml
- #13: Move CI formatting job to github actions
- #15: Add documentation build and deploy jobs to CI
- #17: Run unit tests with additional Julia versions
- #18: Fix compat helper
- #19: Run compat helper only on upstream repository
- #26: Refactor cos square pulse implementation
- #29: QED.jl refactoring
- #30: Use QEDcore.jl implementations over QEDbase
- #34: Refactoring cleanup
- #36: Add Julia 1.10 and rc to CI testing versions
- #39: Cleanup work for 0.1.0 release