fastobo / fastobo-py

Faultless AST for Open Biomedical Ontologies in Python.
http://fastobo.readthedocs.io
MIT License
24 stars 4 forks source link

Bump fastobo from 0.10.0 to 0.11.0 #149

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps fastobo from 0.10.0 to 0.11.0.

Release notes

Sourced from fastobo's releases.

0.11.0

Added

  • Derived Default implementation for QuotedString and UnquotedString types.
  • PropertyValue variants now have actual corresponding structs fastobo::ast::ResourcePropertyValue and fastobo::ast::LiteralPropertyValue.
  • Definition struct to store text and xrefs of a definition clause.
  • EntityFrame.definition (and corresponding method for all entity frames) to get the definition of an entity frame if it is unique.

Changed

  • Enum types use boxed fields to reduce the memory footprint of their variant.
  • Bumped fastobo-syntax dependency to v0.6.1 to allow any datatype identifier for literal property values instead of XML Schema ones previously.
  • Made some optional fields of structs heap-allocated to further reduce memory consumption.

Removed

  • Dependency on opaque-typedef, which was pulling an outdated syn version in the dependencies and greatly increasing build time.
Changelog

Sourced from fastobo's changelog.

[v0.11.0] - 2020-08-29

Added

  • Derived Default implementation for QuotedString and UnquotedString types.
  • PropertyValue variants now have actual corresponding structs fastobo::ast::ResourcePropertyValue and fastobo::ast::LiteralPropertyValue.
  • Definition struct to store text and xrefs of a definition clause.
  • EntityFrame.definition (and corresponding method for all entity frames) to get the definition of an entity frame if it is unique.

Changed

  • Enum types use boxed fields to reduce the memory footprint of their variant.
  • Bumped fastobo-syntax dependency to v0.6.1 to allow any datatype identifier for literal property values instead of XML Schema ones previously.
  • Made some optional fields of structs heap-allocated to further reduce memory consumption.

Removed

  • Dependency on opaque-typedef, which was pulling an outdated syn version in the dependencies and greatly increasing build time.
Commits
  • a3cb6a8 Release v0.11.0
  • 6f5897e Bump fastobo-syntax dependency to 0.6.1
  • 1ba3cd3 Fix CardinalityError::single instantiating the DuplicateClauses variant
  • 306ecd5 Reformat code with cargo fmt
  • d16d256 Remove unneeded imports with cargo fix command
  • bedcd11 Improve documentation for some fastobo::ast types
  • da67bf5 Remove opaque-typedef dependency since it is unmaintained
  • b50295a Bump fastobo-syntax dependency to 0.6.0
  • efbec53 Reduce memory size using Option\<Box<...>> where applicable
  • 6a6fa94 Add a method to extract the definition of an entity if it is unique
  • Additional commits viewable in compare view


Dependabot compatibility score

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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Looks like fastobo is up-to-date now, so this is no longer needed.