| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python311-physt | Distribution: openSUSE Tumbleweed |
| Version: 0.9.0 | Vendor: openSUSE |
| Release: 1.1 | Build date: Tue Mar 24 17:56:48 2026 |
| Group: Unspecified | Build host: reproducible |
| Size: 861197 | Source RPM: python-physt-0.9.0-1.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/janpipek/physt | |
| Summary: Python histogram library | |
P(i/y)thon h(i/y)stograms. Inspired (and based on) numpy.histogram. The unifies different concepts of histograms as occurring in numpy, pandas, matplotlib, ROOT, etc. and to create one representation that can be manipulated with from the data point of view and at the same time provides integration into IPython notebook and various plotting options.
MIT
* Tue Mar 24 2026 Dirk Müller <dmueller@suse.com>
- Update to version 0.9.0:
* Reorganized project structure (src layout, docs
directory).
* Switched build system to flit.
* Added experimental command-line interface.
* Added dependencies: narwhals, rich, click.
* Modernized codebase and improved compatibility layers.
* Fri Aug 29 2025 Steve Kowalik <steven.kowalik@suse.com>
- Actually switch to using flit-core.
- Skip a broken test.
* Mon Apr 28 2025 Dirk Müller <dmueller@suse.com>
- update to 0.8.6:
* Plotting: fixed ASCII heatmaps (swapped axes)
* Wed Feb 05 2025 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.8.5
* Plotting: improved ASCII plotting
* Build system: changed to flit
- Update BuildRequires from pyproject.toml
* Fri Dec 06 2024 Ben Greiner <code@bnavigator.de>
- Update to 0.8.4
* UX: a bit of rich support
* Examples: runnable from command line / uv
- Release 0.8.2
* Typing: Added py.typed file
* Plotting: auto tight_layout()
* Improved: polars.DataFrame.physt.h accepts any selectors
* Dependency: support Python 3.13, don't use scipy
- Release 0.8.1
* Tooling: embrace uv
* Dependency: drop Python 3.8, numpy<1.25, pandas<1.5, polars<1.0
- Release 0.8.0
* Dependency: allow numpy>=2.0
* Removed a few deprecated methods for histogram statistics
- Drop physt-pr116-np2.patch
* Fri Aug 30 2024 Ben Greiner <code@bnavigator.de>
- Update to 0.7.4
* Dependency: allow numpy 1.22 again
- Release 0.7.3
* Improved: dealing with extremely narrow bin ranges
* Fixed: mypy and pytest issues
* Fixed: compatibility with polars 1.0
- Release 0.7.2
* Improved: stats box in plots
- Release 0.7.1
* Fixed: Newer polars compatibility, deal with Nones
* Added: .physt accessors for polars series and dataframes
- Release 0.7.0
* Added: Support for pola.rs series/dataframes
* Moved: xarray support as a separate module in physt.compat
* Removed: physt.special (use physt.special_histograms instead)
* Added: stats_loc arg to locate stats box in plots
* Added: Pretty printing with rich library
* Changed: Moved most configuration to pyproject.toml
* Improved: Much more testing and edge-case bug fixes
* Support: Removed Python 3.7 and numpy <1.22, added 3.11
* Renamed: human binning => pretty binning (with deprecation
warning)
- Unpin numpy 2: Add physt-pr116-np2.patch gh#janpipek/physt#116
* Mon Jul 08 2024 Steve Kowalik <steven.kowalik@suse.com>
- Add upper bound on numpy of < 2.
* Tue Mar 05 2024 Ben Greiner <code@bnavigator.de>
- Build PEP517 wheel
- Fix runtime requirements
- Don't test plotly on python <3.10: no longer available
* Thu Feb 16 2023 Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.5.3:
* Changed: Distribution to wheels
* Changed: Statistics have a special class
* Changed: Statistics are now computed from all values (more options for
plot too)
* Fixed: Sometimes, dtypes were not properly used
* Added: A lot of typing hints
* Fixed: asciiplotlib does not exist anymore => don't use it
* Changed: Added pre-commit
* Changed: More thorough typing
* Support: Added Python 3.10, removed Python 3.6 and numpy<1.20
* Fixed: A few minor bugs
* Changed: Reworked pandas compatibility (.to_series, .to_dataframe methods)
* Added: .physt series/dataframe accessors (with h1, h2, histogram methods)
* Fixed: A lot of RuntimeError's changed to more specific exceptions
* Fixed: Typing annotations (again) passing mypy validation.
* Fri Apr 23 2021 Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.5.0.1:
* Removed: *args in method definition whenever possible (prefering
explicit keyword-only arguments)
* Changed: In multi-dimensional methods arguments:
+ list is treated as different value for each axes
+ tuple is treated as one argument value
* Changed: Plotly backend does not allow matplotlib mimicking any more.
* Added: Basic tests for plotting backends
* Support: Tested against Python 3.6-3.9
* Fixed: Typing annotations are passing mypy validation.
* Fixed: A few small bugs
- Do not build for Python 3.6, due to no NumPy.
/usr/bin/physt /usr/bin/physt-3.11 /usr/lib/python3.11/site-packages/physt /usr/lib/python3.11/site-packages/physt-0.9.0.dist-info /usr/lib/python3.11/site-packages/physt-0.9.0.dist-info/INSTALLER /usr/lib/python3.11/site-packages/physt-0.9.0.dist-info/METADATA /usr/lib/python3.11/site-packages/physt-0.9.0.dist-info/RECORD /usr/lib/python3.11/site-packages/physt-0.9.0.dist-info/REQUESTED /usr/lib/python3.11/site-packages/physt-0.9.0.dist-info/WHEEL /usr/lib/python3.11/site-packages/physt-0.9.0.dist-info/entry_points.txt /usr/lib/python3.11/site-packages/physt-0.9.0.dist-info/licenses /usr/lib/python3.11/site-packages/physt-0.9.0.dist-info/licenses/LICENSE /usr/lib/python3.11/site-packages/physt/__init__.py /usr/lib/python3.11/site-packages/physt/__pycache__ /usr/lib/python3.11/site-packages/physt/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/__pycache__/_bin_utils.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/__pycache__/_bin_utils.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/__pycache__/_construction.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/__pycache__/_construction.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/__pycache__/_facade.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/__pycache__/_facade.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/__pycache__/_util.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/__pycache__/_util.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/__pycache__/binnings.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/__pycache__/binnings.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/__pycache__/cli.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/__pycache__/cli.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/__pycache__/config.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/__pycache__/config.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/__pycache__/histogram1d.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/__pycache__/histogram1d.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/__pycache__/histogram_base.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/__pycache__/histogram_base.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/__pycache__/histogram_collection.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/__pycache__/histogram_collection.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/__pycache__/histogram_nd.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/__pycache__/histogram_nd.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/__pycache__/special_histograms.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/__pycache__/special_histograms.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/__pycache__/statistics.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/__pycache__/statistics.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/__pycache__/types.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/__pycache__/types.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/__pycache__/typing_aliases.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/__pycache__/typing_aliases.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/__pycache__/version.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/__pycache__/version.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/_bin_utils.py /usr/lib/python3.11/site-packages/physt/_construction.py /usr/lib/python3.11/site-packages/physt/_facade.py /usr/lib/python3.11/site-packages/physt/_util.py /usr/lib/python3.11/site-packages/physt/binnings.py /usr/lib/python3.11/site-packages/physt/cli.py /usr/lib/python3.11/site-packages/physt/compat /usr/lib/python3.11/site-packages/physt/compat/__init__.py /usr/lib/python3.11/site-packages/physt/compat/__pycache__ /usr/lib/python3.11/site-packages/physt/compat/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/compat/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/compat/__pycache__/dask.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/compat/__pycache__/dask.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/compat/__pycache__/geant4.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/compat/__pycache__/geant4.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/compat/__pycache__/pandas.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/compat/__pycache__/pandas.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/compat/__pycache__/polars.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/compat/__pycache__/polars.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/compat/__pycache__/xarray.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/compat/__pycache__/xarray.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/compat/dask.py /usr/lib/python3.11/site-packages/physt/compat/geant4.py /usr/lib/python3.11/site-packages/physt/compat/pandas.py /usr/lib/python3.11/site-packages/physt/compat/polars.py /usr/lib/python3.11/site-packages/physt/compat/xarray.py /usr/lib/python3.11/site-packages/physt/config.py /usr/lib/python3.11/site-packages/physt/examples /usr/lib/python3.11/site-packages/physt/examples/__init__.py /usr/lib/python3.11/site-packages/physt/examples/__main__.py /usr/lib/python3.11/site-packages/physt/examples/__pycache__ /usr/lib/python3.11/site-packages/physt/examples/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/examples/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/examples/__pycache__/__main__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/examples/__pycache__/__main__.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/examples/munros.csv /usr/lib/python3.11/site-packages/physt/helpers /usr/lib/python3.11/site-packages/physt/helpers/__init__.py /usr/lib/python3.11/site-packages/physt/helpers/__pycache__ /usr/lib/python3.11/site-packages/physt/helpers/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/helpers/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/helpers/__pycache__/db.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/helpers/__pycache__/db.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/helpers/db.py /usr/lib/python3.11/site-packages/physt/histogram1d.py /usr/lib/python3.11/site-packages/physt/histogram_base.py /usr/lib/python3.11/site-packages/physt/histogram_collection.py /usr/lib/python3.11/site-packages/physt/histogram_nd.py /usr/lib/python3.11/site-packages/physt/io /usr/lib/python3.11/site-packages/physt/io/__init__.py /usr/lib/python3.11/site-packages/physt/io/__pycache__ /usr/lib/python3.11/site-packages/physt/io/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/io/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/io/__pycache__/json.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/io/__pycache__/json.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/io/__pycache__/root.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/io/__pycache__/root.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/io/__pycache__/util.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/io/__pycache__/util.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/io/__pycache__/version.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/io/__pycache__/version.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/io/json.py /usr/lib/python3.11/site-packages/physt/io/root.py /usr/lib/python3.11/site-packages/physt/io/util.py /usr/lib/python3.11/site-packages/physt/io/version.py /usr/lib/python3.11/site-packages/physt/plotting /usr/lib/python3.11/site-packages/physt/plotting/__init__.py /usr/lib/python3.11/site-packages/physt/plotting/__pycache__ /usr/lib/python3.11/site-packages/physt/plotting/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/plotting/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/plotting/__pycache__/ascii.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/plotting/__pycache__/ascii.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/plotting/__pycache__/common.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/plotting/__pycache__/common.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/plotting/__pycache__/folium.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/plotting/__pycache__/folium.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/plotting/__pycache__/matplotlib.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/plotting/__pycache__/matplotlib.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/plotting/__pycache__/plotly.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/plotting/__pycache__/plotly.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/plotting/__pycache__/vega.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/plotting/__pycache__/vega.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/plotting/ascii.py /usr/lib/python3.11/site-packages/physt/plotting/common.py /usr/lib/python3.11/site-packages/physt/plotting/folium.py /usr/lib/python3.11/site-packages/physt/plotting/matplotlib.py /usr/lib/python3.11/site-packages/physt/plotting/plotly.py /usr/lib/python3.11/site-packages/physt/plotting/vega.py /usr/lib/python3.11/site-packages/physt/py.typed /usr/lib/python3.11/site-packages/physt/special_histograms.py /usr/lib/python3.11/site-packages/physt/statistics.py /usr/lib/python3.11/site-packages/physt/testing /usr/lib/python3.11/site-packages/physt/testing/__init__.py /usr/lib/python3.11/site-packages/physt/testing/__pycache__ /usr/lib/python3.11/site-packages/physt/testing/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/testing/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/testing/__pycache__/strategies.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/physt/testing/__pycache__/strategies.cpython-311.pyc /usr/lib/python3.11/site-packages/physt/testing/strategies.py /usr/lib/python3.11/site-packages/physt/types.py /usr/lib/python3.11/site-packages/physt/typing_aliases.py /usr/lib/python3.11/site-packages/physt/version.py /usr/share/doc/packages/python311-physt /usr/share/doc/packages/python311-physt/README.md /usr/share/libalternatives/physt /usr/share/libalternatives/physt/311.conf /usr/share/licenses/python311-physt /usr/share/licenses/python311-physt/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Mar 27 23:08:05 2026