Skip to content

Commit

Permalink
update release notes for tag 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbailey committed Aug 16, 2016
1 parent c5cb1cb commit 5919ce6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
18 changes: 14 additions & 4 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,26 @@
specter Release Notes
=====================

0.5.0 (unreleased)
0.6.1 (unreleased)
------------------

* no changes yet

0.6.0 (2016-08-16)
------------------

PR #40:
* Added full_output option to ex2d to get model image and metrics based upon
goodness of fit
* PSFs can specify their model error with PSFERR header keyword; default 0.01

0.5.0 (2016-05-23)
------------------

* Move data files into Python package so pip can install the data files.
* Load test files in class methods to hopefully speed up tests.
* Improve Travis test support to latest standards.
* Added a documentation page for the specter API.
* Added full_output option to ex2d to get model image and metrics based upon
goodness of fit
* PSFs can specify their model error with PSFERR header keyword; default 0.01

0.4.1 (2016-03-10)
------------------
Expand Down
2 changes: 1 addition & 1 deletion py/specter/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.5.0dev1'
__version__ = '0.6.0'

0 comments on commit 5919ce6

Please sign in to comment.