Skip to content

v0.7.12

Choose a tag to compare

@pkienzle pkienzle released this 30 Jul 15:07

Documentation: http://bumps.readthedocs.org

Release notes: https://github.com/bumps/bumps

v0.7.12 2019-07-30

  • --parallel defaults to using one process per CPU.
  • --pop=-k sets population size to k rather than k times num parameters
  • --resume=- resumes from --store=/path/to/store
  • use expanded canvas for parameter histograms to make plots more readable
  • use regular spaced tics for parameter histograms rather than 1- and 2-sigma
  • improve consistency between values of cov, stderr and chisq
  • fix handling of degenerate ranges on parameter output
  • add entropy calculator using gaussian mixture models (default is still Kramer)
  • vfs module allows loading of model and data from zip file (not yet enabled)
  • warn when model has no fitted parameters
  • update mpfit to support python 3
  • support various versions of scipy and numpy