This minor release provides bug fixes and minor updates as well as Docker
wrapping support for RESTful services, a one-button Docker initialization script
for a directory of images, and timed IQR session expiration.
The `docker` directory is intended to host container Dockerfile packages as
well as other associated scripts relating to docker use of SMQTK. With this
release, we provide a Dockerfile, with associated scripts and default
configurations, for a container that hosts a Caffe install for descriptor
computation, replete with AlexNet model files, as well as the NearestNeighbor
and IQR RESTful services. This container can be used with the
`docker/smqtk_services.run_images.sh` for image directory processing, or with
existing model files and descriptor index.
The IQR Controller class has been updated to optionally time-out sessions and
clean itself over time. This is required for any service that is going to stick
around for any substantial length of time as resources would otherwise build up
and the host machine would run out of RAM.