From 5724cf684e44ff8d51130bb23da6e5694e6ef795 Mon Sep 17 00:00:00 2001 From: "pieths.dev@gmail.com" Date: Fri, 1 Nov 2019 12:56:24 -0700 Subject: [PATCH 1/5] Update ML.Net package references to work with RC1 --- src/DotNetBridge/DotNetBridge.csproj | 24 ++++++++++++------------ src/Platforms/build.csproj | 24 ++++++++++++------------ 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/DotNetBridge/DotNetBridge.csproj b/src/DotNetBridge/DotNetBridge.csproj index 822db6aa..355a93cd 100644 --- a/src/DotNetBridge/DotNetBridge.csproj +++ b/src/DotNetBridge/DotNetBridge.csproj @@ -32,19 +32,19 @@ all runtime; build; native; contentfiles; analyzers - - - - - - - - - - - + + + + + + + + + + + - + diff --git a/src/Platforms/build.csproj b/src/Platforms/build.csproj index 3db67054..c96b4f02 100644 --- a/src/Platforms/build.csproj +++ b/src/Platforms/build.csproj @@ -11,19 +11,19 @@ - - - - - - - - - - - + + + + + + + + + + + - + From c873579d172bc6aa506ebb9c912d4aace0cac116 Mon Sep 17 00:00:00 2001 From: "pieths.dev@gmail.com" Date: Tue, 5 Nov 2019 10:44:16 -0800 Subject: [PATCH 2/5] Update to ML.Net 1.4.0 --- src/DotNetBridge/DotNetBridge.csproj | 22 +++++++++++----------- src/Platforms/build.csproj | 22 +++++++++++----------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/src/DotNetBridge/DotNetBridge.csproj b/src/DotNetBridge/DotNetBridge.csproj index 355a93cd..fb09304b 100644 --- a/src/DotNetBridge/DotNetBridge.csproj +++ b/src/DotNetBridge/DotNetBridge.csproj @@ -32,17 +32,17 @@ all runtime; build; native; contentfiles; analyzers - - - - - - - - - - - + + + + + + + + + + + diff --git a/src/Platforms/build.csproj b/src/Platforms/build.csproj index c96b4f02..6bda9b85 100644 --- a/src/Platforms/build.csproj +++ b/src/Platforms/build.csproj @@ -11,17 +11,17 @@ - - - - - - - - - - - + + + + + + + + + + + From 9088fa1dee3ef85c8c4ce534b2ee3ad5cab71748 Mon Sep 17 00:00:00 2001 From: "pieths.dev@gmail.com" Date: Tue, 5 Nov 2019 11:02:00 -0800 Subject: [PATCH 3/5] Update Microsoft.DataPrep to version 0.0.2.19-preview. --- 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 fb09304b..37bf508c 100644 --- a/src/DotNetBridge/DotNetBridge.csproj +++ b/src/DotNetBridge/DotNetBridge.csproj @@ -43,7 +43,7 @@ - + diff --git a/src/Platforms/build.csproj b/src/Platforms/build.csproj index 6bda9b85..c21bf58b 100644 --- a/src/Platforms/build.csproj +++ b/src/Platforms/build.csproj @@ -22,7 +22,7 @@ - + From 807155848e49563f256b871e7d3bcbeebc096555 Mon Sep 17 00:00:00 2001 From: "pieths.dev@gmail.com" Date: Tue, 5 Nov 2019 11:20:20 -0800 Subject: [PATCH 4/5] Downgrade Microsoft.DataPrep to version 0.0.2.3-preview due to issue with missing SqlJdbc package. --- 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 37bf508c..9d108c71 100644 --- a/src/DotNetBridge/DotNetBridge.csproj +++ b/src/DotNetBridge/DotNetBridge.csproj @@ -43,7 +43,7 @@ - + diff --git a/src/Platforms/build.csproj b/src/Platforms/build.csproj index c21bf58b..c9272462 100644 --- a/src/Platforms/build.csproj +++ b/src/Platforms/build.csproj @@ -22,7 +22,7 @@ - + From e5dcdb3eb56df5d6da226c0e09801f3ea58455c0 Mon Sep 17 00:00:00 2001 From: "pieths.dev@gmail.com" Date: Wed, 6 Nov 2019 16:16:55 -0800 Subject: [PATCH 5/5] Update nimbusml version to 1.6.0. --- src/python/nimbusml/__init__.py | 2 +- src/python/setup.py | 2 +- version.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/python/nimbusml/__init__.py b/src/python/nimbusml/__init__.py index 0b508fcf..2e5f3769 100644 --- a/src/python/nimbusml/__init__.py +++ b/src/python/nimbusml/__init__.py @@ -2,7 +2,7 @@ Microsoft Machine Learning for Python """ -__version__ = '1.5.0' +__version__ = '1.6.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 a200d2fd..d84c4a04 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.5.0', + version='1.6.0', description='NimbusML', long_description=long_description, diff --git a/version.txt b/version.txt index 3e1ad720..ce6a70b9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.5.0 \ No newline at end of file +1.6.0 \ No newline at end of file