Skip to content

Commit

Permalink
v1.0.0 release version update and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tnking97 committed Oct 5, 2021
1 parent 02575f1 commit 4c2d48d
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 1 deletion.
67 changes: 67 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,70 @@
1.0.0 (2021-10-05)
===================

New Features
------------

Project & API Documentation
~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Included documentation describing the algorithms used for instrument monitors
- Included templates for bug reports and feature requests as well as a link to submit issues on the ``home`` page
- Include ``Documentation`` on instrument drop down options in the navigation bar


Web Application
~~~~~~~~~~~~~~~

- All relevant instruments (NIRCam, NIRISS, NIRSpec) are incorporated into the Bias Monitor
- The generalized pipeline function from ``pipeline_tools.py`` is used for image calibration
- For exposures containing multiple integrations, created thumbnail image for only a single ingtegration
- Implemented tests for all Monitor webpages


``jwql`` Repository
~~~~~~~~~~~~~~~~~~~

- Modified filesystem to reflect MAST-like organizational structure
- Implemented application security tools into GitHub Actions builds
- Switched filesystem to use latest DMS build
- Improved configuration file handling


Bug Fixes
---------

Project & API Documentation
~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Include all API Documents in ReadTheDocs


Web Application
~~~~~~~~~~~~~~~

- Included various fixes and improvements suggested during stakeholder demonstrations
- Ensured Dark, Bias, and Readnoise Monitors complete successfully with latest DMS build
- Fixed Dark Monitor failure due to dither point keyword values in data
- Addressed Dark Monitor failure with data including 64-bit integers
- Resolved the NIRSpec amp boundary issue
- Fixed missing reference file error handling with latest DMS build in Readnoise Monitor
- Fixed ``View Image``, ``View Proposal``, and ``View Header`` buttons
- Included read persmissions for database tables
- Updated dashboard such that ``NULL`` Monitor Status values were fixed
- Updated options that users can select for general image queries
- Eliminated pop-up warning when viewing fits file headers in the web app
- Removed login button on homepage and supporting authentication code and replace with SSO authentication


``jwql`` Repository
~~~~~~~~~~~~~~~~~~~

- Performed flake8 sweep of the code repository
- Updated software to support the latest versions of ``bokeh`` and ``pysiaf``
- Removed dependencies on the astroconda channel



0.26.0 (2021-03-30)
===================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup
from setuptools import find_packages

VERSION = '0.26.0'
VERSION = '1.0.0'

AUTHORS = 'Matthew Bourque, Lauren Chambers, Misty Cracraft, Mike Engesser, Mees Fix, Joe Filippazzo, Bryan Hilbert, '
AUTHORS += 'Graham Kanarek, Teagan King, Catherine Martlin, Maria Pena-Guerrero, Johannes Sahlmann, Ben Sunnquist'
Expand Down

0 comments on commit 4c2d48d

Please sign in to comment.