Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Long committed Oct 30, 2016
1 parent e28cdaa commit ba88319
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions docs/relnotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,22 @@ Version 0.5.1

*Unreleased*

Bug fix release to solve some issues that manifested for AstroConda users.

- Fixed a few missed version number->0.5.0 edits in install docs
- Updated install instructions for Ureka->Astroconda change
- Clarified release instructions for data packages
- Fixed ConfigParser import in setup.py
- Documented PSF normalization options better. (#112)
- Updated Travis-CI config, consistent with poppy#187
- Made a display tweak for the primary V2V3 annotation
- Removed redundant ``calcPSF`` in favor of just using the superclass ``calc_psf`` (#132)
- Updated ``measure_strehl`` to turn off SI WFE for perfect PSF calcs
- Enforced Python 3.0+ compliance on code with ``__future__`` imports
- Used ``six.string_types`` for Python 3.x compliance
- Add version specs to dependencies in ``setup.py``
- Made ``jwxml`` a dependency in ``setup.py``

Version 0.5.0
=============

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME

# VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
VERSION = '0.5.0.dev'
VERSION = '0.5.1'

# Indicates if this version is a release version
RELEASE = 'dev' not in VERSION
Expand Down

0 comments on commit ba88319

Please sign in to comment.