Skip to content

Releases: JuliaMath/SpecialFunctions.jl

Fix 0.6 typealias depwarn

21 Feb 16:42
Compare
Choose a tag to compare
v0.1.1

Fix 0.6 typealias depwarn (#22)

v0.1.0

11 Feb 20:39
Compare
Choose a tag to compare
Also import deprecated functions from Base (#21)

Initial release

09 Feb 07:16
Compare
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.