kafe release 1.3.0
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
andiminuit
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)