File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -202,11 +202,11 @@ Developed for [arXiv:2006.09387](http://arxiv.org/abs/2006.09387)
202
202
203
203
## TODO
204
204
205
- - [ ] Clean cutflow reader needs optimization and clarity
205
+ - [x ] Clean cutflow reader needs optimization and clarity
206
206
207
207
- [x] Generalize table writer and add latex writer
208
208
209
- - [ ] Histogram reader
209
+ - [x ] Histogram reader
210
210
211
211
- [ ] Overall Ma5 Analysis parser
212
212
Original file line number Diff line number Diff line change 12
12
13
13
setup (
14
14
name = "ma5_expert" ,
15
- version = "2.0.0 " ,
15
+ version = "2.0.1 " ,
16
16
description = ("MadAnalysis 5 interpreter for Expert mode" ),
17
17
long_description = long_description ,
18
18
long_description_content_type = "text/markdown" ,
19
19
url = "https://github.com/MadAnalysis/ma5_expert" ,
20
20
project_urls = {
21
21
"Bug Tracker" : "https://github.com/MadAnalysis/ma5_expert/issues" ,
22
22
},
23
- download_url = "https://github.com/MadAnalysis/ma5_expert/archive/refs/tags/v2.0.0 .tar.gz" ,
23
+ download_url = "https://github.com/MadAnalysis/ma5_expert/archive/refs/tags/v2.0.1 .tar.gz" ,
24
24
author = "Jack Y. Araz" ,
25
25
author_email = ("jack.araz@durham.ac.uk" ),
26
26
license = "MIT" ,
27
27
package_dir = {"" : "src" },
28
28
install_requires = requirements ,
29
- python_requires = ">=3.6 " ,
29
+ python_requires = ">=3.8 " ,
30
30
classifiers = [
31
31
"Intended Audience :: Science/Research" ,
32
32
"License :: OSI Approved :: MIT License" ,
You can’t perform that action at this time.
0 commit comments