Skip to content

Commit

Permalink
chore: Prepare release 0.15.1 (#300)
Browse files Browse the repository at this point in the history
* Use lower bound on dependency on Particle

* Prepare release 0.15.1
  • Loading branch information
eduardo-rodrigues committed Feb 2, 2023
1 parent b6f8d79 commit c76c97b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## Version 0.15.1 (2023-02-02)

* Universal representation of decay chains:
- Test suite extended for a significantly better test coverage.
* CI and tests:
- Run doctests via pytest.
- Updates to pre-commit hooks and CI YAML files.

## Version 0.15.0 (2022-11-08)

* Dependencies:
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.21.*
- particle>=0.21.0
- 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.21.*",
"particle>=0.21.0",
"plumbum>=1.6.9",
"typing-extensions;python_version<\"3.8\"",
]
Expand Down

0 comments on commit c76c97b

Please sign in to comment.