Skip to content

Adding 4.0.1 servicing notes #7365

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/release-notes/4.0.1/release-4.0.1.md
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))