Skip to content

Releases: Harold-Solbrig/funowl

v0.2.3

08 Aug 17:17
e0f1959
Compare
Choose a tag to compare

What's Changed

  • remaining namespace pollution issue, fixes #34. Added tests for 34 by @cmungall in #65

Full Changelog: v0.2.2...v0.2.3

v0.2.2

08 Aug 16:34
03dd50f
Compare
Choose a tag to compare

What's Changed

  • Only use rdflib core namespace (non-polluting) by @cmungall in #64

Full Changelog: v0.2.1...v0.2.2

v0.2.1

07 Aug 22:32
7f4aa7f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

07 Aug 22:27
be4b339
Compare
Choose a tag to compare

rdflib versions

This version relaxes rdflib pinning.

Note that rdflib 6.3.x onwards re-introduces namespace pollution, something that was temporarily fixed in rdflib 6.2.0. However, we need to move with latest rdflib versions. if client code needs to eliminate namespace pollution it will need to explicitly manage it

What's Changed

New Contributors

Full Changelog: v0.1.5...v0.2.0

v0.1.14

07 Aug 21:36
0db9f7a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.13...v0.1.14

Add CLI Interface

10 Dec 19:00
d146cfd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.12...v0.1.13

rdflib 6.1.1 compatibility

15 Jun 18:31
4086331
Compare
Choose a tag to compare

Remove the requirement to skip rdflib 6.1.1 and, instead, just bypass some of the unit tests when it is in place

rdflib compatibility

17 Jan 17:17
0cfb45d
Compare
Choose a tag to compare
Merge pull request #36 from hsolbrig/issue_33

Resolve issue #33

Literal parsing fixes

29 Oct 19:37
Compare
Choose a tag to compare
v0.1.10

Add skip option to tests

Minor bug fixes

11 Aug 17:28
edee9e0
Compare
Choose a tag to compare
Merge pull request #23 from hsolbrig/more_tweaks

Changed the Ontology.imports signature to allow an OntologyDocument. …