Releases: spacetelescope/jwql
Reorganized repository
This releases reorganizes the jwql repository into a structure that better incorporates instrument-specific monitoring scripts.
pep8speaks
This release introduces .pep8speaks.yml, which configures the pep8speaks service for the jwql repository.
Monitor Template
This release introduces monitor_template.py, which serves as a template with examples for instrument-specific monitors that we may write one day.
Website code moved into package
This release moves all of the jwql web app code into the jwql package proper.
Mosaicked Preview Images for NIRCam
This release adds a feature to generate_preview_images and preview_image that creates mosaicked preview images for NIRCam when applicable.
bokeh Plots via Embedded Components
This release changes the way the monitor_mast and monitor_filesystem bokeh plots are saved and displayed in the web application, from using html to using embedded bokeh components. It also introduces some logging to monitor_filesystem and monitor_mast.
jwqldb Database Interface
This release introduces database_interface.py and supporting documentation. This module enables the creation and maintenance of database tables in the jwqldb postgresql database. The first table in existence is the anomalies table.
Fix monitor_filesystem and monitor_mast shpinx docs
This release fixes some minor formatting issues with the Sphinx docs for monitor_filesystem and monitor_mast
ipython in environment.yml
This release adds ipython to the jwql environment.
Web Application Prototype
This release introduces a prototype of the django web application (website/).