Releases: linkml/linkml-owl
Releases · linkml/linkml-owl
v0.4.2
v0.4.1
v0.4.0
v0.3.0
Library dependencies
This release should be compatible with
- pydantic v1 or pydantic v2
- any version of rdflib in the 6 or 7 series
- most versions of funowl
Note that some versions of funowl are blocked due to a bug introduced by namespace pollution in some versions of rdflib. the latest version of funowl now guards against this.
What's Changed
- axiom annotations by @cmungall in #16
- more examples and tests by @cmungall in #17
- Added a test to demonstrate mapping Allen Brain Atlas json to OWL by @cmungall in #18
- Tests for RO by @cmungall in #19
- added tutorial and more tests by @cmungall in #20
- Adding ability to infer missing values. by @cmungall in #27
- fix #22 by @nlharris in #24
- first pass at cross-product generation by @cmungall in #29
- Comvert singleton IntersectionOf(X) into X. by @cmungall in #31
- fix funowl version by @cmungall in #33
- Update pyproject.toml by @cmungall in #34
- Adding test for tr function in templates by @cmungall in #36
- Unpin funowl and fix bug in test example. by @cmungall in #38
New Contributors
Full Changelog: v0.2.0...v0.3.0