Skip to content

Commit

Permalink
pyexplainer version 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelFu1998-create committed Apr 13, 2022
1 parent ebcc6e4 commit da11222
Show file tree
Hide file tree
Showing 17 changed files with 4 additions and 2,593 deletions.
2,589 changes: 0 additions & 2,589 deletions .ipynb_checkpoints/TUTORIAL-checkpoint.ipynb

This file was deleted.

Binary file removed dist/pyexplainer-1.1.4-py3-none-any.whl
Binary file not shown.
Binary file removed dist/pyexplainer-1.1.4.tar.gz
Binary file not shown.
Binary file removed dist/pyexplainer-1.1.5.tar.gz
Binary file not shown.
Binary file removed dist/pyexplainer-1.1.6-py3-none-any.whl
Binary file not shown.
Binary file removed dist/pyexplainer-1.1.6.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added dist/pyexplainer-1.1.7.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion pyexplainer/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.6'
__version__ = '1.1.7'
Binary file modified pyexplainer/__pycache__/__init__.cpython-39.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyexplainer"
version = "1.1.6"
version = "1.1.7"
description = "Explainable AI tool for Software Quality Assurance (SQA)"
authors = ["Michael <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.6'
__version__ = '1.1.7'
Binary file modified tests/__pycache__/__init__.cpython-39.pyc
Binary file not shown.
Binary file modified tests/__pycache__/test_predict.cpython-39-pytest-6.2.5.pyc
Binary file not shown.
Binary file modified tests/__pycache__/test_pyexplainer.cpython-39-pytest-6.2.5.pyc
Binary file not shown.
Binary file modified tests/__pycache__/test_rulefit.cpython-39-pytest-6.2.5.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/test_pyexplainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def in_virtualenv():


def test_version():
assert __version__ == '1.1.6'
assert __version__ == '1.1.7'


def test_load_sample_data():
Expand Down

0 comments on commit da11222

Please sign in to comment.