We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e6032 commit 51933d2Copy full SHA for 51933d2
CHANGES.rst
@@ -1,7 +1,8 @@
1
-0.2 (unreleased)
+0.2 (2018-04-24)
2
================
3
4
--
+- More efficient loading of FITS files
5
+- Added all units for all expected columns
6
7
0.1 (2018-04-22)
8
setup.cfg
@@ -50,6 +50,6 @@ github_project = adrn/pyia
50
# install_requires = astropy, scipy, matplotlib
51
install_requires = astropy
52
# version should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
53
-version = 0.2.dev
+version = 0.2
54
55
[entry_points]
0 commit comments