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

rename components to connected_components and deprecate #3064

Merged
merged 4 commits into from
Dec 6, 2023

Conversation

simonbrandhorst
Copy link
Collaborator

No description provided.

Copy link
Collaborator

@afkafkafk13 afkafkafk13 left a comment

Choose a reason for hiding this comment

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

Apart from the possible typo in the deprecation, the changes look fine.

I double checked in experimental schemes and you seem to have found and updated all instances of calls to components(X::AbsSpec).

@@ -494,3 +494,4 @@ end
@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})
@deprecated components(X::AbsSpec) connected_components(X::AbsSpec)
Copy link
Collaborator

Choose a reason for hiding this comment

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

The other lines read '@deprecate', yours reads '@deprecated'. Is this on purpose or a typo?

@afkafkafk13 afkafkafk13 enabled auto-merge (squash) December 1, 2023 16:54
Copy link
Collaborator

@HechtiDerLachs HechtiDerLachs left a comment

Choose a reason for hiding this comment

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

Seems fine.

@afkafkafk13 afkafkafk13 merged commit 1d589c3 into master Dec 6, 2023
15 of 20 checks passed
@afkafkafk13 afkafkafk13 deleted the sb/components branch December 6, 2023 17:29
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.

None yet

4 participants