Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.86 KB

CHANGELOG.md

File metadata and controls

39 lines (24 loc) · 1.86 KB

Changelog

Version 0.1.1

This release contains some minor fixes and CI work. No breaking changes have been introduced.

diff since 0.1.0

Fixes

  • #42: Make mul function private since * should be used instead
  • #47: Fix docs building to deploy to gh-pages correctly

Maintenance

  • #44: Add docs building job to the CI
  • #46: Remove Suppressor.jl dependency which is not needed anymore

Version 0.1.0

Initial Release

New features

  • #6, #23, #25, #29: Setup basic functionality from QEDbase and QEDprocesses
  • #26: Move QEDbase concrete particle types here
  • #28: Move base_state implementations from QEDbase
  • #30: Add integration tests
  • #31: Add convenient constructors for PhaseSpacePoint
  • #32: Use Reexport.jl to export QEDbase's symbols

Fixes

  • #27: Fix unit tests when run by integration tests of QEDbase

Maintenance

  • #15: Add Gitlab CI setup
  • #16: Add automatic formatting setup