Skip to content

kafe release 1.3.0

Compare
Choose a tag to compare
@dsavoiu dsavoiu released this 14 Jun 17:58
· 28 commits to master since this release

New features

  • now runs with both Python 2 and 3 (many thanks to @smartsammler)
  • can do multi-model fits with shared parameters (module Multifit by @JoergSchindler)

Fixes and improvements

Some bugs were fixed and compatibility with other tools has been improved:

  • kafe now works in Jupyter Notebooks

  • fix compatibility issue with matplotlib 2.0

  • revise minimum recommended versions for scipy, numpy and iminuit modules

  • drop requirement for Qt/PyQt due to difficulties in getting it to work with conda

    • Tk is now the default backend for matplotlib
  • better output stream management (fails gracefully when redirection is unsupported, instead of crashing)