From 1643456a5761091e8cde32e20b2d142243e82e39 Mon Sep 17 00:00:00 2001 From: Gautier PRENTOUT Date: Tue, 12 Jan 2021 13:02:50 +0100 Subject: [PATCH 1/4] nbvforat 5.0.8 --- requirements.dev.txt | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/requirements.dev.txt b/requirements.dev.txt index 8bf4386d..76373114 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -25,3 +25,4 @@ pytest==5.2.3 pytest-cov==2.8.1 scikit-learn==0.23.2 xgboost==1.0.0 +nbformat==5.0.8 diff --git a/setup.py b/setup.py index 19afbd58..15dacf20 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,7 @@ 'dash-html-components==1.1.1', 'dash-renderer==1.8.3', 'dash-table==4.11.0', + 'nbformat==5.0.8', ] setup_requirements = ['pytest-runner', ] From 2e7df5300d3d436c21d5256b4fe1beb33362f0e5 Mon Sep 17 00:00:00 2001 From: Gautier PRENTOUT Date: Tue, 12 Jan 2021 14:04:56 +0100 Subject: [PATCH 2/4] setup edit : add nbformat and numba version --- requirements.dev.txt | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/requirements.dev.txt b/requirements.dev.txt index 76373114..8b7f08ea 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -26,3 +26,4 @@ pytest-cov==2.8.1 scikit-learn==0.23.2 xgboost==1.0.0 nbformat==5.0.8 +numba==0.51.2 diff --git a/setup.py b/setup.py index 15dacf20..0070e385 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,7 @@ 'dash-renderer==1.8.3', 'dash-table==4.11.0', 'nbformat==5.0.8', + 'numba==0.51.2', ] setup_requirements = ['pytest-runner', ] From d4c0c972297f666d6341011092e070ce8274d373 Mon Sep 17 00:00:00 2001 From: Gautier PRENTOUT Date: Tue, 12 Jan 2021 14:44:25 +0100 Subject: [PATCH 3/4] link to shapash repo in web app --- shapash/webapp/smart_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shapash/webapp/smart_app.py b/shapash/webapp/smart_app.py index 29cf07f9..e957217d 100644 --- a/shapash/webapp/smart_app.py +++ b/shapash/webapp/smart_app.py @@ -399,7 +399,7 @@ def make_skeleton(self): ], align="center", ), - href="https://github.com/MAIF/Diaphane", target="_blank", + href="https://github.com/MAIF/shapash", target="_blank", ), md=3, align="left" ), From db71ef10b73e3d501d7acf3967f1d8af37ddf21b Mon Sep 17 00:00:00 2001 From: Gautier PRENTOUT Date: Tue, 12 Jan 2021 15:38:12 +0100 Subject: [PATCH 4/4] Version update in setup files --- setup.cfg | 2 +- setup.py | 2 +- shapash/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 82c8009a..a7846851 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0 +current_version = 1.0.1 commit = True tag = True diff --git a/setup.py b/setup.py index 0070e385..45337783 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ setup( name="shapash", # Replace with your own username - version="1.0", + version="1.0.1", python_requires='>3.5, < 3.8', url='https://github.com/MAIF/shapash', author="Yann Golhen, Sebastien Bidault, Yann Lagre, Maxime Gendre", diff --git a/shapash/__init__.py b/shapash/__init__.py index 261ae3df..be0c69ac 100644 --- a/shapash/__init__.py +++ b/shapash/__init__.py @@ -3,4 +3,4 @@ __author__ = """Yann Golhen, Yann Lagré, Sebastien Bidault, Maxime Gendre, Thomas Bouche, Johann Martin""" __email__ = 'yann.golhen@maif.fr, yann.lagre@maif.fr, sebabstien.bidault@maif.fr, maxime.gendre@maif.fr' -__version__ = '1.0' +__version__ = '1.0.1'