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)
202202
203203## TODO
204204
205- - [ ] Clean cutflow reader needs optimization and clarity
205+ - [x ] Clean cutflow reader needs optimization and clarity
206206
207207- [x] Generalize table writer and add latex writer
208208
209- - [ ] Histogram reader
209+ - [x ] Histogram reader
210210
211211- [ ] Overall Ma5 Analysis parser
212212
Original file line number Diff line number Diff line change 1212
1313setup (
1414 name = "ma5_expert" ,
15- version = "2.0.0 " ,
15+ version = "2.0.1 " ,
1616 description = ("MadAnalysis 5 interpreter for Expert mode" ),
1717 long_description = long_description ,
1818 long_description_content_type = "text/markdown" ,
1919 url = "https://github.com/MadAnalysis/ma5_expert" ,
2020 project_urls = {
2121 "Bug Tracker" : "https://github.com/MadAnalysis/ma5_expert/issues" ,
2222 },
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" ,
2424 author = "Jack Y. Araz" ,
2525 author_email = ("jack.araz@durham.ac.uk" ),
2626 license = "MIT" ,
2727 package_dir = {"" : "src" },
2828 install_requires = requirements ,
29- python_requires = ">=3.6 " ,
29+ python_requires = ">=3.8 " ,
3030 classifiers = [
3131 "Intended Audience :: Science/Research" ,
3232 "License :: OSI Approved :: MIT License" ,
You can’t perform that action at this time.
0 commit comments