Skip to content

Releases: QEDjl-project/QEDevents.jl

v0.2.0

04 Nov 12:35
702b4af
Compare
Choose a tag to compare

QEDevents v0.2.0

Diff since v0.1.0

This release contains the addition of the Maxwell-Boltzmann distribution for single particles, and some miscellaneous and maintenance additions.

Merged pull requests:

Closed issues:

  • Remove QEDjl-packages from CompatHelper (#30)
  • Release 0.1.0 (#35)

v0.1.0

16 Aug 09:40
f195481
Compare
Choose a tag to compare

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

  • #15: Format fix
  • #16: Fix compat helper
  • #27: Fix correct particle type usage

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 to ParticleSampleable
  • #36: Cleanup work before v0.1.0 release

Contributors