Skip to content

Commit

Permalink
updated changes for v0.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sosey committed Dec 14, 2018
1 parent b66a483 commit 786ad46
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version 0.8.1dev (unreleased)
-----------------------------
version 0.8.1 (2018-12-14)
--------------------------
** THIS WILL BE THE LAST VERSION THAT SUPPORT Python 2.7 **

- travis and appveyor testing updates
Expand All @@ -19,8 +19,8 @@ version 0.8.1dev (unreleased)
- replaced the sigma to fwhm lambda with the astropy constant for conversion
- added cursor move recognition using the arrow keys during the imexam loop, however, depending how the user has their windowing focus set, the DS9 window may loose focus, forcing them to move the cursor manually back to the window. Cursor moves are only implemented for DS9, not Ginga.

version 0.8.0 (released)
------------------------
version 0.8.0 (2017-11-06)
--------------------------
- fixed show_xpa_commands bug sending None instead of empty string
to the xpa library
- fixed logic of connect method. When a target is given, do not look
Expand All @@ -29,14 +29,14 @@ version 0.8.0 (released)
- logic bug in ds9 class init updated to warn when user specified target doesn't exist


version 0.7.1 (released)
-----------------------------
version 0.7.1 (2017-02-06)
--------------------------
- fixed xpa bug holdout from updating for windows specific code
- changed default connection type from local to inet when XPA_METHOD not specified in users environment


version 0.7.0 (released)
-----------------------------
version 0.7.0 (2017-01-19)
--------------------------
- fixed a text error in the display_help() so that now the correct version loads the documentation
- Windows users can now install from source. The setup will ignore the cython and xpa necessary to build the DS9 interaction, and users will only be able to use the Ginga HTML5 window, they can also use the Imexamine() functions without any graphical interface.
- Documentation updates, mostly specific information for Windows users
Expand All @@ -58,8 +58,8 @@ version 0.6.4dev (unreleased)
- fixed bug in fits loader for ds9 multi-extension FITS files, made load_fits() prefer the extension specified in the key rather than the image name


version 0.6.3 (released)
------------------------
version 0.6.3 (2017-01-01)
--------------------------
- Logging was updated to fix bugs as well allow for more user control of the log files. Additionally, most prints were moved to the stdout stream handler so that users could also shut off messages to the screen
- The imexamine class was updated so that analysis functions could be more easily called by external entities. This was primarily to support ginga plugins, and a new imexam plugin for ginga.
- A dictionary is now returned to the user when they request information on the active DS9 windows which are available.
Expand All @@ -68,14 +68,14 @@ version 0.6.3 (released)
- Fixed bug with loading user specified fits extensions for both ginga and ds9


version 0.6.2 (released)
------------------------
version 0.6.2 (2016-08-10)
--------------------------
- Unbinned radial plots were added, bins are still an available option
- documentation updates


version 0.6dev (unreleased)
---------------------------
version 0.6.1 (2016-07-16)
--------------------------
- Ginga viewer support for images in matplotlib and QT backend removed, but replaced with HTML5 canvas viewer which is faster and simpler for users to both use and install.
- replaced custom fits with astropy.modeling, enabling Gaussian2d, Gaussian1d, Moffat1D and MexicanHat1D fits for lines and centering
- General bug fixes and documentation updates, including example jupyter notebooks
Expand All @@ -95,18 +95,18 @@ version 0.5.3dev (unreleased)
- added a radial profile plot under the r key, the curve of growth plot was moved to g


version 0.5.2 (released)
------------------------
version 0.5.2 (2016-01-29)
--------------------------
- windows build change


version 0.5.1 (released)
-----------------------
version 0.5.1 (2016-01-29)
--------------------------
- version upgraded needed for the release on pypi so it would accept the upload


version 0.5 (released)
----------------------
version 0.5 (2015-05-01)
------------------------

- Ginga viewer with matplotlib backend fully flushed out,
this uses an event driven examination which is activated by key-press
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@


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

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

0 comments on commit 786ad46

Please sign in to comment.