Skip to content

Commit c91dc0b

Browse files
committed
Merge branch 'changelog' into dev
2 parents 46fc2bd + 4cf3732 commit c91dc0b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,13 @@ clusters, as well as an option to run a local notebook directly on the jupyterhu
157157
* Add new option exec_prefix, which defaults to `sudo -E -u {username}`. This replaces explicit `sudo` in every batch command - changes in local commands may be needed.
158158
* Add many more tests.
159159
* Update minimum requirements to JupyterHub 0.8.1 and Python 3.4.
160+
* New option: `req_keepvars_extra`, which allows keeping extra variables in addition to what is defined by JupyterHub itself (addition of variables to keep instead of replacement). #99
161+
* Add `req_prologue` and `req_epilogue` options to scripts which are inserted before/after the main jupyterhub-singleuser command, which allow for generic setup/cleanup without overriding the entire script. #96
162+
* Add a new page `SPAWNERS.md` which information on specific spawners. #97
163+
* Pass the environment dictionary to the queue and cancel commands as well. This is mostly user environment, but may be useful to these commands as well in some cases. #108, #111
164+
* SlurmSpawner: add the `req_reservation` option. #
165+
* Improve debugging on failed submission by raising errors including error messages from the commands. #106
166+
* Many other non-user or developer visible changes. #107 #106 #100
160167

161168
### v0.8.1 (bugfix release)
162169

0 commit comments

Comments
 (0)