Skip to content

Commit 06ee754

Browse files
committed
[RelNotes] Fix typos, formatting
1 parent 97283a4 commit 06ee754

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README/ReleaseNotes/v624/index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,7 @@ See the discussion at [ROOT-11014](https://sft.its.cern.ch/jira/browse/ROOT-1101
8585
## Math Libraries
8686
8787
- Update the definitions of the physical constants using the recommended 2018 values from NIST.
88-
- Use also the new SI definition of base units from 2019, where the Planck constant, the Boltzman constant , the elementary electric charge and the Avogadro constant are exact numerical values. See
89-
<https://en.wikipedia.org/wiki/2019_redefinition_of_the_SI_base_units>. Note that with this new definition the functions `TMath::HUncertainty()`, `TMath::KUncertainty()`,
90-
`TMath::QeUncertainty()` and `TMath::NaUncertainty()` all return a `0.0` value.
88+
- Use also the new SI definition of base units from 2019, where the Planck constant, the Boltzmann constant, the elementary electric charge and the Avogadro constant are exact numerical values. See <https://en.wikipedia.org/wiki/2019_redefinition_of_the_SI_base_units>. Note that with this new definition the functions `TMath::HUncertainty()`, `TMath::KUncertainty()`, `TMath::QeUncertainty()` and `TMath::NaUncertainty()` all return a `0.0` value.
9189
- Due to some planned major improvements to `RVec`, the layout of `RVec` objects will change in a backward-incompatible way between v6.24 and v6.26.
9290
Because of this, we now print a warning if an application is reading or writing a `ROOT::RVec` object from/to a ROOT file. We assume this is an
9391
exceedingly rare case, as the ROOT interface typically used to manipulate `RVec`s is `RDataFrame`, and `RDataFrame` performs an on-the-fly
@@ -110,7 +108,7 @@ For details, see the RooFit tutorial [rf612_recoverFromInvalidParameters.C](http
110108
111109
## 2D Graphics Libraries
112110
113-
- Add the method `AddPoint`to `TGraph(x,y)` and `TGraph2D(x,y,z)`. equivalent to `SetPoint(g->GetN(),x,y)`and `SetPoint(g->GetN(),x,y,z)`
111+
- Add the method `AddPoint`to `TGraph(x,y)` and `TGraph2D(x,y,z)`, equivalent to `SetPoint(g->GetN(),x,y)`and `SetPoint(g->GetN(),x,y,z)`
114112
- Option `E0` draws error bars and markers are drawn for bins with 0 contents. Now, combined
115113
with options E1 and E2, it avoids error bars clipping.
116114

0 commit comments

Comments
 (0)