- Added ``monitor_template.py``, which serves as a template with examples for instrument-specific monitors that we may write one day
0.14.1
===================
- Moved all of the ``jwql`` web app code into the ``jwql`` package proper
0.14.0
===================
- Added a feature to ``generate_preview_images`` and ``preview_image`` that creates mosaicked preview images for NIRCam when applicable
0.13.1
===================
- Changed the way ``monitor_mast`` and ``monitor_filesystem`` ``bokeh`` plots are saved and displayed in the web application, from using ``html`` to using embedded ``boken`` components - Added some logging to ``monitor_filesystem`` and ``monitor_mast``
0.13.0
===================
- Added ``database_interface.py`` and supporting documentation; this module enables the creation and maintenance of database tables in the ``jwqldb`` ``postgresql`` database - Added the ``anomalies`` table in ``database_interface.py``
0.12.2
===================
- Fixed some minor formatting issues with the ``sphinx`` docs for ``monitor_filesystem`` and ``monitor_mast``