Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update horned-owl requirement from 0.11.0 to 0.12.0 #1

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 4, 2022

Updates the requirements on horned-owl to permit the latest version.

Changelog

Sourced from horned-owl's changelog.

Version 0.12.0

The core data model has been updated to make IRI generic. This resolves a long standing problem that Horned-OWL was a single threaded library. This has also meant that SetOntology has now been rewritten to use SetIndex.

A general purpose visitor library has been added. At some point, we should use them for rendering, but for now, an IRIMappedIndex has been written.

A closure parser has been added for RDF, as it is often necessary to parse the whole import closure to make a complete RDF parse.

Updated error handling to use a single unified hierarchy.

Many type aliases are now new types meaning that defaults work better.

Parsing of GCIs has now been fixed for RDF/XML.

Version 0.11.0

This release includes a new command horned which multiplexes all the other commands. Thanks for Filippo De Bortoli for this addition.

There has been one model change with the introduction of AnnotationSubject.

There has been a significant refactoring and updating of dependencies, particularly the removal of the failure crate dependency.

There have been a number of performance updates thanks to Martin Larralde.

Version 0.10.0

The major change is to move the RDF parser to RIO. RDF parsing now has preliminary support for ontologies which require knowledge from outside the current one to parse fully.

An RDF writer has been added.

Version 0.9.0

A variety of advances and fixes, including an IRI resolver and a horned-materialize command.

... (truncated)

Commits
  • 2c3a881 (cargo-release) version 0.12.0
  • 202973b Update for release
  • e91df3d Update release documentation and cosmetic changes
  • 27f36c9 Refactor object property expression parsing
  • e03cfde Fix for complex classes as subjects of various axioms
  • 74c9804 Clean up last error handling
  • df62071 Type aliases to reduce type complexity
  • e8538ff Update method names to obey self convention
  • e7ca224 Apply many clippy updates
  • bbe5138 Run rustfmt
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [horned-owl](https://github.com/phillord/horned-owl) to permit the latest version.
- [Release notes](https://github.com/phillord/horned-owl/releases)
- [Changelog](https://github.com/phillord/horned-owl/blob/devel/releases.md)
- [Commits](phillord/horned-owl@0.11.0...0.12.0)

---
updated-dependencies:
- dependency-name: horned-owl
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 4, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 16, 2023

Superseded by #2.

@dependabot dependabot bot closed this Jan 16, 2023
@dependabot dependabot bot deleted the dependabot/cargo/horned-owl-0.12.0 branch January 16, 2023 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants