changelog
- Fri, 26 Apr 2013 01:00:15 +0200
- by Andy Buckley <andy@insectnation.org> [Fri, 26 Apr 2013 01:00:15 +0200] rev 189
- Preserving the ordering of blocks, decays, and their their contents if possible, using ordered dicts. Version 1.5.0, since the behaviour has significantly altered.
- Thu, 25 Apr 2013 11:43:16 +0200
- by Andy Buckley <andy@insectnation.org> [Thu, 25 Apr 2013 11:43:16 +0200] rev 188
- Noted some suggested TODOs
- Mon, 08 Apr 2013 17:29:57 +0200
- by Andy Buckley <andy@insectnation.org> [Mon, 08 Apr 2013 17:29:57 +0200] rev 187
- Adding example spc file from Lukas to test NAN width/BR handling
- Mon, 08 Apr 2013 17:24:22 +0200
- by Andy Buckley <andy@insectnation.org> [Mon, 08 Apr 2013 17:24:22 +0200] rev 186
- Added tag pyslha-1.4.4 for changeset 6cae67cd3cc1
- Mon, 08 Apr 2013 17:24:14 +0200
- by Andy Buckley <andy@insectnation.org> [Mon, 08 Apr 2013 17:24:14 +0200] rev 185
- pyslha.py: Fix handling of particles with NaN widths (and decay channels with NaN BRs). Both are filled into the blocks in readSLHA(File) now, with None as the value for the invalid width/BR: test for correctness with e.g. 'myparticle.width is not None'. BR == NaN decays will be added if the ignorenobr arg == False (the default). Thanks to Lukas Vanelderen for the report.
- Fri, 16 Nov 2012 13:20:36 +0100
- by Andy Buckley <andy@insectnation.org> [Fri, 16 Nov 2012 13:20:36 +0100] rev 184
- Added tag pyslha-1.4.3 for changeset 5dcd3f1622be
- Fri, 16 Nov 2012 13:11:44 +0100
- by Andy Buckley <andy@insectnation.org> [Fri, 16 Nov 2012 13:11:44 +0100] rev 183
- Tweak to setup and version bump to allow PyPI upload
- Fri, 16 Nov 2012 13:07:27 +0100
- by Andy Buckley <andy@insectnation.org> [Fri, 16 Nov 2012 13:07:27 +0100] rev 182
- Added tag pyslha-1.4.2 for changeset c04a4be80445
- Fri, 16 Nov 2012 13:07:15 +0100
- by Andy Buckley <andy@insectnation.org> [Fri, 16 Nov 2012 13:07:15 +0100] rev 181
- setup.py: Adding install_requires for tex2pix so that PyPI/easy_install/pip automatic dependency handling will work. Version 1.4.2
- Mon, 19 Mar 2012 17:00:52 +0000
- by Andy Buckley <andy@insectnation.org> [Mon, 19 Mar 2012 17:00:52 +0000] rev 180
- Adding a naive --aspect-ratio option, but the output is not ideal.