Announcement: RDFLib-1.1.0 Released

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.


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

Received on Wednesday, 6 November 2002 13:16:36 UTC