diff --git a/README.md b/README.md index 955231529..b2b853911 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,9 @@ Ported Status The unit test status when replacing the .NET Framework based assemblies with their PCL analogues should give an indication of the current completeness of the porting of the non-imaging assemblies. -Results, January 12, 2014: +Results, January 19, 2014: +* Accord.Test.Audio, 10 unit tests, 0 failed * Accord.Test.Math, 365 unit tests, 0 failed * Accord.Test.Statistics, 866 tests, 0 failed * Accord.Test.MachineLearning, 120 tests, 4 failed @@ -57,3 +58,5 @@ the tested classes of the PCL *MachineLearning* library. The other 2 failed tests are due to insufficient unit test formulations, see [Issue Report 84](https://code.google.com/p/accord/issues/detail?id=84). Thus, the Portable Accord class libraries now seem to be working completely as expected. + +Note! The *Audio* related libraries are currently only functional when using the PCL libraries in a .NET 4.5 project. Support on Windows Phone and Store is not yet implemented. diff --git a/Sources/Accord.Math/Portable.Accord.Math.csproj b/Sources/Accord.Math/Portable.Accord.Math.csproj index cd2ff70ff..194962910 100644 --- a/Sources/Accord.Math/Portable.Accord.Math.csproj +++ b/Sources/Accord.Math/Portable.Accord.Math.csproj @@ -106,6 +106,7 @@ + diff --git a/Sources/Accord.Tests/Accord.Tests.Math/Accord.Tests.Math.csproj b/Sources/Accord.Tests/Accord.Tests.Math/Accord.Tests.Math.csproj index eeeca8775..7feaf0899 100644 --- a/Sources/Accord.Tests/Accord.Tests.Math/Accord.Tests.Math.csproj +++ b/Sources/Accord.Tests/Accord.Tests.Math/Accord.Tests.Math.csproj @@ -124,26 +124,6 @@ - - - {0AB27A20-925C-4556-9FA4-6E2C109E448E} - Accord.Controls - - - {A177A90C-8207-466A-AF70-F2B8452A42AC} - Accord.Core - - - {F718E9A8-DB62-4785-8C49-4333A60D256A} - Accord.Math - True - - - {FD8101DD-C95D-42D6-AD44-AE01C25F2811} - Accord.Statistics - True - -