8000 Tags · timstaley/voevent-parse · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: timstaley/voevent-parse

Tags

1.0.3

Toggle 1.0.3's commit message
Minor maintenance release.

Release restrictions on Astropy, LXML versions.

1.0.2

Toggle 1.0.2's commit message
Fix prettystr function for whole VOEvents & Python 3.

1.0.1

Toggle 1.0.1's commit message
Minor bugfix: preserve 'pull_astro_coords' import

1.0.0

Toggle 1.0.0's commit message
Bump changelog

0.9.8

Toggle 0.9.8's commit message
Enchancement to ``pull_isotime`` for parsing TDB timescale ISOTimes.

0.9.7

Toggle 0.9.7's commit message
Adding an extra tag for a new upload to PyPI.

Some uncleaned files seemed to result in a bad package @ 0.9.6.

0.9.6

Toggle 0.9.6's commit message
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.

0.9.5

Toggle 0.9.5's commit message
Switch to versioneer for version numbering / release tagging.

CF https://github.com/warner/python-versioneer

0.9.4

Toggle 0.9.4's commit message
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.

0.9.3

Toggle 0.9.3's commit message
Add to list of pre-defined unit-abbreviations.

0