-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding 4.0.1 servicing notes (#7365)
* adding 4.0.1 servicing notes * adding missed pr * reworded line
- Loading branch information
1 parent
1fc5296
commit 5a76805
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# [ML.NET](http://dot.net/ml) 4.0.1 | ||
|
||
## **Bug Fixes** | ||
- **Fix the BERT tokenizer to handle special tokens correctly.** ([#7330](https://github.com/dotnet/machinelearning/pull/7330)) - Thanks @shaltielshmid | ||
- **Fix broken inheritance from DataFrameColumn class (#7324)** ([#7331](https://github.com/dotnet/machinelearning/pull/7331)) - Thanks @asmirnov82! | ||
|
||
## **Build / Test updates** | ||
- **Update System.Numerics.Tensors version (#7322)** ([#7355](https://github.com/dotnet/machinelearning/pull/7355)) - Thanks @asmirnov82! | ||
- **[release/4.0] Update dependencies from dotnet/arcade** ([#7327](https://github.com/dotnet/machinelearning/pull/7327)) | ||
- **Update MicrosoftExtensionsDependencyModelVersion** ([#7342](https://github.com/dotnet/machinelearning/pull/7342)) | ||
|
||
## **Documentation Updates** | ||
- **[release/4.0] Some tweaks to the Microsoft.ML.Tokenizers PACKAGE.md** ([#7364](https://github.com/dotnet/machinelearning/pull/7364)) | ||
- **[release/4.0] Fix up docs for MLContext** ([#7363](https://github.com/dotnet/machinelearning/pull/7363)) |