Skip to content

Commit

Permalink
chore: Prepare release 0.15.0 (#283)
Browse files Browse the repository at this point in the history
* Depend on Particle 0.21series

* CHANGELOG.md update
  • Loading branch information
eduardo-rodrigues authored Nov 8, 2022
1 parent 0a12287 commit 719311e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## Version 0.15.0 (2022-11-08)

* Dependencies:
- Package dependent on ``Particle`` version 0.21.x.
- Adapted to Python 3 only Lark 1.x series.
- Support for Python 3.11 added and support for Python 3.6 removed.
* Parsing of decay files (aka .dec files):
- Updated to the latest Belle II master file DECAY.DEC.
- Added support for ModelAlias keyword used in Belle II decay files.
* Miscellaneous:
- Added a CITATION.cff file.
- Moved over to using hatchling.
- Started using AllContributors to acknowledge contributions explicitly.
* CI and tests:
- Updates to pre-commit hooks and CI YAML files.
- Various improvements to the CI.

## Version 0.14.2 (2022-07-11)

* Parsing of decay files (aka .dec files):
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ dependencies:
- lark>=1.0.0
- RISE
- hepunits>=2.2.0
- particle==0.20.*
- particle==0.21.*
- pip:
- .
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies = [
"lark>=1.0.0",
"numpy>=1.12",
"pandas>=0.22",
"particle==0.20.*",
"particle==0.21.*",
"plumbum>=1.6.9",
"typing-extensions;python_version<\"3.8\"",
]
Expand Down

0 comments on commit 719311e

Please sign in to comment.