Skip to content

Commit

Permalink
new version with smooth parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed May 9, 2022
1 parent cb9e5ae commit 52c4e15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ __pycache__/
*.py[cod]
*$py.class

bnlearn/.pylint.d/
bnlearn/data/

# C extensions
*.so

# Distribution / packaging
bnlearn/.pylint.d/
.pylint.*
.Python
build/
Expand Down
2 changes: 1 addition & 1 deletion bnlearn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

__author__ = 'Erdogan Tasksen'
__email__ = '[email protected]'
__version__ = '0.7.0'
__version__ = '0.7.1'

try:
import pgmpy
Expand Down

0 comments on commit 52c4e15

Please sign in to comment.