Open Source Applications Foundation

[Dev] Announcement: RDFLib-1.1.0 Released

Daniel Krech 06 Nov 2002 14:50:54 -0500


On Fri, 2002-11-01 at 20:27, Daniel Krech wrote:
[snip]
> I will make the next release of RDFLib[1] by this coming Tuesday. The
> release will include the ZODB BTree backed TripleStore along with a
> number of other changes. If you have any questions before then (or
> after) feel free to stop by #redfoot (see instructions on the Redfoot[2]
> homepage)

For those who may be interested. The release has been made... here are
the release notes.

--eikeon, http://eikeon.com/ 

-----------------------------------------

RDFLib-1.1.0 ( Development Release ):
http://rdflib.net/2002/11/05/rdflib-1.1.0/


RELEASE NOTES

This is a development release and is the first release in the new 1.1.x
development branch. The release introduces an interface called SIR
(Simple Interface for RDF). SIR is intended to promote a simple
interface for working with RDF by separating the interface from RDFLib's
implementation of it. The separation promotes the interface by
highlighting it apart from the additional RDFLib interfaces and allowing
other implementations of the interface.


CHANGES from RDFLib-0.9.6:

Cleaned up interface and promoted it to SIR: Simple Interface for RDF. 

Updated parser to use SAX2 interfaces instead of using expat directly.

Added BTreeTripleStore, a ZODB BTree TripleStore backend. And a default
pre-mixed TripleStore that uses it.

Synced with latest (Editor's draft) RDF/XML spec. 

Added datatype support.

Cleaned up interfaces for load/parse: removed generate_path from
loadsave andrenamed parse_URI to parse.