| Commit message (Expand) | Author | Age | Files | Lines |
| * | changes for flake8 | Nicholas Car | 2020-05-17 | 1 | -37/+32 |
| * | blacked all python files | Nicholas Car | 2020-05-16 | 1 | -9/+15 |
| * | removal of all uses of package six | Nicholas Car | 2020-05-16 | 1 | -4/+3 |
| * | Merge branch 'master' into 357-batch-add-graph | Natanael Arndt | 2020-05-02 | 1 | -295/+379 |
| |\ |
|
| | * | Let argument of serialize method overwrite graph settings | Natanael Arndt | 2020-04-17 | 1 | -8/+8 |
| | * | inverted precedence of base: graph wins over adding base to serialize(). Adde...issue_1003 | Nicholas Car | 2020-04-16 | 1 | -9/+12 |
| | * | improved handling of base, including at Graph() init | Nicholas Car | 2020-04-16 | 1 | -4/+10 |
| | * | Merge remote-tracking branch 'nicholascar/graph_docco' into graph_docco | Nicholas Car | 2020-03-27 | 1 | -50/+0 |
| | |\ |
|
| | | * | Merge branch 'master' into graph_docco | Nicholas Car | 2020-03-27 | 1 | -50/+0 |
| | | |\ |
|
| | * | | | fixing the doctests I broke! | Nicholas Car | 2020-03-27 | 1 | -43/+43 |
| | |/ / |
|
| | * | | docc updates only | Nicholas Car | 2020-03-27 | 1 | -110/+114 |
| | * | | style changes only: ran black on graph.py & some change by hand | Nicholas Car | 2020-03-14 | 1 | -190/+262 |
| | * | | adds capability to include reified triples in cdb() extraction, as per spec, ... | Nicholas Car | 2020-03-13 | 1 | -0/+11 |
| | * | | adds cbd() function to Graph() and tests and dependency on black | Nicholas Car | 2020-03-13 | 1 | -0/+38 |
| | |/ |
|
| * | | Adding support for batching calls to addN | Mark Watts | 2020-03-20 | 1 | -8/+19 |
| * | | Passing tests | Mark Watts | 2020-03-20 | 1 | -4/+7 |
| * | | Adding a wrapper for batching add() calls to a Graph | Mark Watts | 2020-03-16 | 1 | -1/+55 |
| |/ |
|
| * | Added replace param to Graph.bind | Sebastian Trueg | 2019-05-24 | 1 | -2/+4 |
| * | a slightly opinionated autopep8 run | Gunnar Aastrand Grimnes | 2018-10-30 | 1 | -56/+52 |
| * | Add possibility to set authority and basepath to skolemize graph | Natanael Arndt | 2018-01-16 | 1 | -5/+5 |
| * | remove format_doctest from py3compat | Gunnar Aastrand Grimnes | 2017-01-31 | 1 | -61/+61 |
| * | removed most of the six import from py3compat | Gunnar Aastrand Grimnes | 2017-01-30 | 1 | -4/+4 |
| * | six: graph.py: method sig tuple assignments, iterators | Joern Hees | 2017-01-30 | 1 | -16/+23 |
| * | six: graph.py: headers, imports | Joern Hees | 2017-01-30 | 1 | -16/+11 |
| * | Merge branch 'master' into 5.0.0-dev | Joern Hees | 2017-01-26 | 1 | -0/+23 |
| |\ |
|
| | * | Added __iadd__ method to collections, much faster for adding multiple items. | Gunnar Aastrand Grimnes | 2017-01-19 | 1 | -0/+23 |
| * | | Merge branch 'master' into 5.0.0-dev | Joern Hees | 2016-10-15 | 1 | -4/+6 |
| |\ \
| |/ |
|
| | * | Update list of builtin serialisers in docstring | Valentin Grouès | 2016-04-15 | 1 | -1/+1 |
| | * | Graph.update() uses own namespaces if none given, consistent with Graph.query() | Joern Hees | 2016-02-16 | 1 | -3/+5 |
| * | | Merge branch 'master' (4.2.2-dev) into 5.0.0-dev | Joern Hees | 2016-01-28 | 1 | -7/+10 |
| |\ \
| |/ |
|
| | * | DOC: minor typo in paramater | Yaroslav Halchenko | 2015-12-11 | 1 | -1/+1 |
| | * | DOC: unamed -> unnamed | Yaroslav Halchenko | 2015-12-10 | 1 | -1/+1 |
| | * | fix bug in ConjunctiveGraph.parse() arg parsing to Graph.parse() | Joern Hees | 2015-08-27 | 1 | -2/+1 |
| | * | make sure that Graph.parse closes all files it opened itself | Joern Hees | 2015-08-27 | 1 | -3/+7 |
| * | | Merge branch 'rm_md5_term_hash' into 5.0.0-dev, closes #439 | Joern Hees | 2015-08-27 | 1 | -5/+0 |
| |\ \
| |/
|/| |
|
| | * | removed md5_term_hash, fixes #240rm_md5_term_hash | Gunnar Aastrand Grimnes | 2014-04-11 | 1 | -5/+0 |
| * | | made Dataset.graphs an alias of Dataset.contextsissue-495-graphs-method | Joern Hees | 2015-08-02 | 1 | -8/+4 |
| * | | Added a 'graphs' method to the Dataset object (the documentation already had ... | Ivan Herman | 2015-08-01 | 1 | -1/+7 |
| * | | added asserts for graph.set([s,p,o]) so s and p aren't None | Joern Hees | 2015-03-04 | 1 | -2/+6 |
| * | | slight performance increase for graph.all_nodes() | Joern Hees | 2015-02-24 | 1 | -3/+3 |
| * | | cleanup logging and show logs in interactive mode | Joern Hees | 2014-07-28 | 1 | -1/+1 |
| * | | tiny doc cleanup | Gunnar Aastrand Grimnes | 2014-04-27 | 1 | -4/+2 |
| * | | Fix ambiguity between Literal(False) and None in Graph.items(...) | Benjamin Cogrel | 2014-04-20 | 1 | -1/+1 |
| |/ |
|
| * | Revert "removed md5_term_hash, fixes #240" for PATCH release | Joern Hees | 2014-04-11 | 1 | -0/+5 |
| * | removed md5_term_hash, fixes #240 | Gunnar Aastrand Grimnes | 2014-03-04 | 1 | -5/+0 |
| * | added test and fixed #313 | Gunnar Aastrand Grimnes | 2013-12-31 | 1 | -2/+2 |
| * | I'm going into 2014 and you're all coming with, kick and scream all you want.... | Gunnar Aastrand Grimnes | 2013-12-30 | 1 | -127/+1 |
| * | documentation changes | Gunnar Aastrand Grimnes | 2013-12-30 | 1 | -0/+9 |
| * | "Fix" for issue #296, GraphValue has no articulated role and no apparent use. | Graham Higgins | 2013-11-09 | 1 | -28/+2 |
| * | Dataset.parse() returns the parsed ConjunctiveGraph | Joern Hees | 2013-11-08 | 1 | -0/+1 |