Skip to content

v0.7.0

Compare
Choose a tag to compare
@sosey sosey released this 19 Jan 19:03
· 166 commits to master since this release

This release fixes the following issues:

  • fixed a text error in the display_help() so that now the correct version loads the documentation
  • Made fits checker smarter to deal with older simple fits files where EXTEND is true but there are no extensions
  • 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

It also includes the following updates:

  • 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
  • Added python 3.6 to the test matrix as well as appveyor for the Windows build
  • Updated XPA module to v2.1.18