Skip to content

Commit

Permalink
update release notes again before release
Browse files Browse the repository at this point in the history
  • Loading branch information
mperrin committed Feb 11, 2021
1 parent fd8f2c6 commit 1716c2a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The Team
POPPY is developed primarily by a team of astronomers at the `Space Telescope
Science Insitute <http://www.stsci.edu/>`_, but is open to contributions from
scientists and software developers around the world. Development takes place
on Github at http://github.com/spacetelescope/poppy . See that page for the most up-to-date
on Github at http://github.com/spacetelescope/poppy. See that page for the most up-to-date
list of contributors.

Direct contributors to POPPY code
Expand Down Expand Up @@ -88,7 +88,7 @@ in Astronomy.
License
-----------------

Copyright (C) 2010-2017 Association of Universities for Research in Astronomy (AURA)
Copyright (C) 2010-2021 Association of Universities for Research in Astronomy (AURA)

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down
7 changes: 5 additions & 2 deletions docs/relnotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ For a list of contributors, see :ref:`about`.

.. _rel0.9.2:

*2021 Feb 10*
*2021 Feb 11*

This release includes several updated optical element classes, bug fixes, and improved documentation. This is intended as a maintenance release shortly before v 1.0 which will introduce some backwards-incompatible changes.

Expand All @@ -22,6 +22,7 @@ This release includes several updated optical element classes, bug fixes, and im
**Other enhancements and fixes:**
* The ShackHartmannWavefrontSensor class was refactored and improved . (:pr:`369` by :user:`fanpeng-kong`). And a unit test case for this class was added (:pr:`376` by :user:`remorgan123` in collaboration with :user:`douglase`)
* Expanded documentation and example code for usage of astropy Units. (:pr:`374`, :pr:`378` by :user:`mperrin`; with thanks to :user:`keflavich’ and :user:`mcbeth`)
* Made the HexagonalSegmentedDeformableMirror class consistent with ContinuousDeformableMirror in having an 'include_factor_of_two' parameter, for control in physical surface versus wavefront error units
* Bug fix for influence functions of rotated hexagonally segmented deformable mirrors. (:pr:`371` by :user:`mperrin`)
* Bug fix for FWHM measurement on integer data type images. (:pr:`368` by :user:`kjbrooks`)
* Bug fix for StatisticalPSDWFE to avoid side effects from changing global numpy random generator state. (:pr:`377` by :user:`ivalaginja`)
Expand All @@ -31,10 +32,12 @@ This release includes several updated optical element classes, bug fixes, and im
**Software Infrastructure Updates and Internals:**
* The minimum numpy version is now 1.16. (:pr:`356` by :user:`mperrin`)
* The main branches were renamed/relabeled to ’stable’ (rather than ‘master’) and ‘develop’. (:pr:`361`, :pr:`370` by :user:`mperrin`)
* The minimum numpy version is now 1.16. (:pr:`367` by :user:`shanosborne`)
* Updates to Travis CI settings. (:pr:`367`, :pr:`395` by :user:`shanosborne`)
* Avoid deprecated modification of matplotlib colormaps (:pr:`379` by :user:`spacegal-spiff`)
* Minor doc string clarification for get_opd (:pr:`381` by :user:`douglase`)
* Remove unused parameter to Detector class (:pr:`385` by :user:`mperrin`)
* Updates to meet STScI INS's JWST Software Standards (:pr:`390` by :user:`shanosborne`)
* Use Github's Dependabot to test and update dependencies (:pr:`391: by :user:`shanosborne`)



Expand Down

0 comments on commit 1716c2a

Please sign in to comment.