From 4d5ce4e8062d1bb120f52322c63ba69ae0be82fb Mon Sep 17 00:00:00 2001 From: Oceania2018 Date: Tue, 4 Dec 2018 20:26:50 -0600 Subject: [PATCH] release v0.5 --- src/NumSharp.Core/NumSharp.Core.csproj | 26 +++++++------------ .../NumSharp.PowerShell.csproj | 3 ++- src/NumSharp.Python/NumSharp.Python.csproj | 1 + .../NumSharp.Benchmark.csproj | 3 ++- .../NumSharp.UnitTest.csproj | 5 ++-- 5 files changed, 18 insertions(+), 20 deletions(-) diff --git a/src/NumSharp.Core/NumSharp.Core.csproj b/src/NumSharp.Core/NumSharp.Core.csproj index b1b5e421..640631bf 100644 --- a/src/NumSharp.Core/NumSharp.Core.csproj +++ b/src/NumSharp.Core/NumSharp.Core.csproj @@ -5,33 +5,27 @@ netstandard2.0 true true - Haiping Chen, Christian Kahr, Darren Schroeder + Haiping Chen, Christian Kahr NumPy is the fundamental package for scientific computing with dot NET. NumSharp has implemented the arange, array, max, min, reshape, normalize, unique and random interfaces and so on. More and more interfaces will be added to the library gradually. If you want to use .NET to get started with machine learning, NumSharp will be your best tool library. https://github.com/Oceania2018/NumSharp Apache 2.0 https://github.com/Oceania2018/NumSharp - Performance improved for np.arange. -Added axis support for np.amin and np.amax. -Separate PowerShell extension project. -Added IronPython extension project. -Remove all dynamic variable. -Added benchmark project. -Remove all LINQ syntax due to low performance. -Added Span for memory access. -Added np.sqrt. -Added np.normal -Implemented IEnumerable interface for NDArray. -Updated online documents. - 0.4.0.0 - 0.4.0.0 + Abstract storage and shape from NDArray. +Support dynamic dtype, make generic NDArray inherit from NDArray. +Add string[] and bool[] storage. +Updated online documents. +Add np.ravel, np.transpose. + 0.5.0.0 + 0.5.0.0 git NumPy, NumSharp, MachineLearning, Math, Scientific, Numeric - 0.4.0 + 0.5.0 https://raw.githubusercontent.com/Oceania2018/NumSharp/master/LICENSE latest https://avatars3.githubusercontent.com/u/44989469?s=200&v=4 NumSharp NumSharp + SciSharp.org diff --git a/src/NumSharp.PowerShell/NumSharp.PowerShell.csproj b/src/NumSharp.PowerShell/NumSharp.PowerShell.csproj index 08bbbc33..577a90a4 100644 --- a/src/NumSharp.PowerShell/NumSharp.PowerShell.csproj +++ b/src/NumSharp.PowerShell/NumSharp.PowerShell.csproj @@ -7,9 +7,10 @@ - + all + diff --git a/src/NumSharp.Python/NumSharp.Python.csproj b/src/NumSharp.Python/NumSharp.Python.csproj index d7dae568..06411114 100644 --- a/src/NumSharp.Python/NumSharp.Python.csproj +++ b/src/NumSharp.Python/NumSharp.Python.csproj @@ -1,6 +1,7 @@ + diff --git a/test/NumSharp.Benchmark/NumSharp.Benchmark.csproj b/test/NumSharp.Benchmark/NumSharp.Benchmark.csproj index d305344d..00223cde 100644 --- a/test/NumSharp.Benchmark/NumSharp.Benchmark.csproj +++ b/test/NumSharp.Benchmark/NumSharp.Benchmark.csproj @@ -38,8 +38,9 @@ - + + diff --git a/test/NumSharp.UnitTest/NumSharp.UnitTest.csproj b/test/NumSharp.UnitTest/NumSharp.UnitTest.csproj index 956f2dce..8c5c7ba0 100644 --- a/test/NumSharp.UnitTest/NumSharp.UnitTest.csproj +++ b/test/NumSharp.UnitTest/NumSharp.UnitTest.csproj @@ -48,6 +48,7 @@ + @@ -57,8 +58,8 @@ - - + +