Skip to content
Snippets Groups Projects
Commit b5000286 authored by Danilo Piparo's avatar Danilo Piparo
Browse files

Update Release Notes

parent 43cebd81
No related branches found
No related tags found
No related merge requests found
......@@ -215,6 +215,7 @@ Maximal compression of JSON can be achieved now with compact parameter 128 = 100
## Math Libraries
- Add `TComplex` value printer for printing the value of object at the root prompt and in python
- Add to the documentation of TLorentzVector a link to ROOT::Math::LorentzVector, which is a superior tool.
- Add new implementation of `TStatistic::Merge` able to deal silently with empty TStatistic objects. This implementation is useful when filling TStatistics with one of ROOT's implicitly parallelised utilities such as `RDataFrame` or `TThreadExecutor`.
- Add `T RVec<T>::at>(size_t, T)` method to allow users to specify a default value to be returned in case the vector is shorter than the position specified. No exception is thrown.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment