Releases: man-group/notebooker
Releases · man-group/notebooker
0.4.2
- Improvement: Prometheus metrics now record number of successes/failures which have been captured by the webapp.
- Improvement: Unpinned nbconvert and added ipython_genutils dependency
0.4.1
- Improvement: The email "from" address is now fully configurable.
- Bugfix: The default "from" email address domain is no longer non-existent.
- Improvement: --running-timeout parameter allows customization of max allowed notebook runtime
0.4.0
- Improvement: The index page has been overhauled to be a lot more user-friendly, divided up by notebook template name.
0.3.2
0.3.1
- Improvement: index page should be a lot quicker due to storage improvements.
- Bugfix: hide_code and generate_pdf options now work as intended with the scheduler.
- Bugfix: Large notebooks were causing serialisation errors; now safely stored in gridfs.
- Incompatibility: Reports run with this version onwards will not be readable by older versions of Notebooker.
0.3.0
0.2.1
- Bugfix:
notebooker_execute
entrypoint should now work as intended - Bugfix: Sanity and template regression tests should now work as intended
- Improvement: Specifying a git repo should be a little simpler
0.2.0
- Code output can now be hidden from PDF and email output! Either check the box in the "Run Report" dialog or, using the cli, use the new
--hide-code
option. - Performance improvement for queries
0.1.0
Support for database plugins and tidying up configuration to be consistent across the board.
Breaking changes
- 3 primary entrypoints have been consolidated under one - notebooker-cli, e.g.
notebooker-cli start-webapp
andnotebooker-cli execute-notebook
. Run notebooker-cli --help for more info. - In config, PY_TEMPLATE_DIR has been renamed to PY_TEMPLATE_BASE_DIR
- In config, GIT_REPO_TEMPLATE_DIR has been renamed to PY_TEMPLATE_SUBDIR