14
0
forked from pool/python-rdflib

Accepting request 248597 from home:TheBlackCat:branches:devel:languages:python

Update to 4.1.2

OBS-URL: https://build.opensuse.org/request/show/248597
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rdflib?expand=0&rev=40
This commit is contained in:
Todd R
2014-09-11 13:18:29 +00:00
committed by Git OBS Bridge
parent e14e7e82d9
commit 4c2884bb0c
4 changed files with 80 additions and 11 deletions

View File

@@ -1,3 +1,72 @@
-------------------------------------------------------------------
Thu Sep 11 12:31:20 UTC 2014 - toddrme2178@gmail.com
- Update to 4.1.2
* This is a bug-fix release.
* Fixed unicode/str bug in py3 for rdfpipe
[#375](https://github.com/RDFLib/rdflib/issues/375)
- Update to 4.1.1
* This is a bug-fix release.
* This will be the last RDFLib release to support python 2.5.
* The RDF/XML Parser was made stricter, now raises exceptions for
illegal repeated node-elements.
[#363](https://github.com/RDFLib/rdflib/issues/363)
* The SPARQLUpdateStore now supports non-ascii unicode in update
statements
[#356](https://github.com/RDFLib/rdflib/issues/356)
* Fixed a bug in the NTriple/NQuad parser wrt. to unicode escape sequences
[#352](https://github.com/RDFLib/rdflib/issues/352)
* HTML5Lib is no longer pinned to 0.95
[#355](https://github.com/RDFLib/rdflib/issues/360)
* RDF/XML Serializer now uses parseType=Literal for well-formed XML literals
* A bug in the manchester OWL syntax was fixed
[#355](https://github.com/RDFLib/rdflib/issues/355)
- Update to 4.1
* This is a new minor version RDFLib, which includes a handful of new features:
* A TriG parser was added (we already had a serializer) - it is
up-to-date wrt. to the newest spec from: http://www.w3.org/TR/trig/
* The Turtle parser was made up to date wrt. to the latest Turtle spec.
* Many more tests have been added - RDFLib now has over 2000
(passing!) tests. This is mainly thanks to the NT, Turtle, TriG,
NQuads and SPARQL test-suites from W3C. This also included many
fixes to the nt and nquad parsers.
* ```ConjunctiveGraph``` and ```Dataset``` now support directly adding/removing
quads with ```add/addN/remove``` methods.
* ```rdfpipe``` command now supports datasets, and reading/writing context
sensitive formats.
* Optional graph-tracking was added to the Store interface, allowing
empty graphs to be tracked for Datasets. The DataSet class also saw
a general clean-up, see: [#309](https://github.com/RDFLib/rdflib/pull/309)
* After long deprecation, ```BackwardCompatibleGraph``` was removed.
* Minor enhancements/bugs fixed:
* Many code samples in the documentation were fixed thanks to @PuckCh
* The new ```IOMemory``` store was optimised a bit
* ```SPARQL(Update)Store``` has been made more generic.
* MD5 sums were never reinitialized in ```rdflib.compare```
* Correct default value for empty prefix in N3
[#312](https://github.com/RDFLib/rdflib/issues/312)
* Fixed tests when running in a non UTF-8 locale
[#344](https://github.com/RDFLib/rdflib/issues/344)
* Prefix in the original turtle have an impact on SPARQL query
resolution
[#313](https://github.com/RDFLib/rdflib/issues/313)
* Duplicate BNode IDs from N3 Parser
[#305](https://github.com/RDFLib/rdflib/issues/305)
* Use QNames for TriG graph names
[#330](https://github.com/RDFLib/rdflib/issues/330)
* \uXXXX escapes in Turtle/N3 were fixed
[#335](https://github.com/RDFLib/rdflib/issues/335)
* A way to limit the number of triples retrieved from the
```SPARQLStore``` was added
[#346](https://github.com/RDFLib/rdflib/pull/346)
* Dots in localnames in Turtle
[#345](https://github.com/RDFLib/rdflib/issues/345)
[#336](https://github.com/RDFLib/rdflib/issues/336)
* ```BNode``` as Graph's public ID
[#300](https://github.com/RDFLib/rdflib/issues/300)
* Introduced ordering of ```QuotedGraphs```
[#291](https://github.com/RDFLib/rdflib/issues/291)
-------------------------------------------------------------------
Fri Dec 6 13:57:34 UTC 2013 - toddrme2178@gmail.com