arviz-devs / InferenceObjects.jl

Storage for results of Bayesian inference
https://julia.arviz.org/InferenceObjects
MIT License
14 stars 1 forks source link

Support DimensionalData v0.27 #79

Closed sethaxen closed 6 months ago

sethaxen commented 6 months ago

DimensionalData v0.27 changes the type parameters of AbstractDimStack. Since Dataset is an AbstractDimStack, this PR updates the type parameters accordingly. As such, it is technically breaking and not compatible with older DimensionalData versions. As a result, with this change, we cannot even test InferenceObjects on some older Julia versions and with older dependency versions that are not compatible with new DimensionalData, so this PR also refines the dependency lower bounds and runs the test suite with all dependencies downgraded to these lower bounds.

Supersedes #75