Граф коммитов

15 Коммитов

Автор SHA1 Сообщение Дата
Jonathan Tims b904a5beb9
Add .net6.0-windows as a target (#433)
Add .net6.0-windows as a target so that Visualizer features are available on .NET 6.0 when targeting Windows (while preserving the cross-platform net6.0 target).

I have changed our minimum .NET 4xx dependency from net462 to net472 because this is the minimum version supported by the version of the automatic graph layout package that supports net6.0-windows.

It is possible to still use net462 and in this case to use the previous version of automatic graph layout; but the increased complexity doesn't seem worth it.
2023-01-06 10:19:03 +00:00
Andrii Kurdiumov 5cedd14dc0
Update to .NET 6 (#391)
* Disable warning for usage of WebClient in Evaluator
* vmImage: windows-latest
* Adjust to new DeflateStream behaviour in .NET 6
2022-08-23 15:38:02 +01:00
Tom Minka 27b37fefe4
Use .NET 4.6.2 instead of 4.6.1 (#415)
* QuantileEstimator throws on NaN arguments
2022-08-22 17:09:01 +01:00
Andrii Kurdiumov 1b4c479339
.NET 5 instead of .NET Core 3.1 (#273)
* Rename netcoreapp3.1 to net5.0 in all files
* Remove references to Microsoft.NET.Sdk.WindowsDesktop
* WinForms/WPF examples use net5.0-windows
2022-01-26 13:22:26 +00:00
Tom Minka abae518039
OuterQuantiles handles extreme values (#363)
* Subarray checks that indices are distinct when debugging
* Renamed ConcatOpTests to StringConcatOpTests
* Crowdsourcing explains why accuracy and precision are NaN.
* Added build instructions for Visual Studio Code.
2021-09-13 18:20:37 +01:00
Jonathan Tims b61f522d9c
Change references to "main" branch
Change references to "main" branch
2021-03-17 21:28:39 +00:00
Andrii Kurdiumov 42b560dcbb
Documentation refers to Core 3.1 instead of Core 2.1 (#282) 2020-08-27 12:34:48 +01:00
Tom Minka 421507bb6e
Update to xUnit 2.4.1 (#265)
* Update build instructions
2020-07-26 22:07:20 +01:00
Tom Minka 82bfc893ed
Ported tutorial code to Python (#264)
* Added TestPython project.
* TestFSharp exposes xUnit tests.
* Added Invoker.InvokeInstance.  Invoker favors overloads with higher array indexing depth.
* Added EpTests.LinearProgrammingTest.
* Updated FSharp.Core, Msagl
* pr-netcore.yml uses latest version of .NET 3.1 instead of exact version
* UseDotNet task
* Updated versions of YAML tasks
* netcoretest.sh uses "dotnet test"
2020-07-26 07:08:10 +01:00
Andrey Kurdyumov 27200bd649
Update to .NET Core 3.1 (#232)
* Update to .NET Core 3.1

This update was faily trivial change of project properties with only one caveat
```
error CS0104: 'Range' is an ambiguous reference between 'Microsoft.ML.Probabilistic.Models.Range' and 'System.Range'
```

which require sprinkling everywhere following line of code
```
using Range = Microsoft.ML.Probabilistic.Models.Range;
```

* Update build definition to use more modern images
- Windows 2019 for .NET Core 3.1
- Mac OS 10.14 (Specifically https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops)

Co-authored-by: Tom Minka <8955276+tminka@users.noreply.github.com>
2020-04-07 20:30:04 +01:00
Tom Minka 7ec8af439b
Removed msbuild instructions for mono (#120)
RegexpFormattingSettings ctor sets UseLazyQuantifier.
ProductExpOp fix.
General code cleanup.
2019-03-08 22:13:18 +00:00
Tom Minka fcb8a8ec90
Added CausalityExample, Crowdsourcing, and CrowdsourcingWithWords examples from the user guide. (#67)
Added CausalityExample, Crowdsourcing, and CrowdsourcingWithWords examples from the user guide.
Modernized the BayesianPCA example.
Example projects that support .NET Core now build under DebugCore and ReleaseCore.
Removed spurious app.config files.
2018-11-03 16:13:33 +00:00
Tom Minka 7a82a6d25e
Fixed DoubleIsBetweenOp for 32-bit (#39)
* Fixed DoubleIsBetweenOp for 32-bit.

* Fixed MMath.LargestDoubleProduct for 32-bit.
2018-10-19 15:21:03 +01:00
Sergey B. Berezin 27ce99eff9
Restore MKL section in BUILDING instructions (#32)
MKL build instructions.
2018-10-17 13:39:56 +03:00
msdmkats b9aaa32669
Moved info about building into a separate file; added links to tutorials. (#29)
* Put info about building into a separate file; added links to tutorials.

* Restored contents in BUILDING.md

* Clarified prerequisites.

* Fixed internal links
2018-10-12 15:29:22 +03:00