summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Replace "A and B or C" by "B if A else C"Bertrand Croq2015-02-251-12/+8
|/
* Merge pull request #459 from joernhees/sparql_store_empty_literalsJörn Hees2015-02-253-13/+37
|\
| * added further test for #457 using a local sparql storeJoern Hees2015-02-251-7/+19
| * minor code cleanup removing if False codeJoern Hees2015-02-251-4/+1
| * made test for #457 py3 compatibleJoern Hees2015-02-251-1/+2
| * SPARQLStore does not transform Literal('') into Literal('None') anymore, fixe...Joern Hees2015-02-242-3/+17
* | Merge pull request #458 from joernhees/perf_all_nodesJörn Hees2015-02-251-3/+3
|\ \ | |/ |/|
| * slight performance increase for graph.all_nodes()Joern Hees2015-02-241-3/+3
|/
* removing pip --use-mirrors from travis as it's deprecated for a while nowJoern Hees2015-02-191-6/+6
* update supported python versions in setup.pyJoern Hees2015-02-191-2/+1
* drop travis testing of Python 3.2 as it alwasy times out, closes #448Joern Hees2015-02-191-1/+1
* more explanation for release processJoern Hees2015-02-191-9/+22
* new version and dates in license and readme as wellJoern Hees2015-02-192-3/+3
* back to dev versionJoern Hees2015-02-191-1/+1
* Merge pull request #455 from joernhees/release_4.2.04.2.0Jörn Hees2015-02-193-3/+66
|\
| * set version to 4.2.0 for releaseJoern Hees2015-02-191-2/+2
| * took the freedom to add me to the contributors ;)Joern Hees2015-02-191-1/+2
| * Changelog for upcoming 4.2.0 releaseJoern Hees2015-02-191-0/+62
|/
* Merge pull request #454 from joernhees/narrow_pythonJörn Hees2015-02-183-0/+48
|\
| * warnings for narrow python buildsJoern Hees2015-02-183-2/+50
| * use codecs.decode with unicode_escape instead of unichr. Fixes #453Yves-Marie Haussonne2015-02-182-2/+2
|/
* Fix mapping of ttl to turtle for guess_formatNiklas Lindström2015-02-041-2/+2
* hah, knew this would get me... it's 2015!Jörn Hees2015-01-071-1/+1
* version set to semver.org conform 4.2.0-devJörn Hees2015-01-071-2/+2
* Merge pull request #449 from joernhees/ntriples-utf8Jörn Hees2015-01-051-2/+5
|\
| * ntriples handling of utf-8 files, fixes #400Joern Hees2015-01-051-2/+5
|/
* Merge pull request #441 from jimmccusker/canonicalizationJörn Hees2014-12-114-67/+1084
|\
| * removed unintended singletonJim McCusker2014-12-101-2/+4
| * misnamed performance decoratorJim McCusker2014-12-091-1/+1
| * Fixed up some of the style adjustments to pass tests.Jim McCusker2014-12-091-2/+2
| * Merge remote-tracking branch 'joernhees/canonicalization' into canonicalizationJim McCusker2014-12-082-95/+124
| |\
| | * minor: code style guidesJoern Hees2014-12-082-93/+122
| * | Privatized some decorators and utility functions.Jim McCusker2014-12-081-9/+9
| |/
| * Updated comments and citations, removed badly performing equality measure and...Jim McCusker2014-12-071-31/+22
| * .n3() always returns unicode (right?) and the only other possible thing is in...Jim McCusker2014-12-071-2/+2
| * Another unicode tweak, works locally on python 2.7.7 (anaconda)Jim McCusker2014-12-071-1/+1
| * Support for python 2.6 and hopefully 3.xJim McCusker2014-12-071-13/+12
| * More tests working, but it looks like JSON-LD doesn't do safe roundtrip conve...Jim McCusker2014-12-071-10/+13
| * more automorphism detectionJim McCusker2014-11-303-5/+517
| * Forgot to actually put the finished tasks back out of the queue.Jim McCusker2014-11-211-3/+3
| * Forgot to actually put the finished tasks back out of the queue.Jim McCusker2014-11-211-1/+2
| * throttling the bioportal downloads to a max of 4 connections.Jim McCusker2014-11-211-11/+12
| * serial loading of ontologies.Jim McCusker2014-11-211-3/+8
| * switched to multiprocessingJim McCusker2014-11-211-11/+10
| * added multithreading to the benchmark.Jim McCusker2014-11-211-12/+40
| * further benchmark refinementsUbuntu2014-11-201-2/+2
| * added benchmark and related instrumentationJim McCusker2014-11-183-29/+163
| * naive pruning of automorphismsJim McCusker2014-11-161-1/+7
| * Final bugfixes and a round of performance improvementsJim McCusker2014-11-161-32/+24
| * First pass at a traces implementation, not full pruning yetJim McCusker2014-11-152-40/+355