Releases: giordano/Cuba.jl
Releases · giordano/Cuba.jl
v2.3.0
Cuba v2.3.0
Closed issues:
- Combining Cuba.jl with GPU (#36)
- Controlling Size of X Matrix using nvec (#37)
- change license to MIT? (#40)
Merged pull requests:
- Test on Alpine Linux (#35) (@giordano)
- Upgrade Documenter to v0.27 (#38) (@giordano)
- add support for userdata and the corresponding tests (#39) (@kunyuan)
- [CI] Move Aarch64 to Cirrus and add FreeBSD as well (#41) (@giordano)
- [CI] Remove Drone (#42) (@giordano)
- Switch license to MIT (#43) (@giordano)
v2.2.0
v2.1.0
v2.0.0
v1.0.0
Breaking Changes
- Support for Julia 0.6 was dropped.
- Keyword arguments
reltol
andabstol
are now calledrtol
andatol
, respectively, to match keywords inisapprox
function. - Deprecated functions
llvegas
,llsuave
,lldivonne
, andllcuhre
have been removed.
New Features
- The build script has been updated, now the package supports Linux-musl and FreeBSD systems.
v0.5.0
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 indivonne
andcuhre
. These algorithms require the number of dimensions to be at least 2. Now settingndim
to 1 throws an error. Your code will not be affected by this change if you did not explicitely setndim
. See issue #14.