1) Changed docstrings to RestructuredText
2) Moved some utilities to misc.py
3) Moved WWTLayer to its own file, layer.py
4) Separate methods for returning lists of layers and reference frames.
5) Added a method to WWTClient to create a WWTLayer object for an
existing layer.
Docstrings (still need to add examples). Added __repr__ for classes.
When creating a new layer, no longer submit field names. Only do this
on update.
generate_utc_times now takes a time string as input for start_time as
opposed to a datetime object.
There are some optional parameters that are accepted by all of the
LCAPI commands—this provides support for them.
Also includes better handling of the possible errors that may arise
when trying to connect to the WWT client.
1) A few more commands have been added.
2) Added WWTException, currently is just a clone of Exception
3) Fixed a bug with _handle_response
4) Can load from either a filename or can create a dict of values and
create a temporary file to load from
5) Using the ProgressBar from astropy—will hopefully use more stuff
from astropy to justify the dependence on the package
1) Using requests module instead of urllib2.
2) Handling responses to check for errors.
3) Added utilities to set up time series, change xyz coords to
spherical, and map float values to colors.
4) Continuing to add more LCAPI functionality.