| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix JSON-LD data import adds trailing slashes to IRIs (#1443) | Martin van der Werff | 2021-10-28 | 1 | -0/+2 |
| | | | | | In norm_url leave url alone if it already contains a scheme/protocol. | ||||
| * | Fix mypy type errors and add mypy to .drone.yml | Iwan Aucamp | 2021-09-10 | 2 | -5/+9 |
| | | | | | | | | | | | | | | | | | | | | | | Fixes #1311 Add `mypy` to .drone.yml and fix type errors that come up. Not type checking examples or tests. Other changes: - fix return value for `Graph.serialize` (refs #1394) - remove default value for `rdflib.plugins.sparql.algebra.translateAlgebra` (refs #1322) - add .dockerignore to reduce context size and make docker quicker to run. - add .flake8 config to ignore line length as black is managing formatting. - add mypy to docker-compose, makefile and tox.ini - fix the way csv2rdf is invoked to ensure that the right code gets executed. | ||||
| * | Add __init__ for shared jsonld module | Natanael Arndt | 2021-07-17 | 1 | -0/+0 |
| | | |||||
| * | Add unit tests for issue #1294 with @expectedFailure | Iwan Aucamp | 2021-07-13 | 1 | -5/+5 |
| | | | | | | Also add type annotations to rdflib.compare to make it easier to understand the code. | ||||
| * | re-blacked JSON-LD code | Ashley Sommer | 2021-07-08 | 1 | -2/+3 |
| | | |||||
| * | integrate jsonld code into rdflib core | Ashley Sommer | 2021-07-07 | 4 | -0/+661 |
