Skip to content

v0.5.0

Compare
Choose a tag to compare
@giordano giordano released this 15 May 11:16
· 72 commits to master since this release

New Features

  • The package now uses BinaryProvider.jl to install a pre-built version of the Cuba library on all platforms.

Breaking Changes

  • Support for Julia 0.5 was dropped
  • The default value of argument ndim has been changed to 2 in divonne and cuhre. These algorithms require the number of dimensions to be at least 2. Now setting ndim to 1 throws an error. Your code will not be affected by this change if you did not explicitely set ndim. See issue #14.