SuRF 1.0.0 Beta released!

1 view
Skip to first unread message

Pēteris Caune

unread,
Nov 3, 2009, 7:57:09 AM11/3/09
to surfrdf
We are pleased to announce release of SuRF 1.0.0 Beta. This version
includes some significant changes and improvements in interface, thus
the major version number shift.

New features include:

* Improved resource querying. Can mix any of these features
together:
* filter resources by attribute values
* filter resources using SPARQL filter expressions
* limit, offset, order ascending/descending
* specify graph/context where resources should be loaded from
and later saved to
* eager-load resource attributes
* Improved attribute querying. All the querying features available
at resource level are also available at attribute level.
* Growing amount of documentation and examples. Still big gaps
there but the situation is improving.

There are some backwards-incompatible changes with 0.x versions. Most
notably, this example

Person.all(limit = 10, offset = 20, full = True)

would now be written as:

Person.all().limit(10).offset(20).full()

Project Google Code site: http://code.google.com/p/surfrdf/
Documentation: http://packages.python.org/SuRF/
Reply all
Reply to author
Forward
0 new messages