Mon, 15 Jul 2013 14:31:27 +0200
Version 2.1.3
ChangeLog | file | annotate | diff | comparison | revisions | |
pyslha.py | file | annotate | diff | comparison | revisions |
1.1 --- a/ChangeLog Mon Jul 15 14:29:27 2013 +0200 1.2 +++ b/ChangeLog Mon Jul 15 14:31:27 2013 +0200 1.3 @@ -1,5 +1,13 @@ 1.4 2013-07-15 Andy Buckley <andy.buckley@cern.ch> 1.5 1.6 + * Version 2.1.3 1.7 + 1.8 + * Allow a missing MASS block, if an extra ignorenomass kw argument 1.9 + is passed to the readSLHA(File) functions. 1.10 + 1.11 + * Fix **kwargs passing from file read/write functions to the 1.12 + string read/write ones. 1.13 + 1.14 * Add parsing robustness against unknown data section types, 1.15 particularly the proposed XSECTION. 1.16
2.1 --- a/pyslha.py Mon Jul 15 14:29:27 2013 +0200 2.2 +++ b/pyslha.py Mon Jul 15 14:31:27 2013 +0200 2.3 @@ -57,7 +57,7 @@ 2.4 """ 2.5 2.6 __author__ = "Andy Buckley <andy.buckley@cern.ch>" 2.7 -__version__ = "2.1.2" 2.8 +__version__ = "2.1.3" 2.9 2.10 2.11