root

The official repository for ROOT: analyzing, storing and visualizing big data, scientifically

OTHER License

Stars
2.4K
Committers
472
root - v6-30-08 Latest Release

Published by dpiparo 4 months ago

Patch release of v6.30 series.

🗒️ Release notes
💾 Install instructions

Items addressed in this release:

  • #11353 - Compiled program with libNew.so crash
  • #13511 - TMapFile can't work
  • #14767 - rootn.exe instant crash on startup
  • #15090 - TClass::GetClassInfo() is not thread safe
  • #15406 - TEnum::GetEnum does not seem to see 'through' using statements.
  • #15460 - TEnum::GetEnum("B")->GetUnderlyingType() does not following typedefs
  • #15590 - Infinite recursion in TFile::Open
  • #15621 - Buffer overflow in TBranch::Init
  • #15686 - JITted code changes the execution order of computation graph nodes
  • #15511 - Possible memory corruption in cling

The RooPower and RooExpPoly classes are removed from this release branch.
It is an unfortunate but unavoidable change: different classes with the same name were used in the CMS collaboration since at least the Higgs discovery. This name collision caused massive problems in backwards compatibility and was blocking CMS from picking up ROOT 6.30 for statistical analysis. These classes were only introduced with ROOT 6.28.00 and were not widely advertised, so you should not be affected by this removal.
If you were using one of these classes, please copy the sources from a previous ROOT tag in your analysis as a temporary solution, and report this unsupported usecase by opening a GitHub issue.

root - v6.32.02

Published by dpiparo 4 months ago

Patch release of v6.32 series.

🗒️ Release notes
💾 Install instructions

Items addressed in this release:

  • #7236 - Memory leak in TFile::WriteObjectAny, depending on data type
  • #10075 - Difficult to configure Xrootd to use non-builtin openssl
  • #14051 - [web graphics] Web graphics resizes canvas despite canvas size definition in the macro
  • #15321 - [MSVC] Root is failed with error G694476FC: static_assert failed "Unexpected size"
  • #15405 - [RF] ExternalConstraints documentation incorrect for RooMCStudy
  • #15430 - Test failures with Python 3.13
  • #15473 - Segmentation fault when building with the mold linker
  • #15498 - gPad is not consistent in pyROOT with web canvas
  • #15511 - Possible memory corruption in cling
  • #15579 - Performance regression (slowdown) in ALICE event generation
  • #15686 - JITted code changes the execution order of computation graph nodes
  • #15688 - [PyROOT] TProfile2D::Fill ambiguities preventing use of some signatures in pyROOT
  • #15690 - [RF] SegFault in RooBernstein::fillBuffer
  • #15694 - [RF] New RooFit EvalBackend returning incorrect result for binned likelihoods
  • #15703 - Leaking memory though strings in PyROOT
  • #15727 - Windows CMake project cannot find_library() after integrating with ROOT.
  • #15751 - [RF] Using a conditional RooProdPdf in a multi-channel fit spawns too many integrals with new CPU evaluation backend
  • [#15791] - JS ROOT does not draw tprofile2d correctly with "TEXT" draw option
  • [#15799] - pyunittests-pyroot-pyz-ttree-setbranchaddress segfaults with Python 3.13
  • [ROOT-7412] - Strange results looking for nested types
  • [ROOT-8439] - PyROOT does not treat exceptions properly in overloaded methods
  • [ROOT-9307] - TPad::GetListOfPrimitives() double deletion error in TList::Clear()
root - v6.32.00

Published by dpiparo 5 months ago

First release of the v6.32 series.
🗒️ Release notes
💾 Install instructions

Highlights:

RDataFrame - zero-code-change experience when moving from processing a TTree to processing an RNTuple, as well as a greatly improved Distributed RDataFrame: ROOT is ready to run at your favourite Analysis Facility – it even allows you to profit from an interactive experience backed by a distributed system using your current batch system (e.g. HTCondor, like the lxplus+lxbatch combination at CERN): [try it now]!

RooFit - The new vectorizing CPU evaluation backend is the default for likelihood minimization, now up to 10x faster on a single CPU core!

PyROOT - the interop engine of PyROOT, [[cppyy(https://cppyy.readthedocs.io/en/latest/)], was upgraded to its latest version, blurring the boundaries between Python and C++ in ROOT better than ever, e.g. the conversion of NumPy arrays to vectors, implicit conversion from nested Python tuples to nested initializer lists, and improved overload resolution.

RNTuple – The RNTuple on-disk format was updated to release candidate 2, in preparation of the binary format first production freeze. The RNTuple API come with a major refactoring, improving consistency across different parts and improving overall robustness. Moreover:

  • Merging of RNTuple data with hadd is now supported.
  • A new RNTupleParallel writer class creates RNTuple data in highly concurrent settings.
  • A new RNTupleInspector utility class provides information about the on-disk metadata of an RNTuple.

Cling - Speaking of interpreters, the new PyROOT is glorified by a new LLVM version, LLVM 16, that comes with numerous advantages, among which a better support for C++ 20 as well as better and faster generated code.

Graphics - The ROOT release 6.32 brings a lot of impressive enhancements to the Web Graphics package, surpassing the features and capabilities of version 6.30. This update provides users with a secure and more robust Web Graphics. Try it with the command root –web!

REve - Lightweight rendering of any shape on the scale of hundred thousand of instances. The box, hexagon, and cone shape are showcased in the [eve7 examples]. The rendering of transparent objects is greatly improved.

All that comes with a greatly improved stability: more than 250 items in the ROOT trackers have been addressed for this release. Excellent news for experiments planning to include this release in their production software stacks!

root - v6.30.06

Published by dpiparo 7 months ago

Patch release of v6.30 series.

🗒️ Release notes
💾 Install instructions

root - v6.26/16

Published by dpiparo 7 months ago

Patch release of v6.26series.

🗒️ Release notes
💾 Install instructions

root - v6.30.04

Published by dpiparo 8 months ago

Patch release of v6.30 series.

🗒️ Release notes
💾 Install instructions

root - v6.26/10

Published by Axel-Naumann almost 2 years ago

Patch release of v6.26 series.

🗒️ Release notes
💾 Install instructions

root - v6.26/04

Published by Axel-Naumann over 2 years ago

Patch release of v6.26 series.

🗒️ Release notes
💾 Install instructions

root - v6.18/02

Published by Axel-Naumann over 4 years ago

Patch release for the v6.18 series. See also https://root.cern/content/release-61802

root - v6.20/00

Published by Axel-Naumann over 4 years ago

First release of the v6.20 series. See also https://root.cern/content/release-62000

root - v6.20/02

Published by Axel-Naumann over 4 years ago

Patch release of the v6.20 series. See also https://root.cern/content/release-62002

root - v6.20/04

Published by Axel-Naumann over 4 years ago

Patch release of the v6.20 series. See also https://root.cern/content/release-62004

root - v6.20/06

Published by Axel-Naumann over 4 years ago

Patch release of v6.20 series

root - v6.18/04 patch release of v6.18 series

Published by Axel-Naumann about 5 years ago

root - First release of the v6-18 series.

Published by Axel-Naumann over 5 years ago

See https://root.cern/content/release-61800 for the highlights and a link to the release notes.

root - First release of the v6-16 series.

Published by Axel-Naumann over 5 years ago

See https://root.cern/content/release-61600 for the highlights and a link to the release notes.

root - v6.14/00

Published by Axel-Naumann over 6 years ago

First release of the v6-14 series.

root - v6.10/08

Published by Axel-Naumann almost 7 years ago

Patch release of the v6-10 series.

root - Release v6-11/02

Published by dpiparo about 7 years ago

This is a development release. We created it to expose to users part of the enourmous amount of new functionalities which have been integrated in ROOT and will be available in ROOT 6.12/00. These are some of the highlights of the new features you can find in ROOT 6.11/02:

  • Even more endemic parallelism - Among the many things, a parallelised hadd (hadd -j) and a parallel enabled prompt: just try it root -t!
  • XCode9 support.
  • An enhanced TDataFrame. Now it's possible to cache datasets in memory, to create readers for any data format (not just ROOT) thanks to the new TDataSource interface, much faster type inference via an improved jitting, a plethora of new options for saving datasets on disk.
  • The LZ4 compression algorithm can be now used for faster reading and writing.
  • Writing files in parallel with TBufferMerger has become much faster and scalable.

See https://root.cern.ch/content/release-61102

root - v6.10/06

Published by Axel-Naumann about 7 years ago

Patch release of the v6-10 series.