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 Mar 23, 2021
1 parent 7f5219a commit 7da807c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.rst
Expand Up @@ -167,7 +167,6 @@ Presentations
| Popmon: Population Shift Monitoring Made Easy | `Amundsen Community Meetup <https://github.com/amundsen-io/amundsen>`_ | June 4, 2020 | Max Baak |
+------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+-------------------+-------------------------+


Articles
--------

Expand Down
2 changes: 1 addition & 1 deletion popmon/version.py
Expand Up @@ -3,4 +3,4 @@
name = "popmon"
version = "0.3.14"
full_version = "0.3.14"
release = True
release = True
2 changes: 1 addition & 1 deletion requirements-test.txt
Expand Up @@ -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
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 7da807c

Please sign in to comment.