Copyright © 2014 Swirrl IT Ltd.
Release notes are no longer updated in this file, but are managed via github. For information on the latest releases since 0.7.6 please see:
https://github.com/Swirrl/grafter/releases
VERSION 0.7.6
- Add a convenience function for batch-query's to help avoid query timeouts etc...
VERSION 0.7.5
- Add API's to help users configure the global registry of parsers used by sparql-repo.
VERSION 0.7.4
- Improve error reporting (raising exceptions) when consuming SPARQL results.
VERSION 0.7.3
- Don't swallow some exceptions when consuming SPARQL results.
VERSION 0.7.2
- Use grafter/excel-clj for better numeric coercion
- Allow
grafter.rdf/add
to work on anything implementing seq
VERSION 0.7.1
- Fix serialisation of empty sequences (as no RDF is valid RDF).
- Support for configurable prefixes in serialisations
- Generalise ToConnection to Repository interface
- Coerce blank nodes to correct clojure type
VERSION: 0.7.0
- Update Sesame to 2.8.9 for RDF 1.1 support.
- Update Incanter to 1.5.7 to improve compatability with Clojure 1.7.0
VERSION: 0.6.1
- Make grafter
ex-info
exceptions consistently have an:error
key to identify them. Prior to this we used bother:error
and:type
keys inex-data
VERSION: 0.6.0
- Remove
defpipe
&defgraft
, instead usedeclare-pipeline
- Support many more types as arguments in pipelines /
lein-grafter
plugin, Numbers, URIs, URLs, UUIDs, Maps etc... - Fix #47 preserve metadata set by adapters
- Updated dependencies (Sesame 2.7.16, Clojure 1.7.0, and others...)
- Bug fix: Coerce xsd:strings
- Use only quads - remove Triple record and add
triple=
function for comparing quads as triples - Don't treat vectors as quads
- Fix bug with 1 arity
make-dataset
VERSION: 0.5.1
- Support reader and input-stream for read-dataset
- Support mime-types as :format parameters to read-dataset, read-datasets and write-dataset.
VERSION: 0.5.0
- grafter-url library for building URLs
all-columns
removed- Fixed issue #19 adjusting behaviour of
columns
to crop infinite sequences - Make
columns
raiseIndexOutOfBoundsException
on unknown column names make-dataset
doesnt infer column width from first row if f providedmake-dataset
preserves metadata if given a Dataset- Serializing to quads with
add
supports overriding the graph - Workaround minor Clojure compiler type-hint bug when using
->connection
withwith-open
- Fix
rename-columns
to support renaming with an arbitrary rename function - Fix bug in
melt
to work with string column names - Make
->connection
a protocol - Add support for previewing pretty printed graph templates
VERSION: 0.4.0
- improved melt functions
- removed ontologies to grafter-vocabularies project
- setAutoCommit to false
VERSION 0.3
VERSION: 0.2-SNAPSHOT (v0.2-rc1)
A release candidate and Grafter's first external release.
- Internal tabular data representation ported to use Incanter Datasets.
- Documentation site grafter.org
- API documentation api.grafter.org
VERSION: 0.1.1-SNAPSHOT
An internal release. Used for some client work.
VERSION: 0.1
An internal release. Used for some client work.
VERSION: 0.1-SNAPSHOT
An internal Swirrl prototype.