v3.1.0
[3.1.0]
Added
- ability to launch the experiment server from a subdirectory instead of just
the default directory by passingapp_dir
keyword argument toexperiment_server.launch()
(d781d4f)
Fixed
- Flask's StreamLogger is now used by default when ON_CLOUD=1, assuming no errorlog
is set in the config file. - fix download_datafiles scoping error (#487)