Tags: timstaley/voevent-parse
Tags
Minor bugfix to `pull_params`: Don't bork on missing Param name. However, note that if multiple Params are present without a `name` attribute then this convenience routine doesn't really make sense - see warning in docs. This suggests a better convenience routine that extracts to two multi-dicts, one for top-level Params and one for Group entries.
Switch to versioneer for version numbering / release tagging. CF https://github.com/warner/python-versioneer
Minor bugfix when applying 'prettystr' to a voevent packet-root. The prettystr command applies the deannotate / cleanup_namespaces routines, this conflicts with the namespace mangling we temporarily apply to make objectify work nicely with VOEvents. The fix is simple - we simply take a copy of the passed datastructure, then deannotate and prettyprint that.
PreviousNext