File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -70,3 +70,5 @@ tests/shell_transcripts/*
7070.python-version
7171
7272_site
73+
74+ .venv
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ Unreleased ]
7+ ## [ 3.1.0 ]
88### Added
99- ability to launch the experiment server from a subdirectory instead of just
10- the default directory (d781d4f0420004aa19462e59a653bddfcb12fa26)
10+ the default directory by passing ` app_dir ` keyword argument to ` experiment_server.launch() ` (d781d4f0420004aa19462e59a653bddfcb12fa26)
1111
1212### Fixed
1313- Flask's StreamLogger is now used by default when ON_CLOUD=1, assuming no errorlog
Original file line number Diff line number Diff line change 1- version_number = '3.0.6 '
1+ version_number = '3.1.0 '
You can’t perform that action at this time.
0 commit comments