~~~~~~~~~~~~~~~~~~
PyNOMAD Change Log
~~~~~~~~~~~~~~~~~~

------------------
v0.1.5, 2015-05-23
------------------

- include proper motion values in output dataframes (useful for making starlists for some observatories where they will calculate the proper motion for the specific date)

------------------
v0.1.4, 2015-05-23
------------------

- huge speed-up by moving where 'radec' SkyCoord field is added (now doing after winnowing of stars)

------------------
v0.1.3, 2015-05-23
------------------

- output DataFrame now has 'radec' field that is of type astropy.coordinates.SkyCoord
- added astropy>=1.0.0 dependency

------------------
v0.1.2, 2015-05-22
------------------

- bumped up pandas version requirement because of usage of df.loc[]

------------------
v0.1.1, 2015-05-22
------------------

- reorganize project to current way I organize projects

------------------
v0.1.0, 2013-09-06
------------------

- Initial release.
