Skip to content

Releases: INCATools/ontology-access-kit

v0.5.16-rc1

10 Aug 15:19
Compare
Choose a tag to compare
v0.5.16-rc1 Pre-release
Pre-release

Full Changelog: v0.5.15...v0.5.16-rc1

v0.5.15

08 Aug 00:09
4a306aa
Compare
Choose a tag to compare

Pydantic v1 and v2 compatibility

This release of OAK should be compatible with both v1 and v2 of pydantic

Thanks to @hrshdhgd and @cthoyt for work on downstream libraries that made this possible!

What's Changed

Full Changelog: v0.5.14...v0.5.15

v0.5.14

07 Aug 17:51
2e4d7e6
Compare
Choose a tag to compare

This release is explicitly only compatible with pydantic<2. Previously it was possible to install both pydantic v2 and OAK yet run into compatibility issues (when importing bioregistry it auto-creates objects with Pydantic v1 assumptions).

Note we are working hard to make a new release that will explicitly work with both v1 and v2.

This release is also pinned to semsimian 0.1.18

What's Changed

  • Pinning pydantic to be <2 until we are sure the full stack works. See #628 Bumping semsimian to 0.1.18 by @cmungall in #630

Full Changelog: v0.5.13...v0.5.14

v0.5.13

02 Aug 20:52
a8925bb
Compare
Choose a tag to compare

Highlights

Fill table now allows for obsoletion rewiring

PR: #625

This fixes #625

given a table of single-cell data sc.tsv:

dataset term
sc-Martinotti CL:4023067
sc-Martinotti CL:4023027

Running

runoak -i sqlite:obo:cl fill-table --relation "{primary_key: term, dependent_column: replacement_term, relation: IAO:0100001}" --allow-missing tests/input/cl-obs.tsv sc.tsv

Will produce:

dataset term replacement_term
sc-Martinotti CL:4023067 PCL:1000004
sc-Martinotti CL:4023027

Inclusion of ABox some-values-from assertions

PR: #624

Previously axioms like the anonymous Type assertion here we not included in the graph projection:

image

Now they are:

image

Logical Definition Analysis

What's Changed

New Contributors

Full Changelog: v0.5.12...v0.5.13

v0.5.13-rc4

25 Jul 03:17
Compare
Choose a tag to compare
v0.5.13-rc4 Pre-release
Pre-release

v0.5.13-rc3

21 Jul 20:44
Compare
Choose a tag to compare
v0.5.13-rc3 Pre-release
Pre-release

v0.5.13-rc2

15 Jul 01:09
Compare
Choose a tag to compare
v0.5.13-rc2 Pre-release
Pre-release

v0.5.13-rc1

14 Jul 15:47
Compare
Choose a tag to compare
v0.5.13-rc1 Pre-release
Pre-release

What's Changed

  • Make ensure_strict_prefixes default to False in lexmatch by @hrshdhgd in #601
  • Improve descriptor processing for Gilda implementation by @cthoyt in #603
  • Enable NER with Gilda by @cthoyt in #607

Full Changelog: v0.5.12...v0.5.13-rc1

v0.5.12

13 Jun 18:52
0cb9ba4
Compare
Choose a tag to compare

What's Changed

  • Semsimian handles thresholds for resnik and jaccard by @hrshdhgd in #597

Full Changelog: V0.5.11...v0.5.12

V0.5.11

13 Jun 01:57
72228bd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.10...V0.5.11