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 #1527

Merged
merged 2 commits into from Dec 28, 2021
Merged

Remove deprecated #1527

merged 2 commits into from Dec 28, 2021

Conversation

ghost
Copy link

@ghost ghost commented Dec 23, 2021

Removes long-standing deprecated code.

Proposed Changes

  • Remove deprecated Graph.load()
  • Remove deprecated Graph.label()
  • Remove deprecated Graph.preferredLabel()
  • Remove deprecated Graph.comment()
  • Remove deprecated Graph.seq()
  • Change graph.load() calls to graph.parse()
  • Remove references to deprecated methods (thanks to aucampia for spotting the ones in resource.py)

Copy link
Member

@nicholascar nicholascar left a comment

Choose a reason for hiding this comment

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

Even thought he deprecation warnings in these funcs say 6.0.0, we missed removing them then. I think we are free to remove at will now since the warnings have been there fore t least a year

@nicholascar nicholascar merged commit 9dedebc into RDFLib:master Dec 28, 2021
@ghost ghost deleted the remove-deprecated branch December 29, 2021 15:44
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

1 participant