From 0753881ad7e388b79842f567decb3e556c97159d Mon Sep 17 00:00:00 2001 From: Simon Brugman Date: Mon, 7 Dec 2020 16:18:01 +0100 Subject: [PATCH] v0.3.11 release (#74) v0.3.11 release Features: * Traffic light overview (#62) Documentation: * Downloads badge readme * List talks and articles in readme (#66) * Add image to README.rst (#64) Other improvements: * Change notebook testing to pytest-notebook (previously these tests were skipped in CI). Add try-except ImportError for pyspark code. (#67) * Fix a few typo's * suppress "matplotlib backend" verbose warning * click on "popmon report" also scrolls to top * Update HTML reports using Github Actions (#63) * Bugfix in hist.py that broke the advanced tutorial. Notebooks: * Add %%capture to pip install inside of notebooks. * Make package install in notebooks work with paths with spaces. * Pickle doesn't work with tests (not really a popmon-specific feature anyway). Changed the notebook to fix the issue, left the code for reference. * Version bump --- popmon/visualization/alert_section_generator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/popmon/visualization/alert_section_generator.py b/popmon/visualization/alert_section_generator.py index 47405dc9..575d328d 100644 --- a/popmon/visualization/alert_section_generator.py +++ b/popmon/visualization/alert_section_generator.py @@ -185,6 +185,7 @@ def short_date(date): dict(name=feature, plots=sorted(plots, key=lambda plot: plot["name"])) ) + params = { "section_title": self.section_name, "section_description": self.description,