ChainConsumer
ChainConsumer copied to clipboard
Corner plots, LaTeX tables and plotting walks.
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.2 to 4.66.3. Release notes Sourced from tqdm's releases. tqdm v4.66.3 stable cli: eval safety (fixes CVE-2024-34062, GHSA-g7vv-2v7x-gj9p) Commits 4e613f8 Merge pull request from GHSA-g7vv-2v7x-gj9p b53348c cli:...
Hi Sam, I notice there is a different renderer for the summary text and the axis labels. Defining labels like this in `numpyro` ```python dra, ddec, log_flux = [npy.sample(r"\Delta \text{RA}",...
The median statistic is commonly used in fields like cosmology to report central values and confidence intervals. It sets the central point to the median of the posterior distribution, and...
Hi, I'm trying to make a distribution plot with the code below ``` import matplotlib as mpl mpl.rcParams['text.usetex'] = True mpl.rcParams['font.family'] = 'serif' fixed_cosmo_mmin_zeta_planck_prior = pd.read_csv('output/fixed_cosmo_plancktauprior.txt', sep = "\s+", header=None,...
I must implement the case where some variables are multidimensional within the inference data, and display them as individual variables.
Hi @Samreay, I hope your parental leave is going well :) I've just updated some dependencies, and I think it would be good to clear a bit the package management...
The "Introduction to Walks" page makes some visualisations, but this is a quite uninformative diagnostic, which can miss convergence problems. An example is that emcee can get stuck, and looks...
Bumps [statsmodels](https://github.com/statsmodels/statsmodels) from 0.14.5 to 0.14.6. Release notes Sourced from statsmodels's releases. Release 0.14.6 This patch release fixes an issue with pandas 3.0.0 that prevented statsmodels from importing. It also...
Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.1 to 9.0.2. Release notes Sourced from pytest's releases. 9.0.2 pytest 9.0.2 (2025-12-06) Bug fixes #13896: The terminal progress feature added in pytest 9.0.0 has been disabled...
Bumps [mkdocstrings-python](https://github.com/mkdocstrings/python) from 1.19.0 to 2.0.1. Release notes Sourced from mkdocstrings-python's releases. 2.0.1 2.0.1 - 2025-12-03 Compare with 2.0.0 Bug Fixes Don't ignore filters when category grouping is disabled (63aa1b0...