Skip to content

Commit 7f013a2

Browse files
Release notes for 1.7.0 preview (#5982)
1 parent fb2adf8 commit 7f013a2

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# [ML.NET](http://dot.net/ml) 1.7.0
2+
3+
Moving forward, we are going to be aligning more with the overall .NET release schedule. As such, this is a smaller release since we had a larger one just about 3 months ago but it aligns us with the release of .NET 6.
4+
5+
## **New Features**
6+
### ML.NET
7+
- **Switched to getting version from assembly custom attributes**- ([#4512](https://github.com/dotnet/machinelearning/pull/4512)) Remove reliance on getting product version for model.zip/version.txt from FileVersionInfo and replace with using assembly custom attributes. This will help in supporting single file applications. (**Thanks @r0ss88**)
8+
- **Can now optionally not dispose of the underlying model when you dispose a prediction engine**. ([#5964](https://github.com/dotnet/machinelearning/pull/5964)) A new prediction engine options class has been added that lets you determine if the underlying model should be disposed of or not when the prediction engine itself is disposed of.
9+
- **Can now set the number of threads that onnx runtime uses** ([#5962](https://github.com/dotnet/machinelearning/pull/5962)) This lets you specify the number of parallel threads ONNX runtime will use to execute the graph and run the model. (**Thanks @yaeldekel**)
10+
- **The PFI API has been completely reworked and is now much more user friendly** ([#5934](https://github.com/dotnet/machinelearning/pull/5934)) You can now get the output from PFI as a dictionary mapping the column name (or the slot name) to its PFI result.
11+
### DataFrame
12+
- **Can now merge using multiple columns in a JOIN condition** ([#5838](https://github.com/dotnet/machinelearning/pull/5838)) (**Thanks @asmirnov82**)
13+
14+
## **Enhancements**
15+
### ML.NET
16+
- Run formatting on all src projects ([#5937](https://github.com/dotnet/machinelearning/pull/5937)) (**Thanks @jwood803**)
17+
- Added BufferedStream for reading from DeflateStream - reduces loading time for .NET core ([#5924](https://github.com/dotnet/machinelearning/pull/5924)) (**Thanks @martintomasek**)
18+
- Update editor config to match Roslyn and format samples ([#5893](https://github.com/dotnet/machinelearning/pull/5893)) (**Thanks @jwood803**)
19+
- Few more minor editor config changes ([#5933](https://github.com/dotnet/machinelearning/pull/5933))
20+
### DataFrame
21+
- Use Equals and = operator for DataViewType comparison ([#5942](https://github.com/dotnet/machinelearning/pull/5942)) (**Thanks @thoron**)
22+
23+
24+
25+
## **Bug Fixes**
26+
- Initialize _bestMetricValue when using the Loss metric ([#5939](https://github.com/dotnet/machinelearning/pull/5939)) (**Thanks @MiroslavKabat**)
27+
28+
29+
## **Build / Test updates**
30+
- Changed the queues used for building/testing from Ubuntu 16.04 to 18.04 ([#5970](https://github.com/dotnet/machinelearning/pull/5970))
31+
- Add in support for building with VS 2022. ([#5956](https://github.com/dotnet/machinelearning/pull/5956))
32+
- Codecov yml token was added ([#5950](https://github.com/dotnet/machinelearning/pull/5950))
33+
- Move from XliffTasks to Microsoft.DotNet.XliffTasks ([#5887](https://github.com/dotnet/machinelearning/pull/5887))
34+
35+
36+
## **Documentation Updates**
37+
- Fixed up Readme, updated the roadmap, and new doc detailing some platform limitations. ([#5892](https://github.com/dotnet/machinelearning/pull/5892))
38+
39+
40+
## **Breaking Changes**
41+
- None

0 commit comments

Comments
 (0)