Skip to content

Commit 3e06086

Browse files
Prepare release 0.14.0 (#215)
* Prepare release 0.14.0 * Update Particle dependency * Adapt DecayChainViewer tests to new HTML formatting of Greek letters in Particle
1 parent 5f386b1 commit 3e06086

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## Version 0.14.0 (2022-01-17)
4+
5+
Package dependent on Python 3 only ``Particle`` version 0.20.
6+
Otherwise identical to series 0.13.
7+
38
## Version 0.13.1 (2022-01-15)
49

510
* Universal representation of decay chains:

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- plumbum>=1.6.9
1111
- lark-parser>=0.8.0,<0.8.6
1212
- RISE
13-
- hepunits>=2.1.0
14-
- particle==0.16.*
13+
- hepunits>=2.2.0
14+
- particle==0.20.*
1515
- pip:
1616
- .

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ install_requires =
4242
lark-parser>=0.11.0
4343
numpy>=1.12
4444
pandas>=0.22
45-
particle==0.16.*
45+
particle==0.20.*
4646
plumbum>=1.6.9
4747
importlib-resources>=2.0;python_version<"3.9"
4848
python_requires = >=3.6

tests/decay/test_viewer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,5 @@ def test_graphs_with_EvtGen_specific_names():
127127
dcv = DecayChainViewer(chain)
128128

129129
assert "(cs)<SUB>0</SUB>" in dcv.to_string() # not 'cs_0' ;-)
130-
assert "&Xi;<SUB>c</SUB><SUP>0</SUP>" in dcv.to_string()
130+
assert "&#x039e;<SUB>b</SUB><SUP>-</SUP>" in dcv.to_string()
131+
assert "&#x039e;<SUB>c</SUB><SUP>0</SUP>" in dcv.to_string()

0 commit comments

Comments
 (0)