-
Notifications
You must be signed in to change notification settings - Fork 132
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
Renaming of revlex, negrevlex, introduction of deginvlex #3038
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #3038 +/- ##
=======================================
Coverage 80.31% 80.32%
=======================================
Files 492 492
Lines 69528 69553 +25
=======================================
+ Hits 55844 55867 +23
- Misses 13684 13686 +2
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@deprecate revlex(R::MPolyRing) invlex(R::MPolyRing) | ||
@deprecate revlex(v::AbstractVector{<:MPolyRingElem}) invlex(v::AbstractVector{<:MPolyRingElem}) | ||
@deprecate negrevlex(R::MPolyRing) ngeinvlex(R::MPolyRing) | ||
@deprecate negrevlex(v::AbstractVector{<:MPolyRingElem}) neginvlex(v::AbstractVector{<:MPolyRingElem}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why deprecate revlex/negrevlex: it is not exported?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
they are exported on the current master. @deprecate
exports them itself, if the second argument is exported as well (so invlex/neginvlex
here)
Co-authored-by: Max Horn <[email protected]>
Co-authored-by: Max Horn <[email protected]>
Co-authored-by: Max Horn <[email protected]>
Co-authored-by: Max Horn <[email protected]>
Co-authored-by: Max Horn <[email protected]>
Co-authored-by: Max Horn <[email protected]>
Co-authored-by: Max Horn <[email protected]>
Co-authored-by: Max Horn <[email protected]>
Co-authored-by: Max Horn <[email protected]>
Co-authored-by: Max Horn <[email protected]>
Co-authored-by: Max Horn <[email protected]>
Co-authored-by: Max Horn <[email protected]>
This PR was initiated by #2950.
Singular.jl
to version0.20.0
.