Skip to content
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))