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

change deprecation to avoid export #473

Merged
merged 3 commits into from
Feb 23, 2023
Merged

Conversation

jverzani
Copy link
Member

Close issue #471 avoiding workarounds by end users.

@codecov
Copy link

codecov bot commented Feb 23, 2023

Codecov Report

Base: 83.12% // Head: 83.11% // Decreases project coverage by -0.01% ⚠️

Coverage data is based on head (a615b27) compared to base (2c14b8f).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #473      +/-   ##
==========================================
- Coverage   83.12%   83.11%   -0.01%     
==========================================
  Files          23       23              
  Lines        3010     3021      +11     
==========================================
+ Hits         2502     2511       +9     
- Misses        508      510       +2     
Impacted Files Coverage Δ
src/common.jl 89.89% <100.00%> (-0.24%) ⬇️
src/polynomials/standard-basis.jl 88.70% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@jverzani jverzani merged commit 28d6137 into JuliaMath:master Feb 23, 2023
@jverzani jverzani deleted the issue_471 branch February 23, 2023 23:19
Comment on lines +637 to +641
function order(p::AbstractPolynomial)
Base.depwarn("The `order` function is deprecated. Use `degree`.",
:AbstractPolynomial)
degree(p)
end
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@deprecate order degree false?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks again! Most appreciated. #474 incorporates the suggestion.

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.

2 participants