Skip to content

Commit

Permalink
Merge pull request #89 from quantumblacklabs/master
Browse files Browse the repository at this point in the history
Master back to develop
  • Loading branch information
qbphilip committed Jan 6, 2021
2 parents 650c4f3 + 3a6844a commit 0d7d116
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Upcoming release

* Fixed bug where the sklearn tutorial documentation wasn't rendering

# 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.
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"]

0 comments on commit 0d7d116

Please sign in to comment.