Skip to content

Releases: QEDjl-project/QEDcore.jl

v0.2.0

28 Oct 20:30
f76daf7
Compare
Choose a tag to compare

QEDcore v0.2.0

Diff since v0.1.1

Merged pull requests:

Closed issues:

  • Lorentz Transforms (#18)
  • Add compat helper (#5)
  • Release 0.1.1 (#48)

v0.1.1

03 Sep 17:10
95641ea
Compare
Choose a tag to compare

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

v0.1.0

17 Jul 07:46
4b5b1e6
Compare
Choose a tag to compare

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

Contributors

@szabo137 @AntonReinhard @SimeonEhrig