From 6208cdd0447c690c8923379de206649552821f9a Mon Sep 17 00:00:00 2001 From: Eduardo Ayora Ochoa <49033198+EduardoAyora@users.noreply.github.com> Date: Sat, 19 Aug 2023 23:32:44 -0500 Subject: [PATCH 1/8] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7fbf80b75..56ab60d71 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,5 @@ Accompanying repo for the online course Deployment of Machine Learning Models. For the documentation, visit the [course on Udemy](https://www.udemy.com/deployment-of-machine-learning-models/?couponCode=TIDREPO). + +... From 51826b8b1f66555505a1367e038760bff2260319 Mon Sep 17 00:00:00 2001 From: Eduardo Ayora Ochoa <49033198+EduardoAyora@users.noreply.github.com> Date: Sat, 19 Aug 2023 23:54:26 -0500 Subject: [PATCH 2/8] Update __init__.py --- section-07-ci-and-publishing/house-prices-api/app/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/section-07-ci-and-publishing/house-prices-api/app/__init__.py b/section-07-ci-and-publishing/house-prices-api/app/__init__.py index 3b93d0be0..b1a19e323 100644 --- a/section-07-ci-and-publishing/house-prices-api/app/__init__.py +++ b/section-07-ci-and-publishing/house-prices-api/app/__init__.py @@ -1 +1 @@ -__version__ = "0.0.2" +__version__ = "0.0.5" From 38d71373c7efaa54419c4942cd9162f5385430f7 Mon Sep 17 00:00:00 2001 From: Eduardo Ayora Ochoa <49033198+EduardoAyora@users.noreply.github.com> Date: Sun, 20 Aug 2023 11:16:03 -0500 Subject: [PATCH 3/8] Update __init__.py --- .../house-prices-api/app/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/section-08-deploying-with-containers/house-prices-api/app/__init__.py b/section-08-deploying-with-containers/house-prices-api/app/__init__.py index 3b93d0be0..27fdca497 100644 --- a/section-08-deploying-with-containers/house-prices-api/app/__init__.py +++ b/section-08-deploying-with-containers/house-prices-api/app/__init__.py @@ -1 +1 @@ -__version__ = "0.0.2" +__version__ = "0.0.3" From b5faf291a2a27946efab4af30a892ae95fc810ee Mon Sep 17 00:00:00 2001 From: Eduardo Ayora Ochoa <49033198+EduardoAyora@users.noreply.github.com> Date: Sun, 20 Aug 2023 11:27:23 -0500 Subject: [PATCH 4/8] Update __init__.py --- .../house-prices-api/app/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/section-08-deploying-with-containers/house-prices-api/app/__init__.py b/section-08-deploying-with-containers/house-prices-api/app/__init__.py index 27fdca497..81f0fdecc 100644 --- a/section-08-deploying-with-containers/house-prices-api/app/__init__.py +++ b/section-08-deploying-with-containers/house-prices-api/app/__init__.py @@ -1 +1 @@ -__version__ = "0.0.3" +__version__ = "0.0.4" From c74c2070dcd70bd6dfdd72a8db37ab818b2132ec Mon Sep 17 00:00:00 2001 From: Eduardo Ayora Ochoa <49033198+EduardoAyora@users.noreply.github.com> Date: Sun, 20 Aug 2023 22:56:06 -0500 Subject: [PATCH 5/8] Update tox.ini --- section-07-ci-and-publishing/model-package/tox.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/section-07-ci-and-publishing/model-package/tox.ini b/section-07-ci-and-publishing/model-package/tox.ini index d93e00636..2148a2fce 100644 --- a/section-07-ci-and-publishing/model-package/tox.ini +++ b/section-07-ci-and-publishing/model-package/tox.ini @@ -9,7 +9,8 @@ [tox] min_version = 4 -envlist = test_package, checks +; envlist = test_package, checks +envlist = test_package skipsdist = True [testenv] @@ -92,4 +93,4 @@ commands = [flake8] exclude = .git,env -max-line-length = 90 \ No newline at end of file +max-line-length = 90 From f9652cfb91585e5b761836a7a42099ec04321400 Mon Sep 17 00:00:00 2001 From: Eduardo Ayora Ochoa <49033198+EduardoAyora@users.noreply.github.com> Date: Sun, 20 Aug 2023 23:16:52 -0500 Subject: [PATCH 6/8] Update tox.ini --- section-07-ci-and-publishing/model-package/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/section-07-ci-and-publishing/model-package/tox.ini b/section-07-ci-and-publishing/model-package/tox.ini index 2148a2fce..dda02028d 100644 --- a/section-07-ci-and-publishing/model-package/tox.ini +++ b/section-07-ci-and-publishing/model-package/tox.ini @@ -14,7 +14,7 @@ envlist = test_package skipsdist = True [testenv] -basepython = python +basepython = python3.8 install_command = pip install {opts} {packages} allowlist_externals = train,python From 5da7725e69e5578494b011d9f06fa6baf2f0cef9 Mon Sep 17 00:00:00 2001 From: Eduardo Ayora Ochoa <49033198+EduardoAyora@users.noreply.github.com> Date: Sun, 20 Aug 2023 23:24:03 -0500 Subject: [PATCH 7/8] Update tox.ini --- section-07-ci-and-publishing/model-package/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/section-07-ci-and-publishing/model-package/tox.ini b/section-07-ci-and-publishing/model-package/tox.ini index dda02028d..2148a2fce 100644 --- a/section-07-ci-and-publishing/model-package/tox.ini +++ b/section-07-ci-and-publishing/model-package/tox.ini @@ -14,7 +14,7 @@ envlist = test_package skipsdist = True [testenv] -basepython = python3.8 +basepython = python install_command = pip install {opts} {packages} allowlist_externals = train,python From 771186ddfdd5d9a09c8860b9717c449db6513fb9 Mon Sep 17 00:00:00 2001 From: Eduardo Ayora Ochoa <49033198+EduardoAyora@users.noreply.github.com> Date: Sun, 20 Aug 2023 23:59:59 -0500 Subject: [PATCH 8/8] Update tox.ini --- section-07-ci-and-publishing/model-package/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/section-07-ci-and-publishing/model-package/tox.ini b/section-07-ci-and-publishing/model-package/tox.ini index 2148a2fce..d46a0aca8 100644 --- a/section-07-ci-and-publishing/model-package/tox.ini +++ b/section-07-ci-and-publishing/model-package/tox.ini @@ -10,7 +10,7 @@ [tox] min_version = 4 ; envlist = test_package, checks -envlist = test_package +; envlist = test_package skipsdist = True [testenv]