| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python3-YODA | Distribution: openSUSE Tumbleweed |
| Version: 2.1.4 | Vendor: openSUSE |
| Release: 1.1 | Build date: Thu Sep 17 10:04:08 2026 |
| Group: Development/Libraries/Python | Build host: reproducible |
| Size: 10478161 | Source RPM: YODA-2.1.4-1.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://gitlab.com/hepcedar/yoda | |
| 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.
GPL-2.0-only
* Thu Sep 17 2026 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 2.1.4:
* Added:
- Plotting: reinstate tick-mark toggles.
- Plotting: added support for positioning legends with respect
to ratio-panel coordindates
* Fixed:
- `numeric_limits::min` -> `numeric_limits::lowest`.
- Add missing `std::` prefix to `vector` tests.
- Fix issue in the legacy YODA1 reader where the binning of
YODA1-style Histo2D objects may not have been correctly
reconstructed
- Changes from version 2.1.3:
* Added:
- `xEdges()`, `yEdges()` and `zEdges()` are now propagated
from C++ to the Python API for discrete axes, so
discrete-axis bin edges can be queried directly from Python.
- Binned objects now provide a `shape()` method returning a
tuple of the bin counts, with an optional Boolean to include
or exclude overflows.
- A multiplication operator is now defined for binned objects
and `Counter`s.
- API arrays are now returned as NumPy arrays when NumPy is
available.
- `RatioYMax`/`RatioYMin` now also work in deviation mode.
- `yodadiff` now works for objects with more than three
dimensions.
* Fixed:
- Fixed a bug whereby rebinning analysis objects via the
Python API could leave the Python and C++ representations of
the internal binning out of sync.
- Fixed a small bug affecting 2D histograms in the `yoda2root`
script.
- $y$-axis maximum/minimum values are no longer affected by
`NaN`s representing empty bins.
* Changed:
- Reinstate auto-numpy-wrapping for Python API.
- Adapt `read_symmetric` to interpret error as signed for
`Estimates`.
- `BinnedDbn`s now use global Neff, rather than per-bin
variant. Thanks to Jonas Hahnfeld for the report!
- `effNumEntries` for binned histograms and profiles is now
calculated from the total $\sum w$ and $\sum w^2$ rather
than the per-bin values.
- NumPy warnings about all-`NaN` arrays (which can arise from
empty histograms) are now silenced.
- Add LICENSE file as additional source; it is missed from tagged
tarball as of current version.
* Sun Nov 16 2025 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 2.1.2:
* Regex substitutions now also apply to custom text boxes, with
support for square brackets [].
* Text labels now support mixed single and double quotes.
* Python-based yoda.write() can now be redirected to stdout.
* Large NumPy arrays in plotting scripts are no longer
truncated.
* Fixed an issue affecting analyses with multiple ratio panels
and analysis options.
* Corrected asymmetric error-bar ordering in Matplotlib.
* Fixed a bug in handling single-value opacity settings.
- Changes from version 2.1.1:
* Cythonise YODA exceptions and skip objects with inconsistent
binning in yodamerge and yodastack.
- Changes from version 2.1.0:
* Add support for regex-based capture of AO path/name components
with optional string substitution map.
- Changes from version 2.0.3:
* Convert all scripts to use explicit python3 as interpreter,
and remove defunct uses of 'from __future__ import' except in
configure.ac where compatibility is needed to detect and
reject Python2.
* Add exception handling and Scatter1D conversion to
YODA-to-ROOT conversion.
* Restore case-sensitivity for Python dictionary in
annotationsDict() call.
* Fix typo and path-setting in yodaenvelope.
* Change Python build to use PY_LDFLAGS rather than
LINKFORSHARED variable.
* Fix Python path detection again, cf. GAMBIT Mac CI.
* Enable -Wextra warnings upon recommendation from CMS, and
address resulting issues.
- Use default python3-Cython for builds instead of pinning to
python3-Cython < 3.
- Minor rebase of sover.diff to apply cleanly against new version.
- Add YODA.rpmlintrc to suppress false warning from rpmlint about
requiring explicit lib, where python3-matplotlib is a python
module, and not a lib, despite its name.
- Build with hdf5 support for Leap 16 and Tumbleweed.
* Sun Mar 23 2025 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.9.11:
* Change Python build to use PY_LDFLAGS rather than
LINKFORSHARED variable.
* Patch BinEstimator to ensure the log version is used for log
axes
* Mon Feb 19 2024 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.9.10:
* No release notes.
* Wed Dec 06 2023 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.9.9:
* Limit autotools requirement to 2.69
* Ignore unknown sections in FLAT files (allows reading files
generated by rivet-cmphistos)
* Fix binary relocation in binreloc.c
* Explicitly import base-class virtual operator= in AO classes
to silence new GCC13 compiler warnings.
* Fix error propagation to always return a positive uncertainty
size in object divisions (which can produce a negative ratio
value)
* Fix a bug with HistoBin2D.yMean() returning value of xMean
* Fix missing function calls in HistoBin2D.xy*() methods
* Add workaround for Ubuntu 23.04 putting 'local' in the Python
platbase path.
* Fri Sep 08 2023 Atri Bhattacharya <badshah400@gmail.com>
- Use Cython < 3 to avoid an issue with `setYErr` when using
Cython >= 3.
* Tue Jul 11 2023 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.9.8:
* Fix Cython matching of optional Booleans in ROOT conversion
functions.
* Introducing matplotlib based plotting: standalone Python
scripts are generated that contain the logic to produce a
plot. These script do not depend on YODA and should hence be
sharable with people that have no YODA. Python3 and
matplotlib are required. The numerical data associated with
individual curves is outsourced to a {name}__data.py script to
aide legibility.
* Fix bug in yodamerge to handle files with inconsistent AOs
* Add CXXFLAGS and LDFLAGS propagation to the Python-extension
build script.
* Enable Cython auto-conversion of all C++ strings to Python
native str for v2 and v3, removing extensive encode()/decode()
calls.
* Add binreloc-based libPath() and dataPath() functions,
including in Python.
- Drop YODA-correct-python-platlib.patch: fixed upstream.
- Split out new package, YODA-matplotlib-style, that installs a
style file to produce YODA styled plots using matplotlib.
- autoconf >= 2.71 now required (update BuildRequires).
* Sun Oct 23 2022 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.9.7
* Add Stat and Uncor to labels flagged as uncorrelated.
* Update yaml-cpp version for C++17 compatibility.
* Replace distutils with sysconfig and manual calls to the
compiler.
- Add YODA-correct-python-platlib.patch: Use correct python
platlib ($prefix/lib64) consistently across different python
versions; although we do not build for multiple python versions,
we would not want to adapt the file list everytime upstream
python vacillates between lib (e.g. python 3.8/3.10) vs lib64
(e.g. python 3.9) for platlib.
* Wed Aug 24 2022 Atri Bhattacharya <badshah400@gmail.com>
- Set PYTHONPATH to buildroot's python3_sitearch before testing to
allow importing of yoda module.
* Fri Jul 15 2022 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.9.6:
* Pass ignoreOffDiagonalTerms correctly when retrieving
covariance matrix from a Scatter2D.
* Add a covariance/off-diag test to test-s2d.py
* Force Cython rebuilds on all .pyx files, if possible (helps
with Python ABI compat).
- Drop 0001-fix-cython-rebuild-after-configure.patch: incorporated
upstream.
/usr/bin/root2yoda /usr/bin/yoda2root /usr/bin/yoda2yoda /usr/bin/yodacnv /usr/bin/yodadiff /usr/bin/yodaenvelope /usr/bin/yodals /usr/bin/yodamerge /usr/bin/yodaplot /usr/bin/yodascale /usr/bin/yodastack /usr/lib64/python3.13/site-packages/yoda /usr/lib64/python3.13/site-packages/yoda/__init__.py /usr/lib64/python3.13/site-packages/yoda/core.so /usr/lib64/python3.13/site-packages/yoda/hepdata.py /usr/lib64/python3.13/site-packages/yoda/hepdatacnv.py /usr/lib64/python3.13/site-packages/yoda/plotting /usr/lib64/python3.13/site-packages/yoda/plotting/__init__.py /usr/lib64/python3.13/site-packages/yoda/plotting/fetch_data.py /usr/lib64/python3.13/site-packages/yoda/plotting/mlp_preprocessor.py /usr/lib64/python3.13/site-packages/yoda/plotting/script_generator.py /usr/lib64/python3.13/site-packages/yoda/plotting/utils.py /usr/lib64/python3.13/site-packages/yoda/root.py /usr/lib64/python3.13/site-packages/yoda/rootcnv.py /usr/lib64/python3.13/site-packages/yoda/script_helpers.py /usr/lib64/python3.13/site-packages/yoda/search.py /usr/lib64/python3.13/site-packages/yoda/util.so /usr/share/bash-completion/completions/yoda-completion
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Sep 23 23:19:33 2026