Skip to content

Releases: Samreay/ChainConsumer

v1.2.3

01 Sep 02:55

Choose a tag to compare

See README

v1.2.2

15 May 01:17

Choose a tag to compare

  • Changes from #148 to allow CC to not override usetex and font in the matplotlib rcparams. Thanks @astrofle

v1.2.1

28 Apr 10:55

Choose a tag to compare

Fixing regression for default value of smooth parameter when provided with gridded data

v1.2.0

15 Mar 05:00

Choose a tag to compare

Adding truth markers.

Loosening dependencies

16 Nov 03:27

Choose a tag to compare

v1.1.2

16 Aug 13:40

Choose a tag to compare

1.1.2

  • Switch scipy.integrate.simps to scipy.integrate.simpsons for compatibility with new releases

v1.1.1

19 Apr 23:55

Choose a tag to compare

1.1.1

  • Adding general kwargs to add_marker so one can pass show_label_in_legend and other customisations through.

v1.1.0

19 Apr 08:29

Choose a tag to compare

1.1.0

  • Updating numpyro and arviz translators so you can specify variable names (var_names) to include or exclude.
  • Adding histogram_relative_height property to chains to control histogram height.
  • Adding show_label_in_legend so you can decide to give a chain a label but not have it pollute the legend.

v1.0.3

22 Jan 22:48

Choose a tag to compare

Bugfix:

  • Plots should now use labels on parameter text summaries

v1.0.2

08 Nov 00:31

Choose a tag to compare

  • @snwnde fixed a bug where the number of walkers was wrong after dividing a chain.