Added: - ``role_details_all_csv_to_json`` in ``script.py``. - logic for ``/permits`` API endpoint. - automatic release workflow through GitHub Actions.
Changed: - Normalised imports to fully-qualified style. - Updated type hints. - Updated pin on ``compass-interface-core`` to ``0.8.0``. - Renamed ``report_to_sql`` in ``compass.api.utility.reports_interface`` to ``report_to_feather``.
Fixed API authentication.
0.21.0
--------------
Updated pin on ``compass-interface-core`` to ``0.5.0``.
Added packaging configuration.
0.20.0
--------------
Moved ``compass.util`` to this project.
General formatting changes (``black`` and ``isort``).
0.19.0
--------------
Moved to namespace packages: - ``api`` -> ``compass.api`` - ``interface`` -> ``compass.interface``
Switched to using ``p3x-redis-ui`` over ``redisinsight`` for docker.
0.18.0
--------------
Updated JS sources to Compass version 4.06.
Updated requirements.txt
0.17.0
--------------
Moved to using docker-hub images for *scouts/compass-interface-backend*
Updated the licence for 2021.
Integrated ``compass-interface-core``: - Removed split out ``compass.core`` modules - Removed certificate files - Updated README - Added ``isort`` configuration - Switched to using ``compass.core`` classes, functions, etc