Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 2.19 KB

CHANGELOG.md

File metadata and controls

36 lines (28 loc) · 2.19 KB

Changelog

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