Skip to content

Releases: scikit-hep/iminuit

v1.3.9

31 Mar 16:25
e76d408
Compare
Choose a tag to compare

Bug-fixes:

  • draw_contour now accepts an integer for bound keyword as advertised in the docs
  • fixed wrong EDM goal in iminuit reports, was off by factor 5 in some

Interface:

  • removed the undocumented keyword "args" in (draw_)contour, (draw_)profile
  • removed misleading "show_sigma" keyword in draw_contour
  • deprecated Minuit.is_fixed, replaced by .fixed attribute
  • deprecated Minuit.set_strategy, assign to Minuit.strategy instead
  • deprecated Minuit.set_errordef, assign to Minuit.errordef instead
  • deprecated Minuit.set_print_level, assign to Minuit.print_level instead
  • deprecated Minuit.print_fmin, Minuit.print_matrix, Minuit.print_param, Minuit.print_initial_param, Minuit.print_all_minos; use print() on the respective objects instead

Implementation:

  • improved style of draw_contour, draw more contour lines
  • increased default resolution for curves produced by (draw_)mncontour, (draw_)contour
  • switched from internal copy of Minuit2 to including Minuit2 repository from GooFit
  • build improvements for windows/msvc
  • updated Minuit2 code to ROOT-v6.15/01 (compiler with C++11 support is now required to build iminuit)
  • @henryiii added support for building Python-3.8 wheels

v1.3.8

17 Oct 10:29
15c7e67
Compare
Choose a tag to compare

Bug-fix release.

  • Fix plotting when array_func is used (#361)
  • Sort input file list to make _libiminuit.so build reproducably (#355)
  • Fixed outdated links in the docs

v1.3.7

12 Jun 13:48
Compare
Choose a tag to compare
  • fixed wheels support
  • documentation updates

v1.3.6

19 May 16:04
Compare
Choose a tag to compare
  • fix for broken display of Jupyter notebooks on Github when iminuit output is shown
  • replaced brittle and broken REPL diplay system with standard _repr_html_ and friends
  • wheels support
  • support for pypy-3.6
  • documentation improvements

v1.3.5 (do not use)

16 May 19:43
Compare
Choose a tag to compare

This release introduced unintended backward incompatibilities. These will be fixed soon, but for now please use v1.3.3.

v1.3.4 (do not use)

16 May 19:25
Compare
Choose a tag to compare

An accidentally incomplete release, do not use.

v1.3.3

12 Sep 23:00
e6d1cbc
Compare
Choose a tag to compare

Several usability and performance fixes. See changelog for details.

v1.3.2

10 Aug 15:24
77814d2
Compare
Choose a tag to compare

Bug-fix release with minor features, see the changelog for details.

v1.3

09 Jul 15:40
5fe1999
Compare
Choose a tag to compare

This release contains many bug-fixes and new features. See doc/changelog.rst for details.