Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-YODA-1.8.0-bp153.1.109 RPM for x86_64

From OpenSuSE Leap 15.3 for x86_64

Name: python3-YODA Distribution: SUSE Linux Enterprise 15 SP3
Version: 1.8.0 Vendor: openSUSE
Release: bp153.1.109 Build date: Tue May 18 10:30:56 2021
Group: Development/Libraries/Python Build host: old-cirrus1
Size: 2353256 Source RPM: YODA-1.8.0-bp153.1.109.src.rpm
Packager: https://bugs.opensuse.org
Url: http://yoda.hepforge.org/
Summary: A small set of data analysis classes for MC event generator validation analyses
YODA is a small set of data analysis (specifically histogramming)
classes being developed by MCnet members as a lightweight common
system for MC event generator validation analyses.

This package provides the python binidings for YODA.

Provides

Requires

License

GPL-2.0-only

Changelog

* Sat Jan 18 2020 Atri Bhattacharya <badshah400@gmail.com>
  - 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.
* Wed Jan 08 2020 Atri Bhattacharya <badshah400@gmail.com>
  - 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.
* Sat Jan 04 2020 Atri Bhattacharya <badshah400@gmail.com>
  - 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.
* Wed Aug 21 2019 Atri Bhattacharya <badshah400@gmail.com>
  - 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.
* Wed May 01 2019 Atri Bhattacharya <badshah400@gmail.com>
  - 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.
* Wed May 23 2018 badshah400@gmail.com
  - 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.
    * Add parallel/compatibility yoda1 package to aid eventual
      transition to YODA v2.
    * Add x,y,zMins and Maxs to all 1D data types and scatters (and
      x,yMin/Max to the scatters) -- Python interface only.
    * Rework some of the yoda.plotting tools, making it a bit more
      compatible with user-scripted matplotlib.
    * Add convenience aliases H1D, H2D, P1D, P2D, and S1D, S2D, S3D
      for the HistoXD, ProfileXD, and ScatterXD classes
      respectively.
    * Add xyVals/Errs and other 'bin array property' accessors to
      the Python Histo1D and Profile1D types: important for
      connection to matplotlib.
    * Use Python natsort library to sort yodals output if available.
  - Rebase sover.diff.
  - Add BuildRequires: pkgconfig(zlib); now required for bulding
    YODA.
  - Fix env-based hashbangs.
* Wed Aug 02 2017 badshah400@gmail.com
  - Update to version 1.6.7:
    * pyext/yoda/rootcompat.pyx: Fix ordering of TH1 vs. TProfile
      conversion
    * Add static Reader methods to match the Writer ones.
    * Fix Histo2D and Profile2D total distribution reading from YODA
      format.
    * Convert TH1F to TH1D in root2flat. Much simpler than
      duplicating the TH1D stuff in pyext.
  - Changes from version 1.6.6:
    * Bugfixes in Cython bins accessors for Histo2D.
    * Fixed warning messages about the obsoleteness of AIDA so that
      the scripts actually still work.
* Mon Feb 13 2017 jengelh@inai.de
  - Call ldconfig directly. Add sover.diff, enforce versioning
    as per guidelines.
* Thu Feb 02 2017 adam.majer@suse.de
  - use individual libboost-*-devel packages instead of boost-devel
* Thu Nov 10 2016 badshah400@gmail.com
  - Update to version 1.6.5:
    * Fix handling of --enable/disable-root configure options.
    * Improvements to Cython version testing.
  - Numerous changes from last packaged version (1.3.1) through
    version 1.6.4. Please see ChangeLog file for details.
  - Drop YODA-boost-configure-for-GCC5.patch: no longer needed due
    to fixes in upstream code.
* Thu Jun 25 2015 badshah400@gmail.com
  - Add YODA-boost-configure-for-GCC5.patch to fix autoconf
    boost macros lookup with GCC5; patch taken from boost.m4
    upstream [https://github.com/tsuna/boost.m4].
  - Clean up some further remnants of %buildroot in python
    byte-compiled files.
* Thu Jun 25 2015 badshah400@gmail.com
  - Update to version 1.3.1:
    + Adding usefocus optional argument to some mkScatter functions,
      plus the Python bindings.
    + Cleaning up some Python mappings of 2D histogram bin classes.
    + Removing mappings of bin-level fill and scale operations in
      Python.
    + Fix formatting and error handling in Python Bin and Dbn
      __repr__ methods.
    + Add a -i/--in-place option pair on yodascale.
    + Convert script matching options to use re search rather than
      match.
    + Adding matching options and verbose option to yodals.
    + Improvements and additions to ROOTCnv.h routines, particularly
      to TProfile creation: thanks to Roman Lysak for advice.
    + Add convenience YODA/YODA.h header.
    + yodascale now uses PointMatcher and can normalize or multiply
      to abs values or ref histos/bin ranges.
    + Adding yoda.matcher Python sub-package with PointMatcher
      functionality. To be used in Professor 2.0 and in yodascale.
    + Adding 'scat2' type to yodahist.
    + Add match/unmatch args to all conversion scripts, via a new
      Python yoda.script_helpers function.
    + Script updates, improved docstrings, and improved tab
      completion.
    + Add a yoda.plotting sub-module, based on matplotlib.
    + Small build improvements.
    + Handle overflow filling in binned types without invoking an
      exception.
    + Change inRange to have non-fuzzy comparison behaviour.
    + Improving/adding __div__ functions in Python for all binned
      types.
    + Add std:: prefix to isinf() calls in BinSearcher.h.
* Sun Oct 26 2014 badshah400@gmail.com
  - Update to version 1.3.0:
    + Use numEntries() rather than effNumEntries() when checking
      consistency of inputs to efficiency() calculations -- the
      effNumEntries of a set can be smaller than that of a strict
      subset, surprisingly!
    + Small improvements to yodahist and yodaplot behaviours/UIs.
    + Adding setX/Y/Z(val, err) methods to Point3D.
    + Add an efficiency method for 2D histos.
    + Hide fill and fillBin methods from Python mappings of bin
      types.

Files

/usr/bin/aida2flat
/usr/bin/aida2yoda
/usr/bin/flat2yoda
/usr/bin/yoda2aida
/usr/bin/yoda2flat
/usr/bin/yoda2yoda
/usr/bin/yodacmp
/usr/bin/yodacnv
/usr/bin/yodadiff
/usr/bin/yodahist
/usr/bin/yodals
/usr/bin/yodamerge
/usr/bin/yodaplot
/usr/bin/yodascale
/usr/lib64/python3.6/site-packages/yoda
/usr/lib64/python3.6/site-packages/yoda-1.8.0-py3.6.egg-info
/usr/lib64/python3.6/site-packages/yoda/__init__.py
/usr/lib64/python3.6/site-packages/yoda/__pycache__
/usr/lib64/python3.6/site-packages/yoda/__pycache__/__init__.cpython-36.pyc
/usr/lib64/python3.6/site-packages/yoda/__pycache__/plotting.cpython-36.pyc
/usr/lib64/python3.6/site-packages/yoda/__pycache__/root.cpython-36.pyc
/usr/lib64/python3.6/site-packages/yoda/__pycache__/script_helpers.cpython-36.pyc
/usr/lib64/python3.6/site-packages/yoda/__pycache__/search.cpython-36.pyc
/usr/lib64/python3.6/site-packages/yoda/core.cpython-36m-x86_64-linux-gnu.so
/usr/lib64/python3.6/site-packages/yoda/plotting.py
/usr/lib64/python3.6/site-packages/yoda/root.py
/usr/lib64/python3.6/site-packages/yoda/script_helpers.py
/usr/lib64/python3.6/site-packages/yoda/search.py
/usr/lib64/python3.6/site-packages/yoda/util.cpython-36m-x86_64-linux-gnu.so
/usr/lib64/python3.6/site-packages/yoda1
/usr/lib64/python3.6/site-packages/yoda1/__init__.py
/usr/lib64/python3.6/site-packages/yoda1/__pycache__
/usr/lib64/python3.6/site-packages/yoda1/__pycache__/__init__.cpython-36.pyc


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 14:54:44 2024