Skip to content

Releases: arviz-devs/ArviZ.jl

v0.4.8

22 Oct 22:39
9c3a89a
Compare
Choose a tag to compare

ArviZ v0.4.8

Diff since v0.4.7

Closed issues:

  • from_namedtuple seems to ignore coords and dims (#96)

Merged pull requests:

  • Handle mixtures of NamedTuple and Dict for constant datasets better (#97) (@sethaxen)

v0.4.7

22 Oct 03:04
b458349
Compare
Choose a tag to compare

ArviZ v0.4.7

Diff since v0.4.6

Merged pull requests:

v0.4.6

21 Oct 10:19
40db47a
Compare
Choose a tag to compare

ArviZ v0.4.6

Diff since v0.4.5

Merged pull requests:

  • Update to non-deprecated method for Turing (#93) (@torfjelde)
  • Make installing and updating dependencies more user-friendly (#94) (@sethaxen)

v0.4.5

04 Oct 04:57
871903c
Compare
Choose a tag to compare

ArviZ v0.4.5

Diff since v0.4.4

Merged pull requests:

v0.4.4

07 Sep 00:51
fdbfa89
Compare
Choose a tag to compare

ArviZ v0.4.4

Diff since v0.4.3

Closed issues:

  • Make sure that ArviZ.jl is compatible with arviz v0.8 (#75)
  • MCMCChains breaking change cause MCMCChains.Chains convert failed (#76)

Merged pull requests:

v0.4.3

01 Aug 21:02
445a5b3
Compare
Choose a tag to compare

ArviZ v0.4.3

Diff since v0.4.2

Closed issues:

  • Make sure that ArviZ.jl is compatible with arviz v0.8 (#75)

Merged pull requests:

v0.4.2

23 May 01:02
1af1d0f
Compare
Choose a tag to compare

ArviZ v0.4.2

Diff since v0.4.1

Merged pull requests:

v0.4.1

30 Mar 20:01
68d57af
Compare
Choose a tag to compare

ArviZ v0.4.1

Diff since v0.4.0

Merged pull requests:

  • CompatHelper: bump compat for "NamedTupleTools" to "0.13" (#67) (@github-actions[bot])
  • Stop testing 1.1/1.2, move main version to 1.4 (#68) (@sethaxen)
  • Bump StatsBase compat (#69) (@sethaxen)

v0.4.0

03 Mar 10:02
64a74b0
Compare
Choose a tag to compare

ArviZ v0.4.0

Diff since v0.3.3

Closed issues:

  • Convert to InferenceData within some functions (#28)
  • Return dataframes from DataFrames instead of Pandas (#34)
  • Make BokehPlot compatible with FileIO (#59)
  • Remove Pandas.jl as dependency (#61)
  • Add a gallery (#63)

Merged pull requests:

  • Output DataFrames.DataFrame and add rcParams (#35) (@sethaxen)
  • Support new InferenceData groups (#54) (@sethaxen)
  • Enable functions to take generic inputs and improve test coverage (#56) (@sethaxen)
  • Remove Pandas as a dependency, lazily load Python dependencies (#62) (@sethaxen)
  • Support Bokeh layout properties and save to png (#64) (@sethaxen)
  • Add a gallery for matplotlib backend (#65) (@sethaxen)
  • Updates for companion release (#66) (@sethaxen)

v0.3.3

26 Feb 13:01
e037516
Compare
Choose a tag to compare

ArviZ v0.3.3

Diff since v0.3.2

Closed issues:

  • Convert to InferenceData within some functions (#28)

Merged pull requests:

  • Enable functions to take generic inputs and improve test coverage (#56) (@sethaxen)
  • Set default indexing in ArviZ to 1 (#57) (@sethaxen)
  • Adapt Travis's procedure for installing Julia (#58) (@sethaxen)
  • Better support for Bokeh (#60) (@sethaxen)