ArviZ.jl icon indicating copy to clipboard operation
ArviZ.jl copied to clipboard

Exploratory analysis of Bayesian models with Julia

Results 47 ArviZ.jl issues
Sort by recently updated
recently updated
newest added

Some of ArviZ's functionality is split out into smaller lightweight packages, and this will continue until ArviZ is more or less a super-package that just reexports all or some of...

This pull request changes the compat entry for the `InferenceObjects` package from `0.1` to `0.1, 0.2`. This keeps the compat entries for earlier versions. Note: I have not tested your...

needs version bump

We already moved the data files themselves to their own repo, but it would additionally be useful to have a lightweight repo ArviZExampleData.jl that contains the code for loading these...

This PR adds 2 new API functions: - `check_follows_schema` - `follows_schema` These are used to check whether an `InferenceData` object correctly follows the InferenceData schema. We may want to include...

needs version bump

Hi there On a windows laptop, using Julia 1.7.2 in a clean env, I get the following ```julia julia> using Pkg julia> Pkg.activate(".") Activating new project at `C:\Users\arn203\OneDrive - University...

bug

This pull request changes the compat entry for the `PlutoStaticHTML` package from `4.0.5, 5` to `4.0.5, 5, 6` for package docs. This keeps the compat entries for earlier versions. Note:...

needs version bump

Both Plots and AlgebraOfGraphics use [DemoCards](https://juliadocs.github.io/DemoCards.jl/stable/) to build and display deliver galleries of plots in a Documenter-compatible way. Each example gets its own file written as a Julia script with...

documentation

Currently `from_mcmcchains` assumes that all variable names are single-bracket-delimited or dot-delimited. However, quite complicated names are possible: ```julia julia> using Turing, LinearAlgebra julia> @model function foo() a ~ Normal() bar...

enhancement
discussion

Our daily CI runs started spontaneously failing 14 days ago, i.e. going from https://github.com/arviz-devs/ArviZ.jl/runs/6517258108, which passes to https://github.com/arviz-devs/ArviZ.jl/runs/6533529487, which fails. It fails upon precompilation of the package and emits the...

bug

Most ArviZ methods call `convert_from_inference_data` on the inputs, which allows objects returned by PPLs to be passed directly to these methods. However, there's some flexibility in what groups we might...

enhancement