Releases: Harold-Solbrig/funowl
Releases · Harold-Solbrig/funowl
v0.2.3
v0.2.2
v0.2.1
v0.2.0
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
- Bump urllib3 from 1.26.4 to 1.26.5 by @dependabot in #16
- Update README.md by @cmungall in #17
- Misc tweaks by @hsolbrig in #20
- Subject index by @hsolbrig in #22
- Changed the Ontology.imports signature to allow an OntologyDocument. … by @hsolbrig in #23
- Fixed parsing error where parens had priority over quotes. by @hsolbrig in #28
- Testing issue #24. Issue appears to have been fixed. by @hsolbrig in #29
- rdflibshim. fixes #30 by @cmungall in #31
- Fix issue #33 by @hsolbrig in #35
- Resolve issue #33 by @hsolbrig in #36
- Issue 39 by @hsolbrig in #41
- Fix version issue by @hsolbrig in #43
- Rdflib testing fix by @hsolbrig in #44
- Issue 45 by @hsolbrig in #46
- Updates to work correctly with rdflib 6.2.0 and on. by @hsolbrig in #54
- minor formatting in README by @cmungall in #52
- Remove Pipfile.lock from distro by @hsolbrig in #56
- Add examples of how to convert using python. by @hsolbrig in #58
- Relax rdflib dependency. by @cmungall in #61
- regenerated requirements.txt, relax tests that assume no namespace pollution by @cmungall in #62
New Contributors
- @dependabot made their first contribution in #16
Full Changelog: v0.1.5...v0.2.0
v0.1.14
Add CLI Interface
What's Changed
- Issue 45 by @hsolbrig in #46
- Updates to work correctly with rdflib 6.2.0 and on. by @hsolbrig in #54
- minor formatting in README by @cmungall in #52
- Remove Pipfile.lock from distro by @hsolbrig in #56
- Add examples of how to convert using python. by @hsolbrig in #58
Full Changelog: v0.1.12...v0.1.13
rdflib 6.1.1 compatibility
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
Merge pull request #36 from hsolbrig/issue_33 Resolve issue #33
Literal parsing fixes
v0.1.10 Add skip option to tests
Minor bug fixes
Merge pull request #23 from hsolbrig/more_tweaks Changed the Ontology.imports signature to allow an OntologyDocument. …