Skip to content

Commit f557e48

Browse files
author
Lauren Chambers
authored
Merge pull request spacetelescope#430 from spacetelescope/release-0.20.0
Release 0.20.0 [develop]
2 parents 44ce9af + 275f302 commit f557e48

File tree

2 files changed

+41
-2
lines changed

2 files changed

+41
-2
lines changed

CHANGES.rst

+40-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
0.20.0 (2019-06-05)
2+
===================
3+
4+
New Features
5+
------------
6+
7+
Project & API Documentation
8+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
9+
10+
- Updated the notebook exemplifying how to perform an engineering database (EDB) telemetry query.
11+
- Updated the README for the ``style_guide`` directory.
12+
13+
Web Application
14+
~~~~~~~~~~~~~~~
15+
16+
- Added form on preview image pages to allow users to submit image anomalies.
17+
- Added buttons for users to download the results of EDB telemetry queries as CSV files.
18+
- Enabled users to search for or navigate to program numbers without requiring leading zeros (i.e. "756" is now treated equivalently to "00756").
19+
- Enabled authentication for EDB queries via the web login (rather than requiring authentication information to be present in the configuration file).
20+
- Added custom 404 pages.
21+
- Added adaptive redirect feature so that users are not sent back to the homepage after login.
22+
- Added more descriptive errors if a user tries to run the web application without filling out the proper fields in the configuration file.
23+
24+
``jwql`` Repository
25+
~~~~~~~~~~~~~~~~~~~
26+
27+
- Replaced all EDB interface code within ``jwql`` with the new ``jwedb`` `package<https://github.com/spacetelescope/jwst-dms-edb>`_.
28+
- Fully incorporated Python 3.5 testing into the Jenkins test suite.
29+
30+
Bug Fixes
31+
---------
32+
33+
Web Application
34+
~~~~~~~~~~~~~~~
35+
36+
- Fixed bug in which dashboard page would throw an error.
37+
- Fixed incorrect dashboard axis labels.
38+
39+
140
0.19.0 (2019-04-19)
241
===================
342

@@ -8,7 +47,7 @@ Project & API Documentation
847
~~~~~~~~~~~~~~~~~~~~~~~~~~~
948

1049
- Added guidelines to the style guide for logging the execution of instrument monitors
11-
- Added example useage of logging in the ``example.py`` module
50+
- Added example usage of logging in the ``example.py`` module
1251

1352
Web Application
1453
~~~~~~~~~~~~~~~

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import setup
33
from setuptools import find_packages
44

5-
VERSION = '0.19.0'
5+
VERSION = '0.20.0'
66

77
AUTHORS = 'Matthew Bourque, Sara Ogaz, Joe Filippazzo, Bryan Hilbert, Misty Cracraft, '
88
AUTHORS += 'Graham Kanarek, Johannes Sahlmann, Lauren Chambers, Catherine Martlin'

0 commit comments

Comments
 (0)