Revisions of YODA

Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) accepted request 882463 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 37)
Update to version 1.9.0
buildservice-autocommit accepted request 852550 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 36)
baserev update by copy to link target
Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) accepted request 851541 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 35)
Update to version 1.8.5
buildservice-autocommit accepted request 849050 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 34)
baserev update by copy to link target
Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) accepted request 848023 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 33)
* Update to version 1.8.4.
* Move bash_completion file from /usr/etc, where it is installed, to the correct dir: `%{_datadir}/bash-completions/completions/`; add BuildRequires: bash-completion for correct dir ownership.
buildservice-autocommit accepted request 821512 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 32)
baserev update by copy to link target
Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) accepted request 820969 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 31)
* Update to version 1.8.3.
* Drop YODA-py3-compatibility-for-IO_pyx.patch: incorporated upstream.
buildservice-autocommit accepted request 765934 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 30)
baserev update by copy to link target
Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) accepted request 765512 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 29)
- Add YODA-py3-compatibility-for-IO_pyx.patch -- Py3 compatibilty
  for IO.pyx; patch taken from upstream commit and modified to fix
  further similar errors
  (https://gitlab.com/hepcedar/yoda/issues/4).
- Change hashbangs referring to python or `env python` to use
  `/usr/bin/python3` consistently in source dir, rather than
  from buildroot after installation. This allows to run the tests
  correctly in the %check section.
- Move binaries using the python module to python3-%{name}
  package.
- Run make check.
buildservice-autocommit accepted request 762562 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 28)
baserev update by copy to link target
Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) accepted request 762494 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 27)
- Switch to python3:
  * Requires and BuildRequires switched to python3 versions
  * Rename python package to python3-%{name} and provide
    python-%{name} from it; this makes the py3 switch clear to
    users.
  * Explicitly pass PYTHON_VERSION as py3 version to make it build
    against python3
  * Drop an unecessary hashbang from a file in non-exec location.
- Remove an sed hack for buildroot in *.pyc file(s); no longer
  needed.
buildservice-autocommit accepted request 761603 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 26)
baserev update by copy to link target
Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) accepted request 760827 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 25)
- Update to version 1.8.0:
  * Add extra optional bool arguments to the mkScatter converter
    functions for Histo1D and Histo2D types.
  * Force rebuild of the Python interface if a sufficient Cython
    is found, even if the generated .cpp file is present at
    configure-time.
  * Final conversion to use ast module not just in autotype but as
    first choice in AO.annotation.
  * Remove ALL uses of @property in the Python interfaces: all
    methods must have call-parentheses now.
  * Improve Python annotation parsing to preferentially use ast
    rather than yaml.
  * Add x/yErrs and x/yErrAvgs functions to Scatter2D Python.
- Rebase so numbering patch for updated version.
buildservice-autocommit accepted request 725666 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 24)
baserev update by copy to link target
Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) accepted request 724993 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 23)
- Update to version 1.7.7:
  * Fix printing of YAML annotations.
  * Fix Python 3 / Unicode compatibility for Point.pyx.
- Changes from version 1.7.6:
  * Add xEdges and yEdges methods to the 2D Histo and Profile
    classes, in C++ and Python.
  * Remove @property attributes from Python xEdges methods.
  * Fix Python3/argparse attribute access bug in yodamerge.
- Changes from version 1.7.5:
  * Convert bin/* scripts to use Python3-compatible argparse
    rather than old optparse.
  * Fix Histo1D::integralRange to include the second-argument bin
    content as described in the docstring.
  * Fix Python3 StringIO import compatibility
  * Add -m/-M filtering to yodadiff.
  * Fix HistoBin2D printing in Python interface.
  * Protect yodamerge against zero-valued (?!) ScaledBy
    attributes.
- Drop conditional for boost BuildRequires pertaining to outdated
  versions of openSUSE.
buildservice-autocommit accepted request 700425 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 22)
baserev update by copy to link target
Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) accepted request 699964 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 21)
- Update to version 1.7.4:
  * Roll out sameBinning methods for Profile1D and Profile2D.
  * Add sameBinning methods for Histo1D and Histo2D.
  * Remove debug couts from single-AO Writer::write() function.
  * Add --ignore-missing and --ignore-new flags to yodadiff.
  * Tidy up point-comparison output of yodadiff.
  * Fix additional weighting in yodamerge
- See %{_docdir}/YODA-devel/ChangeLog for changes between version
  1.7.1 through 1.7.3.
- Rebase sover.diff to apply cleanly.
buildservice-autocommit accepted request 612675 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 20)
baserev update by copy to link target
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 612630 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 19)
- Update to version 1.7.0:
  * Add Nentries printout to yodals -v
  * Patches for ROOT conversion from Robert Hatcher -- thanks!
  * Add YODA format version annotation, at version 2, and update
    YODA reader to use version info and multiline YAML EOF marker.
  * Write YODA annotations in YAML with a --- YAML break-line.
  * Enable compressed writing from Python.
  * Remove UNUSED macro in favour of anonymous args.
  * Enable zipped writing... but only works from C++ so far.
  * Add HistoBin2D::area(), and provide a default normto=1.0
    argument on the Python Histo2D.normalize() method.
  * Change license explicitly to GPLv3, cf. MCnet3 agreement.
  * Parse YODA format AO headers as YAML (restriction to
    single-line dict entries for now).
  * Use a slightly enhanced fast numeric parser in ReaderYODA
    (taken from LHAPDF, originally inspired by Gavin Salam).
  * Add an UNSCALE spec option to yodascale, to undo ScaledBy
    effects.
  * Add optional zlib support via zstr
  * Fix setVal(i, x) numbered-axis methods on Point2D and Point3D:
    switch break statements were missing.
  * Explicitly load all ROOT objects as a list rather than
    generator. Patch from Dmitry Kalinkin.
  * Improvements to yodaplot, including two operating modes: the
    default CMP mode is suitable for plotting histos by path, from
    raw .yoda files.
  * Update yoda.plotting functions to treat plot-keys as args and
    AO annotations via case-insensitive keys.
  * Add annotationsDict to the Python AO interface.
  * Add AO as an alias for AnalysisObject.
buildservice-autocommit accepted request 514122 from Dmitry Roshchin's avatar Dmitry Roshchin (Dmitry_R) (revision 18)
baserev update by copy to link target
Displaying revisions 21 - 40 of 57
openSUSE Build Service is sponsored by