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

11 Коммитов

Автор SHA1 Сообщение Дата
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
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 fee27bdf93
makeApiDocs uses newer docfx version (#389)
* DefaultFactorManager allows deterministic factors to have Full support
* DefaultFactorManager puts each factor on a separate line
* docs README mentions ShowFactorManager
2022-01-11 09:42:38 +00: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
Jonathan Tims ed4bebbb7e
Restore documentation generation (#214)
makeApiDocs.ps1 uses newer docfx version, and copies build directory because it is now required by project files to build.
toc.yml references md files instead of html files.
Compiler escapes the < and > symbols in XML doc.
Updated and fixed broken factor documentation.
Tools.PrepareSource only processes lines that start with ///

Co-authored-by: Tom Minka <8955276+tminka@users.noreply.github.com>
2020-02-07 16:28:22 +00:00
Elena Pochernina 4763126d3f
Update Readme for API docs (#53) 2018-10-26 15:57:18 +03:00
Sergey B. Berezin 0e1b204774
PR to check if FactorDocs.xml is up-to-date (#48)
* New YML build definition
* Updated documentation
2018-10-25 12:31:38 +03:00
Elena Pochernina 8ac122a594
Fixed the project name in the powershell script (#31) 2018-10-13 10:34:59 +03:00
Mikhail 4ecc3d61f5
Factor documentation checking (#24)
* PrepareSource now is a part of the Infer solution. The util that checks and if necessary updates factor documentation is added

* makeApiDocs script is changed to run PrepareSource using dotnet

* Default documentation file using is added if there is not a cmd args for BuildFactor

* FactorDocs is updated

* FactorDocs.xml is updated. Some fixings in BuildFactor.
One change to prevent a conflict between System.Math and ML.Probabilistic.Math is added.

* Project names are changed
2018-10-12 17:57:03 +03:00
PocherninaElena 95c1e22bed
Updated build API script. Added zero-width space between brackets [i](x) (#9) 2018-10-05 16:45:57 +03:00
dotnet-bot 73207ecc9c
Initial commit 2018-10-01 11:32:06 -07:00