From 737ebb84e326e9a6bd6a489977e681dea8a6d9bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=2E=20Armando=20Sol=C3=A9?= Date: Thu, 9 Jan 2020 15:28:07 +0100 Subject: [PATCH 1/3] Change Visual Studio Image See if things gets faster. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 7a98bbc05..024776be3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ os: - - Visual Studio 2015 + - Visual Studio 2017 cache: - '%LOCALAPPDATA%\pip\Cache' From c0f98230831fe1f9d6b38a0abc1cacf1937c20d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=2E=20Armando=20Sol=C3=A9?= Date: Thu, 9 Jan 2020 16:06:12 +0100 Subject: [PATCH 2/3] Verify the spped up is due to the change of image --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 024776be3..7a98bbc05 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ os: - - Visual Studio 2017 + - Visual Studio 2015 cache: - '%LOCALAPPDATA%\pip\Cache' From 282caae4963f2867fb675187b0c488b5283fc49f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=2E=20Armando=20Sol=C3=A9?= Date: Thu, 9 Jan 2020 16:26:31 +0100 Subject: [PATCH 3/3] Use Visual Studio 2017 Decided to stop. It is definitely faster. Not excluded to be due to the use of a non-optimized numpy. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 7a98bbc05..024776be3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ os: - - Visual Studio 2015 + - Visual Studio 2017 cache: - '%LOCALAPPDATA%\pip\Cache'