QuaPy/quapy/method
Alejandro Moreo Fernandez ee803a339b silence pystan's repeated pkg_resources deprecation warning
stan.plugins.get_plugins() calls pkg_resources.iter_entry_points()
from several call sites during model building, each re-emitting
setuptools' deprecation notice since Python's default warning dedup
is keyed per call site, not per message. Not actionable upstream
noise, so filter it by message instead.
2026-07-17 17:43:41 +02:00
..
stan index in labelled collection from versions restored 2025-11-15 17:56:37 +01:00
__init__.py added EDx and improve doc 2026-07-07 15:46:45 +02:00
_bayesian.py silence pystan's repeated pkg_resources deprecation warning 2026-07-17 17:43:41 +02:00
_energy.py added EDx and improve doc 2026-07-07 15:46:45 +02:00
_helper.py adding EDy and improved manuals 2026-07-06 17:30:42 +02:00
_kdey.py added dataset for images 2026-07-02 18:21:35 +02:00
_neural.py Fix 10 correctness bugs and clean up warnings/logging in core library 2026-07-04 18:49:44 +02:00
_threshold_optim.py Fix 10 correctness bugs and clean up warnings/logging in core library 2026-07-04 18:49:44 +02:00
aggregative.py added EDx and improve doc 2026-07-07 15:46:45 +02:00
base.py Fix 10 correctness bugs and clean up warnings/logging in core library 2026-07-04 18:49:44 +02:00
composable.py mergin and solving pytests 2025-10-06 12:03:31 +02:00
confidence.py improving doc manuals and added bonferroni parameter to interval construction 2026-07-06 12:11:24 +02:00
meta.py Fix 10 correctness bugs and clean up warnings/logging in core library 2026-07-04 18:49:44 +02:00
non_aggregative.py added EDx and improve doc 2026-07-07 15:46:45 +02:00