From f2117ad7388f0ca4508c55ee73c9a357dec5854a Mon Sep 17 00:00:00 2001 From: Robert Reilly Date: Wed, 17 Mar 2021 14:49:34 -0500 Subject: [PATCH 1/4] Release for the Version 1.1.1 of the gam library --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 62521b6..b10496c 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ # SPDX-Copyright: Copyright (c) Capital One Services, LLC # SPDX-License-Identifier: Apache-2.0 -# Copyright 2020 Capital One Services, LLC +# Copyright 2021 Capital One Services, LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ setup( name="gam", - version="1.1.0", + version="1.1.1", packages=["gam", "tests"], maintainer="Brian Barr", maintainer_email="brian.barr@capitalone.com", From f741f434f7d436e4a4fb4f66dc7214c15c50c7a9 Mon Sep 17 00:00:00 2001 From: Robert Reilly Date: Wed, 17 Mar 2021 16:52:37 -0500 Subject: [PATCH 2/4] Adding pytest-cov to requirements.txt --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index b1162d4..0d30272 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,7 @@ more-itertools==4.2.0 pluggy==0.6.0 py==1.5.3 pytest==3.6.1 +pytest-cov==2.11.1 six==1.11.0 matplotlib==2.2.0 pandas==0.25.1 From 95dcb12b1bf84069ce56ba76413f5ac1044c5a47 Mon Sep 17 00:00:00 2001 From: Robert Reilly Date: Wed, 17 Mar 2021 16:56:17 -0500 Subject: [PATCH 3/4] Updating pytest --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0d30272..3a2fae5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ dask[complete]==2021.2.0 more-itertools==4.2.0 pluggy==0.6.0 py==1.5.3 -pytest==3.6.1 +pytest==6.2.2 pytest-cov==2.11.1 six==1.11.0 matplotlib==2.2.0 From b7f904f1cca7957ca91e8ea273fface65da9b2f8 Mon Sep 17 00:00:00 2001 From: Robert Reilly Date: Wed, 17 Mar 2021 17:10:21 -0500 Subject: [PATCH 4/4] Resolving dependency mismatches --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3a2fae5..ade1b88 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,13 @@ atomicwrites==1.1.5 -attrs==18.1.0 +attrs==19.2.0 dask[complete]==2021.2.0 more-itertools==4.2.0 -pluggy==0.6.0 -py==1.5.3 +pluggy==0.13.1 +py==1.8.2 pytest==6.2.2 pytest-cov==2.11.1 six==1.11.0 -matplotlib==2.2.0 +matplotlib==3.3.4 pandas==0.25.1 scikit-learn==0.21.3 numpy==1.17.2