Skip to content

Beta Release

Compare
Choose a tag to compare
@canyon289 canyon289 released this 15 Jan 17:43

0.3.2

New features

  • Support PyStan3 (#464)
  • Add some more information to the inference data of tfp (#447)
  • Use Split R-hat (#477)
  • Normalize from_xyz functions (#490)
  • KDE: Display quantiles (#479)
  • Add multiple rope support to plot_forest (#448)
  • Numba jit compilation to speed up some methods (#515)
  • Add from_dict for easier creation of az.InferenceData objects (#524)
  • Add stable logsumexp (#522)

Maintenance/fixes

  • Fix for from_pyro with multiple chains (#463)
  • Check __version__ for attr (#466)
  • And exception to plot compare (#461)
  • Add Docker Testing to travisCI (#473)
  • fix jointplot warning (#478)
  • Fix tensorflow import bug (#489)
  • Rename N_effective to S_effective (#505)

Deprecations

Documentation

  • Add docs to plot compare (#461)
  • Add InferenceData tutorial in header (#502)
  • Added figure to InferenceData tutorial (#510)