forked from cburgmer/surf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS.txt
44 lines (37 loc) · 1.35 KB
/
NEWS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
=============
Version 1.1.3
=============
* Fixed bug on plugin manager for running SuRF in embedded mode (bundled with an application)
* Single version control point (see, __version__.py)
=============
Version 1.1.2
=============
* Support for loading plugins directly from folder if specified
* Indtroduced the plugin manager module
=============
Version 1.1.1
=============
* Changes to support Python 2.4
* Added new vocabularies to the default namespace manager
* Bug fixes
=============
Version 1.1.0
=============
* Class mapping based on rdf:type in session
* Query builder allows min, max, avg aggregate functions
* get_by accepts Resource instances as values, uses their subjects
* ResultValue supports "in" (if some_person in person.foaf_knows: ...)
* "single" descriptor for easy access to attributes with single value
* Fixed multiple bugs in sesame2 plugin
* Default namespace can be specified for autogenerated resource URIs
=============
Version 1.0.0
=============
* Improved resource and attribute querying:
* 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
* More documentation and examples