ART Suite Release Notes 1.08.10 (2013/11/27).¶
External Package Changes.¶
- Python 2.7.5c: correct build of
readline
module under Mac OS X.
- ROOT 5.34.12, as requested by NOvA.
- The
mu2e
qualifier has been retired: Mu2e collaborators should use the e4
-qualified versions of ROOT and the art suite. The only difference between the two variants was the enabling of the "roofit" package. Since it does not require any new external packages, roofit is now built as part of the "vanilla" ROOT package.
New features:¶
- Allow
Find{Many,One}{,P}
to be constructed from a ValidHandle
in addition to a Handle
.
- Issue #4688: excise
libsigcpp
use from the system.
- Build system: macros support MRB.
Bug fixes:¶
- Issue #4811: missing
operator !=
in Ptr<T>
.
- Issue #4913: under certain rare conditions, associated products may be inaccessible via
FindMany
(FindManyP
is unaffected).
Known issues:¶