From 7da807c9e27c3f7d01b245ee71aed6a89a68c8e5 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 --- README.rst | 1 - popmon/version.py | 2 +- requirements-test.txt | 2 +- requirements.txt | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 57a7271d..48b78599 100644 --- a/README.rst +++ b/README.rst @@ -167,7 +167,6 @@ Presentations | Popmon: Population Shift Monitoring Made Easy | `Amundsen Community Meetup `_ | June 4, 2020 | Max Baak | +------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+-------------------+-------------------------+ - Articles -------- diff --git a/popmon/version.py b/popmon/version.py index 17e7c99f..62908bab 100644 --- a/popmon/version.py +++ b/popmon/version.py @@ -3,4 +3,4 @@ name = "popmon" version = "0.3.14" full_version = "0.3.14" -release = True +release = True \ No newline at end of file diff --git a/requirements-test.txt b/requirements-test.txt index 8b46a5b2..37ab42b2 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -2,4 +2,4 @@ pytest>=4.0.2 pytest-notebook>=0.6.1 jupyter_client>=5.2.3 ipykernel>=5.1.3 -pre-commit>=2.9.0 +pre-commit>=2.9.0 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 786ad260..2b50854e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ numpy>=1.18.0 pandas>=0.25.1 scipy>=1.5.2 -histogrammar==1.0.12 +histogrammar>=1.0.22 phik jinja2 tqdm