Skip to content

Commit

Permalink
Preparing release 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed Jun 5, 2018
1 parent 6bb420d commit 83b3b3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
0.3 (unreleased)
0.3 (2018-06-04)
================

-
- Changed underlying data structure to be an Astropy Table instead of a Pandas
DataFrame.
- Fixed handling columns that have units or unrecognized units.

0.2 (2018-04-24)
================
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ edit_on_github = False
github_project = adrn/pyia
install_requires = astropy, numpy, pandas
# version should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
version = 0.3.dev
version = 0.3

[entry_points]

0 comments on commit 83b3b3c

Please sign in to comment.