File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed
Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Install using pip (>= 19.0).
77
88``` bash
99pip install --upgrade pip
10- pip install git+https://github.com/cms-l1-globaltrigger/tm-diff.git@0.6.3
10+ pip install git+https://github.com/cms-l1-globaltrigger/tm-diff.git@0.7.0
1111```
1212
1313## Basic usage
Original file line number Diff line number Diff line change 1- tm-python @ git+https://github.com/cms-l1-globaltrigger/tm-python@0.7.4
1+ tm-python @ git+https://github.com/cms-l1-globaltrigger/tm-python@0.8.0
Original file line number Diff line number Diff line change 44
55setup (
66 name = "tm-diff" ,
7- version = '0.6.3 ' ,
7+ version = '0.7.0 ' ,
88 url = "https://github.com/cms-l1-globaltrigger/tm-diff" ,
99 author = "Bernhard Arnold" ,
1010 author_email = "bernhard.arnold@cern.ch" ,
1111 description = "Compare the content of two XML trigger menus." ,
1212 long_description = long_description ,
1313 packages = ['tmDiff' ],
1414 install_requires = [
15- 'tm-python @ git+https://github.com/cms-l1-globaltrigger/tm-python@0.7.4 ' ,
15+ 'tm-python @ git+https://github.com/cms-l1-globaltrigger/tm-python@0.8.0 ' ,
1616 ],
1717 entry_points = {
1818 'console_scripts' : [
Original file line number Diff line number Diff line change 1- __version__ = '0.6.3 '
1+ __version__ = '0.7.0 '
Original file line number Diff line number Diff line change @@ -94,12 +94,14 @@ class Algorithm(Diffable):
9494 'name' ,
9595 'expression' ,
9696 'comment' ,
97+ 'labels' ,
9798 )
9899
99100 report_attributes = (
100101 'index' ,
101102 'name' ,
102103 'expression' ,
104+ 'labels' ,
103105 )
104106
105107class Cut (Diffable ):
You can’t perform that action at this time.
0 commit comments