Skip to content

Releases: JuliaMath/SpecialFunctions.jl

v0.3.3

11 Sep 19:43

Choose a tag to compare

Use OS and arch only instead of triplets (#54)

v0.3.2

08 Sep 02:47

Choose a tag to compare

Build openspecfun using BinDeps (#47)

Minor bugfix to besseli and besselix and better error messages

11 Aug 18:43

Choose a tag to compare

v0.3.1

More descriptive DomainErrors (#41)

v0.3.0

05 Aug 02:04

Choose a tag to compare

Bump Julia to 0.6, fix 0.7 depwarns, remove some deprecations (#39)

v0.2.0

17 Jul 02:06

Choose a tag to compare

fix exports for JuliaLang/julia#22763 (#36)

Fix 0.6 typealias depwarn

21 Feb 16:42

Choose a tag to compare

v0.1.1

Fix 0.6 typealias depwarn (#22)

v0.1.0

11 Feb 20:39

Choose a tag to compare

Also import deprecated functions from Base (#21)

Initial release

09 Feb 07:16

Choose a tag to compare

Reintroduce deprecations from Base (#16)

This requires introducing a dependency on Compat, which provides the
requisite macros for deprecating implicitly vectorized functions in
favor of dot-broadcasts.