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/*
70
70
.python-version
71
71
72
72
_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.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased ]
7
+ ## [ 3.1.0 ]
8
8
### Added
9
9
- 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)
11
11
12
12
### Fixed
13
13
- 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