Skip to content

v3.1.0

Compare
Choose a tag to compare
@deargle deargle released this 08 Apr 22:55
· 49 commits to master since this release
4162a02

[3.1.0]

Added

  • ability to launch the experiment server from a subdirectory instead of just
    the default directory by passing app_dir keyword argument to experiment_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)