This release contains some minor fixes and CI work. No breaking changes have been introduced.
- #42: Make
mul
function private since*
should be used instead - #47: Fix docs building to deploy to gh-pages correctly
- #44: Add docs building job to the CI
- #46: Remove
Suppressor.jl
dependency which is not needed anymore
Initial Release
- #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
- #27: Fix unit tests when run by integration tests of QEDbase