Skip to content

Commit

Permalink
Merge pull request #58 from robelgeda/master
Browse files Browse the repository at this point in the history
v1.0.7 Release Preparation
  • Loading branch information
york-stsci authored Jan 8, 2020
2 parents c72a801 + deb47b4 commit bc2f773
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 4 deletions.
40 changes: 37 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,38 @@
Changes included in this version
--------------------------------
#############
Release Notes
#############

Edit this template to detail updates to the codebase
Version History and Change Log
-------------------------------

Version 1.0.8
=============
*2020 Date TBD*

- Future changes here

Version 1.0.7
=============
*2019 January 8*

**STIPS Improvements**

- Cookie cutter template used to create better package infrastructure. [:pr:`40`, :user:`robelgeda`]
- Docker file added for ease of install. [:pr:`48`, :user:`robelgeda`]
- environment.yml added for easy conda env build. [:pr:`42`, :user:`robelgeda`]
- Read the Docs documentation established. [:pr:`55`, :user:`robelgeda`]
- F062 filter added to WFIRST WFI. [:pr:`51`, :user:`york-stsci`]
- Update STIPS to use WbbPSF 0.9.0. [:pr:`51`, :user:`york-stsci`]
- Travis CI initiated for unit and regression testing. [:pr:`40`, :user:`robelgeda`]
- Python version set to 3.7 [:pr:`40`, :user:`robelgeda`]
- Licenses updated [:pr:`40`, :user:`robelgeda`]

**General bug fixes and small changes**

- Updated astro_image.py to use a PC matrix rather than a CD matrix for the image WCS, which hopefully will result in astropy actually giving you a correctly formatted FITS WCS. [:pr:`46`, :user:`york-stsci`]
- Adding WCS information to PSF files. PSF files will now have the following:
- RA equal to the observation RA at which they were produced
- DEC equal to the observation DEC at which they were produced
- PA equal to the observation PA at which they were produced
- CDELT keywords equal to the PIXELSCL keyword, but adjusted to degrees rather than arcsec.
- [:pr:`47`, :user:`york-stsci`]
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = stips
# version should be PEP440 compatible (https://www.python.org/dev/peps/pep-0440/)
version = 1.0.7.dev
version = 1.0.7
author = Space Telescope Science Institute
author_email = [email protected]
description = STIPS is the Space Telescope Imaging Product Simulator.
Expand Down

0 comments on commit bc2f773

Please sign in to comment.