Skip to content

Commit

Permalink
Release 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qbphilip committed Jan 6, 2021
2 parents fa7f6cc + 4400c0b commit 3a6844a
Show file tree
Hide file tree
Showing 4 changed files with 1,246 additions and 1,153 deletions.
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Upcoming release


# Release 0.9.1
* Fixed bug where the sklearn tutorial documentation wasn't rendering.
* Weaken pandas requirements to >=1.0, <2.0 (was ~=1.1).

# Release 0.9.0
* Removed Python 3.5 support and add Python 3.8 support.
* Updated core dependencies, supporting pandas 1.1, networkx 2.5, pgmpy 0.1.12.
Expand Down
2 changes: 1 addition & 1 deletion causalnex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
causalnex toolkit for causal reasoning (Bayesian Networks / Inference)
"""

__version__ = "0.9.0"
__version__ = "0.9.1"

__all__ = ["structure", "discretiser", "evaluation", "inference", "network", "plots"]
2,391 changes: 1,240 additions & 1,151 deletions docs/source/03_tutorial/sklearn_tutorial.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
networkx~=2.5
numpy>=1.14.2, <2.0
pandas~=1.1
pandas>=1.0, <2.0
pgmpy>=0.1.12,<0.2.0
prettytable>=0.7.2, <0.8
scikit-learn>=0.20.2, <0.23.0, !=0.22.2.post1
Expand Down

0 comments on commit 3a6844a

Please sign in to comment.