Skip to content

use SpecialFunctions package due to function deprecations in Julia v0.6#200

Merged
jrevels merged 1 commit intomasterfrom
jr/specfun
Feb 23, 2017
Merged

use SpecialFunctions package due to function deprecations in Julia v0.6#200
jrevels merged 1 commit intomasterfrom
jr/specfun

Conversation

@jrevels
Copy link
Member

@jrevels jrevels commented Feb 23, 2017

Supercedes #192 - we should actually overload SpecialFunctions functions instead of Base functions on v0.6.

For example, on v0.5, this PR will overload both Base.erf and SpecialFuntions.erf with Dual definitions. If VERSION >= v"0.6.0-dev.2767", only SpecialFuntions.erf is overloaded with a Dual definition.

@jrevels
Copy link
Member Author

jrevels commented Feb 23, 2017

Travis v0.6 is failing due to a SIMD regression, which is unrelated to this PR

@jrevels jrevels merged commit 1dce2e8 into master Feb 23, 2017
@jrevels jrevels deleted the jr/specfun branch February 23, 2017 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant