* The DVH Analytics Docker image now has an empty file , /this_is_running_from_docker,
which is used by DVH Analytics to detect if the user is running Docker. This helps
DVH Analytics know where to look for SQL and import settings, as reflected in
get_settings.py.
* The default behavior for adding a physician in the ROI Name Manager is to copy
institutional ROIs as physician ROIs.
* The Admin view now has a feature to backup and restore preferences. This is mostly
useful for backing up ROI maps. If you're using Docker, it's strongly recommended you backup your
preferences since relaunching an image *may* restore your preference defaults.
* The database backup feature in the Admin view has been fixed to work with Docker. If you're running
DVH Analytics source code locally, be sure you have the postgres sql command line tools installed, specifically
pg_dumpall needs to be available.
* If a new physician was created in ROI Name Manager, and then ROI Map was saved while
the newly added physician had no physician ROIs, an empty .roi file was created causing
subsequent Admin view launches to crash. This bug has been fixed; empty Physicians will not
be stored and adding a new Physician automatically copies your institutional ROIs as
physician ROIs.
* DVH Analytics is FINALLY using a change log.