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 deprecated method delete_row #1062

Merged

Conversation

cgkoutzigiannis
Copy link
Contributor

Fixes #1041

I removed the method, the according test and also run the tests, the format command and the lint command so everything seems to be in order.
I am not sure if I should update the documentation somehow though.

Copy link
Collaborator

@lavigne958 lavigne958 left a comment

Choose a reason for hiding this comment

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

Hi thank you for your contribution.

This ticket is planned for the milestone 6.0.0, so I cannot merge this right now for the coming release.

The reason is: any major breaking change should only be introduced with a major version change (like from v5.x.y -> v6.x.y).
We can keep your PR and when we'll work on version 6.0.0 we'll merge it in the master branch 😉

BTW: the request for change is only here to make sure this PR does not merge by mistake in the meantime.

@cgkoutzigiannis
Copy link
Contributor Author

Oops! I didn't think about that at all. No worries and thank you for the quick response.

lavigne958 added a commit that referenced this pull request Dec 18, 2022
The remova of this method is already handled by #1062

This reverts commit 402fc00.
@lavigne958 lavigne958 changed the base branch from master to feature/release_6_0_0 January 3, 2023 10:46
Copy link
Collaborator

@lavigne958 lavigne958 left a comment

Choose a reason for hiding this comment

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

Hi thank you for your contribution, it looks good to me, only detail, I am merging this to the feature branch that receives all the changes for the future major release.

Your contribution will be made public when version 6.0.0 is released.

@lavigne958 lavigne958 merged commit 356dba1 into burnash:feature/release_6_0_0 Jan 3, 2023
@alifeee alifeee mentioned this pull request Jan 26, 2024
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.

Remove deprecated method
2 participants