Skip to content

Commit

Permalink
v0.3.11 release (#74)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sbrugman authored and mbaak committed Jan 18, 2021
1 parent f3021dc commit 0753881
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions popmon/visualization/alert_section_generator.py
Expand Up @@ -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,
Expand Down

0 comments on commit 0753881

Please sign in to comment.