Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 23, 2017

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