From 58e246be65f774ccac531a32b712977228f80724 Mon Sep 17 00:00:00 2001 From: Gani Nazirov Date: Sun, 7 Jun 2020 09:26:53 -0700 Subject: [PATCH 1/3] upgrade to 1.8 amd ML.NET 1.5.0 --- src/DotNetBridge/DotNetBridge.csproj | 26 +++++++++++++------------- src/Platforms/build.csproj | 26 +++++++++++++------------- src/python/nimbusml/__init__.py | 2 +- src/python/setup.py | 2 +- version.txt | 2 +- 5 files changed, 29 insertions(+), 29 deletions(-) diff --git a/src/DotNetBridge/DotNetBridge.csproj b/src/DotNetBridge/DotNetBridge.csproj index 31c27043..9126a73b 100644 --- a/src/DotNetBridge/DotNetBridge.csproj +++ b/src/DotNetBridge/DotNetBridge.csproj @@ -32,20 +32,20 @@ all runtime; build; native; contentfiles; analyzers - - - - - - - - + + + + + + + + - - - - - + + + + + diff --git a/src/Platforms/build.csproj b/src/Platforms/build.csproj index 8f58c7f0..386007bc 100644 --- a/src/Platforms/build.csproj +++ b/src/Platforms/build.csproj @@ -21,20 +21,20 @@ - - - - - - - + + + + + + + - - - - - - + + + + + + diff --git a/src/python/nimbusml/__init__.py b/src/python/nimbusml/__init__.py index 8a7fbdd7..3dfc2936 100644 --- a/src/python/nimbusml/__init__.py +++ b/src/python/nimbusml/__init__.py @@ -2,7 +2,7 @@ Microsoft Machine Learning for Python """ -__version__ = '1.7.1' +__version__ = '1.8.0' # CoreCLR version of MicrosoftML is built on Windows. # But file permissions are not preserved when it's copied to Linux. diff --git a/src/python/setup.py b/src/python/setup.py index bac98001..8b6dd2ef 100644 --- a/src/python/setup.py +++ b/src/python/setup.py @@ -45,7 +45,7 @@ # Versions should comply with PEP440. For a discussion on # single-sourcing the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='1.7.1', + version='1.8.0', description='NimbusML', long_description=long_description, diff --git a/version.txt b/version.txt index 943f9cbc..27f9cd32 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.7.1 +1.8.0 From 14e984d61099c6c24532ffaaa818f7e9ceaa4629 Mon Sep 17 00:00:00 2001 From: Gani Nazirov Date: Tue, 9 Jun 2020 09:10:34 -0700 Subject: [PATCH 2/3] up to 0.4.1 for Featurizers --- src/DotNetBridge/DotNetBridge.csproj | 2 +- src/Platforms/build.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DotNetBridge/DotNetBridge.csproj b/src/DotNetBridge/DotNetBridge.csproj index 9126a73b..60ba49d6 100644 --- a/src/DotNetBridge/DotNetBridge.csproj +++ b/src/DotNetBridge/DotNetBridge.csproj @@ -46,7 +46,7 @@ - + diff --git a/src/Platforms/build.csproj b/src/Platforms/build.csproj index 386007bc..1fa3e31a 100644 --- a/src/Platforms/build.csproj +++ b/src/Platforms/build.csproj @@ -35,7 +35,7 @@ - + From 432b76be382d1ec798baec9e007ef4c2e53cbd8f Mon Sep 17 00:00:00 2001 From: Gani Nazirov Date: Tue, 9 Jun 2020 19:53:46 -0700 Subject: [PATCH 3/3] Up ORTR version --- src/DotNetBridge/DotNetBridge.csproj | 2 +- src/Platforms/build.csproj | 2 +- src/python/nimbusml.pyproj | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/DotNetBridge/DotNetBridge.csproj b/src/DotNetBridge/DotNetBridge.csproj index 60ba49d6..8aca7d3c 100644 --- a/src/DotNetBridge/DotNetBridge.csproj +++ b/src/DotNetBridge/DotNetBridge.csproj @@ -40,7 +40,7 @@ - + diff --git a/src/Platforms/build.csproj b/src/Platforms/build.csproj index 1fa3e31a..e28badce 100644 --- a/src/Platforms/build.csproj +++ b/src/Platforms/build.csproj @@ -28,7 +28,7 @@ - + diff --git a/src/python/nimbusml.pyproj b/src/python/nimbusml.pyproj index 2deae4ab..7febe908 100644 --- a/src/python/nimbusml.pyproj +++ b/src/python/nimbusml.pyproj @@ -12,8 +12,8 @@ {888888a0-9f3d-457c-b088-3a5042f75d52} Standard Python launcher nimbusml - Global|VisualStudio|MinePy37 - ..\..\dependencies\Python3.7\python.exe + Global|VisualStudio|MinePy3.8 + ..\..\dependencies\Python3.8\python.exe False nimbusml\tests\dprep\test_dprep.py @@ -1306,7 +1306,7 @@ - + \ No newline at end of file