Skip to content

v3.7.0

Compare
Choose a tag to compare
@kysrpex kysrpex released this 10 Feb 12:29
638fc6a
  • OSP-core is now available on PyPI.
  • When committing data within a session, OSP-core generates a warning when CUDS that have been used in the session (e.g. newly created) are unreachable from the wrapper object (the session's root). Generating this warning involves traversing the connected component of the graph containing the root, which is computationally expensive. Users will now be warned when they are working with a large dataset, so that they can turn off the unreachable CUDS warning when working with large datasets. Instructions on how to turn off the unreachable CUDS warning are provided within the large dataset warning itself.
  • Fixed bug that dropped the connection of the transport session during long data transfers.
  • Fixed bug that impeded the installation of ontologies with entities with multiple labels assigned when some of them had a language defined and some of them did not. The installation also did not work when the same entity had the same label but defined with multiple label predicates (e.g. rdfs:label and skos:prefLabel simultaneously).