-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
77 lines (57 loc) · 1.3 KB
/
ChangeLog
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
CHANGES
=======
v0.5.0
------
* misc
* Update tests to run both with rdflib 5 and 6
* Remove bit-rot tests
* Add the rdflib\_shim and a user agent package
* Loosen rdflib dependency and add the shim
* Remove Pipfile.lock from the distro
* Remove decode parameter
* Change of name
* Renamed to sparqlslurper to deal with the dash-underscore\_ problem
* v 0.3.6 release
* Keep py 3.6 in the works
* Update to rdflib 5.0
v0.3.5
------
* Fix a couple of unit test glips
v0.3.4
------
* Prep for new pypi release
v0.3.3
------
* Fix typoo in GraphDBSlurpyGraph name
v0.3.2
------
* Add code to parse parameters out of endpoint URI
v0.3.1
------
* Pull lock file out of build
v0.3
----
* Added GraphDB persistence mechanism
* Add Changelog
v0.2.2
------
* Fix requirements.txt issue
* Update README.md
* Update README.md
* Update Changelog
* Update anciallary files
* Add named graph option and debug hooks
v0.2.1
------
* Switched to pipenv/pbr
v0.2.0
------
* Add support for endpoints that support BNode persistence
* Fix Issue #1 - lock sparql access during serialize
* Updated notebook to reflect new version
* Added diagnostic parameters
* Added debug\_slurper parameter for diagnostics
* Added note about BNode reification
* Updated Jupyter notebook
* Updated Jupyter notebook
* Initial drop - version 0.1.0