------
Added
^^^^^
* New ``panoptes.utils.serial.device.SerialDevice`` that will replace the ``rs232.SerialData``. New class uses the threaded reader with optional callback for better asynchronous reading from a serial device. Example notebook included. 274
* ``ObservationPathInfo`` allows for easy parsing of the standard PANOPTES file name scheme, as provided by ``PATH_MATCHER``. 282
* ``extract_metadata`` pulls FITS headers into a common dictionary structure. 282
* Docker updates: Add ``PYTHONUNBUFFERED`` to docker files; Remove ``version`` and ``deploy`` keys from docker compose files. 284
Changed
^^^^^^^
* The serial protocol handlers were moved to the ``panoptes.utils.serial.handlers`` namespace. 274
* Testing Dockerfile has ``privileged`` permission to get device ``loop``. 275
* Dockerfile: update ``conda`` in Dockerfile before installing environment; install ``panoptes-utils`` module in user-editable mode. 277
* Dockerfile: use ``condaforge/miniforge3`` as the base, which reduces image size. Push multi-stage builds for better caching. 278, 279
* Consistent multi-stage names in Dockerfile; added ``jupyter_console``. 280
* Change behavior of ``parse_config_directories`` so the ``base`` entry must always exist or be missing (in which case the cwd is used). Remove the ``must_exist`` param. 283
Fixed
^^^^^
* Don't nest storage objects for the ``PanFileDB``. 280