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

sparqlstore drop deprecated methods and args #516

Merged
merged 4 commits into from
Jan 29, 2017

Conversation

joernhees
Copy link
Member

renamed methods:

  • CastToTerm() has been renamed to _node_from_result() and deprecated in 7920330
  • TraverseSPARQLResultDOM() has been renamed to _traverse_sparql_result_dom() and deprecated in 7920330

dropped method (as never used):

  • localName (deprecated in 7920330)

dropped args (as never used):

  • SPARQLStore(..., bNodeAsURI) (deprecated in bf749d7)

@joernhees joernhees added cleanup SPARQL store Related to a store. labels Aug 27, 2015
@joernhees joernhees self-assigned this Aug 27, 2015
@joernhees joernhees added this to the rdflib 5.0.0 milestone Aug 27, 2015
joernhees added a commit that referenced this pull request Aug 27, 2015
* sparqlstore_drop_deprecated:
  drop deprecated SPARQLStore(..., bNodeAsURI) arg
  drop deprecated sparqlstore.localName
  drop deprecated sparqlstore.TraverseSPARQLResultDOM
  drop deprecated sparqlstore.CastToTerm
joernhees added a commit that referenced this pull request Aug 27, 2015
* sparqlstore_drop_deprecated:
  drop deprecated SPARQLStore(..., bNodeAsURI) arg
  drop deprecated sparqlstore.localName
  drop deprecated sparqlstore.TraverseSPARQLResultDOM
  drop deprecated sparqlstore.CastToTerm
@joernhees
Copy link
Member Author

ignore failing build: works in 5.0.0 branch (see #514)

@joernhees joernhees merged commit 7bf3dfb into RDFLib:master Jan 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant