File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
8
## Version 0.13.1 (2022-01-15)
4
9
5
10
* Universal representation of decay chains:
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies:
10
10
- plumbum>=1.6.9
11
11
- lark-parser>=0.8.0,<0.8.6
12
12
- RISE
13
- - hepunits>=2.1 .0
14
- - particle==0.16 .*
13
+ - hepunits>=2.2 .0
14
+ - particle==0.20 .*
15
15
- pip :
16
16
- .
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ install_requires =
42
42
lark-parser>=0.11.0
43
43
numpy>=1.12
44
44
pandas>=0.22
45
- particle ==0.16 .*
45
+ particle ==0.20 .*
46
46
plumbum>=1.6.9
47
47
importlib-resources>=2.0; python_version<"3.9"
48
48
python_requires = >=3.6
Original file line number Diff line number Diff line change @@ -127,4 +127,5 @@ def test_graphs_with_EvtGen_specific_names():
127
127
dcv = DecayChainViewer (chain )
128
128
129
129
assert "(cs)<SUB>0</SUB>" in dcv .to_string () # not 'cs_0' ;-)
130
- assert "Ξ<SUB>c</SUB><SUP>0</SUP>" in dcv .to_string ()
130
+ assert "Ξ<SUB>b</SUB><SUP>-</SUP>" in dcv .to_string ()
131
+ assert "Ξ<SUB>c</SUB><SUP>0</SUP>" in dcv .to_string ()
You can’t perform that action at this time.
0 commit comments