|
| 1 | +1.0.0 (2021-10-05) |
| 2 | +=================== |
| 3 | + |
| 4 | +New Features |
| 5 | +------------ |
| 6 | + |
| 7 | +Project & API Documentation |
| 8 | +~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 9 | + |
| 10 | +- Included documentation describing the algorithms used for instrument monitors |
| 11 | +- Included templates for bug reports and feature requests as well as a link to submit issues on the ``home`` page |
| 12 | +- Included ``Documentation`` option on instrument drop down menu in the navigation bar |
| 13 | + |
| 14 | + |
| 15 | +Web Application |
| 16 | +~~~~~~~~~~~~~~~ |
| 17 | + |
| 18 | +- All relevant instruments (NIRCam, NIRISS, NIRSpec) are incorporated into the Bias Monitor |
| 19 | +- The generalized pipeline function from ``pipeline_tools.py`` is used for image calibration |
| 20 | +- For exposures containing multiple integrations, created thumbnail image for only a single ingtegration |
| 21 | +- Implemented tests for all Monitor webpages |
| 22 | + |
| 23 | + |
| 24 | +``jwql`` Repository |
| 25 | +~~~~~~~~~~~~~~~~~~~ |
| 26 | + |
| 27 | +- Modified filesystem to reflect MAST-like organizational structure |
| 28 | +- Implemented application security tools into GitHub Actions builds |
| 29 | +- Switched filesystem to use latest DMS build |
| 30 | +- Improved configuration file handling |
| 31 | + |
| 32 | + |
| 33 | +Bug Fixes |
| 34 | +--------- |
| 35 | + |
| 36 | +Project & API Documentation |
| 37 | +~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 38 | + |
| 39 | +- Include API Docs for all modules, classes, and functions in ReadTheDocs |
| 40 | + |
| 41 | + |
| 42 | +Web Application |
| 43 | +~~~~~~~~~~~~~~~ |
| 44 | + |
| 45 | +- Included various fixes and improvements suggested during stakeholder demonstrations |
| 46 | +- Fixed ``View Image``, ``View Proposal``, and ``View Header`` buttons |
| 47 | +- Updated dashboard such that ``NULL`` Monitor Status values were fixed |
| 48 | +- Updated options that users can select for general image queries |
| 49 | +- Eliminated pop-up warning when viewing fits file headers in the web app |
| 50 | +- Removed login button on homepage and supporting authentication code and replaced with SSO authentication |
| 51 | + |
| 52 | + |
| 53 | +``jwql`` Repository |
| 54 | +~~~~~~~~~~~~~~~~~~~ |
| 55 | + |
| 56 | +- Fixed Dark Monitor failure due to dither point keyword values in data |
| 57 | +- Addressed Dark Monitor failure with data including 64-bit integers |
| 58 | +- Resolved the NIRSpec amp boundary issue |
| 59 | +- Fixed missing reference file error handling with latest DMS build in Readnoise Monitor |
| 60 | +- Ensured Dark, Bias, and Readnoise Monitors complete successfully with latest DMS build |
| 61 | +- Included read persmissions for database tables |
| 62 | +- Performed flake8 sweep of the code repository |
| 63 | +- Updated software to support the latest versions of ``bokeh`` and ``pysiaf`` |
| 64 | +- Removed dependencies on the astroconda channel |
| 65 | + |
| 66 | + |
| 67 | + |
1 | 68 | 0.26.0 (2021-03-30)
|
2 | 69 | ===================
|
3 | 70 |
|
|
0 commit comments