Skip to content

Commit f1c7084

Browse files
authored
Merge pull request #92 from rkdarst/changelog
Update changelog
2 parents c0da1f3 + cf9655f commit f1c7084

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,14 @@ clusters, as well as an option to run a local notebook directly on the jupyterhu
139139

140140
## Changelog
141141

142+
### dev (requires minimum JupyterHub 0.7.2 and Python 3.4)
143+
144+
* Add Jinja2 templating as an option for all scripts and commands. If '{{' or `{%` is used anywhere in the string, it is used as a jinja2 template.
145+
* Update Slurm batch script. Now, the single-user notebook is run in a job step, with a wrapper of `srun`. This may need to be removed if you don't want environment variables limited.
146+
* 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.
147+
* Add many more tests.
148+
* Update minimum requirements to JupyterHub 0.8.1 and Python 3.4.
149+
142150
### v0.8.1 (bugfix release)
143151

144152
* Fix regression: single-user server binding address is overwritten by previous session server address, resulting in failure to start. Issue #76

0 commit comments

Comments
 (0)