Skip to content
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

Remove special polynomial methods #61

Closed
wants to merge 26 commits into from
Closed

Conversation

jverzani
Copy link
Member

This PR removes the polynomial specific code from Roots. That code will find its way into https://github.com/jverzani/PolynomialZeros.jl. It always seemed not quite right to have the two things in this package as they didn't have much in common. In addition to that separation, the PR bumps the required Julia version, avoiding Compat usage and fixes an ambiguity that arose with new work in v0.6.

@jverzani
Copy link
Member Author

Given issue JuliaLang/julia#21969 it seems more like this is a good idea. This PR moves out the polynomial specific code into another package making the dependencies of Roots much fewer.

@ararslan
Copy link
Member

The commits are kind of weird here. You might need to rebase from master.

@jverzani jverzani mentioned this pull request Jun 15, 2017
@jverzani
Copy link
Member Author

Closing this, as rebase got messed up. See #74

@jverzani jverzani closed this Jun 15, 2017
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.

6 participants