File YODA.changes of Package YODA
-------------------------------------------------------------------
Thu Sep 18 02:01:15 UTC 2014 - badshah400@gmail.com
- Update to version 1.2.1:
+ Hide non-const access to bin objects from histogram user:
avoids potential for inconsistency between total dbns and
in-range bins.
+ Bug in BinSearcher fixed by Peter Richardson: constructor
arguments were passed in the wrong order when constructing
a LinEstimator in cases where log binning wouldn't be
allowed.
+ Add protection against / characters in histo names in
yoda2root
+ Add +=, -=, *-, /=, ++ and -- operators to Counter, along
with an (implicit) constructor from a double -- all for user
convenience so Counter can be used in lieu of a simple number
- Changes from version 1.2.0:
+ Many changes from 1.1.0 version, please see installed
ChangeLog file
- Add the new binaries yadals, yodaplot and yodascale to filelist.
-------------------------------------------------------------------
Sat Jun 21 21:59:18 UTC 2014 - badshah400@gmail.com
- Update to version 1.1.0:
+ YODA 1.1.0 release.
+ Adding unit tests against ref data for yodamerge in make check.
+ Removing 'foreach' macro definition and using raw
BOOST_FOREACH instead until C++11 is allowed.
+ Adding pytest-p1d and pytest-p2d tests, and FLAT
writing/reading in pytests.
+ Tweaking WriterFLAT and adding ReaderFLAT functionality for 2D
histos and profiles.
+ Some basic (FLAT) write-out capability for 2D histos
+ Improvements to the yodahist script, including support for 2D
histograms and input files.
+ Adding bin edges constructors for all 1D and 2D histos in
Python.
+ Improvements to Profile2D and Point2D interfaces in Python.
+ Add a single-file at a time yodacnv multi-format converter
script (thanks to Andrii Verbytskyi for the suggestion).
+ Typo fixes in Profile2D YODA-format parsing: 2D histo tests
now pass!
+ Adding Python tests for Histo2D and Profile2D.
+ Adding a YODA/Predicates.h header and using it in Axis2D bin
edge construction.
+ Enabling Profile2D writing in various Writers, and a bit of IO
code tidying.
+ Disable writing out of Histo2D and Profile2D outflows for now,
while they are redesigned, and get 2D I/O working for the
in-range part.
+ Mapping the divide and efficiency functions into the Python
interface as class methods, including the __div__ special
function.
+ Add the AnalysisObject::type() method back in Python (even
though type(ao) is more Pythonic, this may be useful)
+ Add Profile2D YODA format writing, note need for Scatter
format change, add sumXY storage to both 2D histo types.
+ Adding YODA reader functionality for Histo2D and Profile2D,
but without outflows support yet.
+ Adding simple command line yodahist script for quick 1D
histogramming from plain text files, with weight support. More
development to come!
+ Mapping linspace, logspace and a few stat functions into
Python.
+ Fixes, script installation, and detailed numerical comparisons
in yodadiff.
+ Change AnalysisObject::annotations to return the list of
annotation keys rather than the map, since the previous
behaviour mapped very badly into Python.
+ Add special case handling for 2-arg use of x2y scripts where
the second arg is -, for stdin. This will be treated as
writing out to stdout, not converting two files one of which
is stdin.
+ Adding a more portable version of getline to be used in the
YODA file parsing to avoid falling over on DOS-produced input
files.
+ Adding the namespace protection workaround for Boost described
at http://www.boost.org/doc/libs/1_55_0/doc/html/foreach.html
+ Adding an assumed-equal-run-size, ratio-like merging heuristic
for Scatter2Ds to yodamerge, and renaming the --normalize-all
flag to --assume-normalized.
+ Adding and installing a pkg-config data file for YODA.
+ Rationalising (and fixing?) the yodamerge logic re. user &
normalization scalings, and making way for a Scatter2D merging
heuristic
- Packaging changes:
+ Package new binaries yodacnv, yodadiff, yodahist
+ Package new pkgconfig file (buildrequires pkg-config).
-------------------------------------------------------------------
Tue Dec 10 00:39:02 UTC 2013 - badshah400@gmail.com
- Initial version