Skip to content

Commit

Permalink
Adding 4.0.1 servicing notes (#7365)
Browse files Browse the repository at this point in the history
* adding 4.0.1 servicing notes

* adding missed pr

* reworded line
  • Loading branch information
michaelgsharp authored Jan 14, 2025
1 parent 1fc5296 commit 5a76805
Showing 1 changed file with 14 additions and 0 deletions.
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))

0 comments on commit 5a76805

Please sign in to comment.