Skip to content
Closed
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
10 changes: 8 additions & 2 deletions README/ReleaseNotes/v610/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ The following people have contributed to this new version:
Fons Rademakers, CERN/SFT,\
Enric Tejedor Saavedra, CERN/SFT,\
Vassil Vassilev, Fermilab/CMS,\
Wouter Verkerke, NIKHEF/Atlas, RooFit
Wouter Verkerke, NIKHEF/Atlas, RooFit,
Xavier Valls, CERN/SFT, UJI

## Removed interfaces

Expand Down Expand Up @@ -79,7 +80,12 @@ The following interfaces have been removed, after deprecation in v6.08.

## Math Libraries

* Improve thread friendliness of the TMinuit class.
- Improve thread friendliness of the TMinuit class.
- Introduced Vectorization:
- New `ROOT::Double_v` type (vectorized double).
- Adapted TF1 to accept functions with `ROOT::Double_v` types as the data parameter.
- Support Vectorization for the Binned Chi2 fitting and the Unbinned Likelihood fitting.
- Multithreaded parallelization of the Binned Chi2 fitting and the Unbinned Likelihood fitting.

## RooFit Libraries

Expand Down