Releases: spacetelescope/jwql
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/
).
Code of conduct
This release introduces the jwql
code of conduct.
monitor_filesystem Enhancements
This release introduces some changes to monitor_filesystem
, namely adding sphinx
docs and adding a plot that shows the total file sizes and counts broken down by instrument.
Renamed dbmonitor
This release renames instances of dbmonitor
to monitor_mast
to be more consistent with monitor_filesystem
.