Fri, 31 May 2013 19:30:05 +0200
Adding a reference to the arXiv paper in the package docstring and slhaplot help message. Version 2.1.2
ChangeLog | file | annotate | diff | comparison | revisions | |
pyslha.py | file | annotate | diff | comparison | revisions | |
slhaplot | file | annotate | diff | comparison | revisions |
1.1 --- a/ChangeLog Fri May 10 17:42:07 2013 +0200 1.2 +++ b/ChangeLog Fri May 31 19:30:05 2013 +0200 1.3 @@ -1,3 +1,10 @@ 1.4 +2013-05-31 Andy Buckley <andy.buckley@cern.ch> 1.5 + 1.6 + * Version 2.1.2 1.7 + 1.8 + * Adding a reference to the arXiv paper in the package docstring 1.9 + and slhaplot help message. 1.10 + 1.11 2013-05-10 Andy Buckley <andy.buckley@cern.ch> 1.12 1.13 * Version 2.1.1
2.1 --- a/pyslha.py Fri May 10 17:42:07 2013 +0200 2.2 +++ b/pyslha.py Fri May 31 19:30:05 2013 +0200 2.3 @@ -28,14 +28,12 @@ 2.4 value(), set_value() and is_single_valued() methods for improved access to ALPHA 2.5 and any other unindexed blocks. 2.6 2.7 -Please cite PySLHA via the URL http://insectnation.org/projects/pyslha if it is 2.8 -useful to you in the production of an academic paper. A PySLHA publication will 2.9 -be provided at some point... watch this space! 2.10 - 2.11 +If you use PySLHA, for either model data handling or spectrum visualisation, 2.12 +please cite the paper: http://arxiv.org/abs/1305.4194 2.13 2.14 TODOs: 2.15 2.16 - For 2.2.2: 2.17 + For 2.1.3: 2.18 * In set_value, if first item is non-int, treat as None-indexed 2.19 * Refine value string heuristic for strings with ints in them? 2.20 2.21 @@ -51,7 +49,7 @@ 2.22 """ 2.23 2.24 __author__ = "Andy Buckley <andy.buckley@cern.ch>" 2.25 -__version__ = "2.1.1" 2.26 +__version__ = "2.1.2" 2.27 2.28 2.29
3.1 --- a/slhaplot Fri May 10 17:42:07 2013 +0200 3.2 +++ b/slhaplot Fri May 31 19:30:05 2013 +0200 3.3 @@ -13,6 +13,8 @@ 3.4 the same as the input names but with the file extension replaced with one appropriate 3.5 to the output file format. 3.6 3.7 +Please cite the PySLHA paper: http://arxiv.org/abs/1305.4194 3.8 + 3.9 Author: 3.10 Andy Buckley <andy.buckley@cern.ch> 3.11 http://insectnation.org/projects/pyslha