Skip to content

Commit

Permalink
Merge pull request #97 from man-group/release-notebooker-v0.4.3
Browse files Browse the repository at this point in the history
Release version 0.4.3
  • Loading branch information
jonbannister authored Jun 24, 2022
2 parents 492e66e + d543c29 commit 2c3aae5
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
PYTHON_VERSION: "3_6"
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts/3_6
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results/3_6
VERSION: 0.4.2
VERSION: 0.4.3
PANDOC_RELEASES_URL: https://github.com/jgm/pandoc/releases
YARN_STATIC_DIR: notebooker/web/static/
IMAGE_NAME: mangroup/notebooker
Expand All @@ -189,7 +189,7 @@ jobs:
environment:
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts/3_7
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results/3_7
VERSION: 0.4.2
VERSION: 0.4.3
PANDOC_RELEASES_URL: https://github.com/jgm/pandoc/releases
YARN_STATIC_DIR: notebooker/web/static/
IMAGE_NAME: mangroup/notebooker
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.4.3 (2022-06-24)
------------------

* Feature: The results page now includes a "View Stdout" button to view and copy stdout from the notebook run
* Improvement: Prometheus improvement to allow increase() metric to be used in alerting

0.4.2 (2022-04-27)
------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "Man Group Quant Tech"

# The full version, including alpha/beta/rc tags
release = "0.4.2"
release = "0.4.3"


# -- General configuration ---------------------------------------------------
Expand Down
Binary file modified docs/images/nbkr_results.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion docs/webapp/webapp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ If the job fails, the stack trace will be presented to allow for easier debuggin
:alt: Screenshot of a successful report

It is also possible to either rerun a report from this view, or to clone its parameters. If it was saved as a PDF,
you can download using the button on the sidebar, or you can download as raw .ipynb.
you can download using the button on the sidebar, or you can download as raw .ipynb. You can view and copy
the stdout from the run via a modal by clicking the "View Stdout" button on this view.


Scheduling a report
Expand Down
2 changes: 1 addition & 1 deletion notebooker/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.2"
__version__ = "0.4.3"
2 changes: 1 addition & 1 deletion notebooker/web/static/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notebooker",
"version": "0.4.2",
"version": "0.4.3",
"description": "Notebooker - Turn notebooks into reports",
"dependencies": {
"bootstrap-table": "1.20.2",
Expand Down

0 comments on commit 2c3aae5

Please sign in to comment.