Releases: QEDjl-project/QEDevents.jl
Releases · QEDjl-project/QEDevents.jl
v0.2.0
QEDevents v0.2.0
This release contains the addition of the Maxwell-Boltzmann distribution for single particles, and some miscellaneous and maintenance additions.
Merged pull requests:
- Release version 0.1.0 (#38) (@AntonReinhard)
- Add maxwell boltzmann (#40) (@szabo137)
- CI: set QED dependencies for doc build to dev branch version, if target branch is not main (#41) (@SimeonEhrig)
- Fix branch names and julia version number in CI (#42) (@AntonReinhard)
- Rename project (#43) (@AntonReinhard)
- remove custom registry in CI (#44) (@SimeonEhrig)
- Fix compathelper repository url (#45) (@AntonReinhard)
- Add tagbot (#46) (@AntonReinhard)
- dropped Julia <1.10 in CI, bumped combat to Juila1.10 (#47) (@szabo137)
- Fix CI scripts and compat entries for QEDbase and core (#49) (@AntonReinhard)
- Release to main (#51) (@AntonReinhard)
Closed issues:
v0.1.0
Version 0.1.0
Initial Release
New features
- #12: Add
AbstractSamplerInterface
- #23: Add single particle distribution interface
- #24: Add multi particle distribution interface
- #33: Add process distribution interface
Fixes
Maintenance
- #2: Add installation instructions
- #3: Add unit tests
- #5: Add integration tests
- #8: Remove Manifest.toml
- #9: Add code formatting to CI tasks
- #10: Add documentation build and deploy to CI tasks
- #14: Run unit tests with more julia versions
- #17: Run compat helper only on upstream repository
- #25: Add Julia 1.10 and rc to CI unit tests
- #26: QED.jl refactoring
- #28: Temporarily pin to QEDprocesses.jl dev version
- #29: Temporarily remove QEDprocesses.jl compat entry
- #31: Revert namespace changes during QED.jl refactoring
- #32: Move
randmom
toParticleSampleable
- #36: Cleanup work before v0.1.0 release