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.13.1 to 0.14.1 #264

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps fastobo from 0.13.1 to 0.14.1.

Release notes

Sourced from fastobo's releases.

v0.14.1

Fixed

  • Rendering of documentation on docs.rs.

v0.14.0

Added

  • IsoDate and IsoTime to manage individuals components of an IsoDateTime.
  • CreationDate to store the date declared in a creation_date clause.
  • Display and Orderable trait implementations for ast::Frame.

Changed

  • Bump fastobo-syntax dependency to v0.7.1.
  • Use string interning for all identifier types allowing reference counting for common strings.
  • fastobo::parser::FromPair trait now takes a cache argument for interning strings.
  • XrefList::from_pair and QualifierList::from_pair will now use Xref::from_pair and Qualifier::from_pair instead of FromStr::from_str like before.

Fixed

  • OboDoc.assign_namespaces will not raise a CardinalityError on documents where all entities already have a namespace clause.
  • OboDoc.sort will not clone identifiers anymore before comparing entities.

0.13.2

Fixed

  • fastobo::to_writer not writing newlines between entity frames.

... (truncated)

Changelog

Sourced from fastobo's changelog.

v0.14.1 - 2022-01-11

Fixed

  • Rendering of documentation on docs.rs.

v0.14.0 - 2022-01-11

Added

  • IsoDate and IsoTime to manage individuals components of an IsoDateTime.
  • CreationDate to store the date declared in a creation_date clause.
  • Display and Orderable trait implementations for ast::Frame.

Changed

  • Bump fastobo-syntax dependency to v0.7.1.
  • Use string interning for all identifier types allowing reference counting for common strings.
  • fastobo::parser::FromPair trait now takes a cache argument for interning strings.
  • XrefList::from_pair and QualifierList::from_pair will now use Xref::from_pair and Qualifier::from_pair instead of FromStr::from_str like before.

Fixed

  • OboDoc.assign_namespaces will not raise a CardinalityError on documents where all entities already have a namespace clause.
  • OboDoc.sort will not clone identifiers anymore before comparing entities.

v0.13.2 - 2022-01-11

Fixed

  • fastobo::to_writer not writing newlines between entity frames.
Commits
  • f32fa3b Release v0.14.1
  • a521197 Fix rendering of documentation on docs.rs
  • 6a135cc Remove outdated deployment code from test.yml workflow [ci skip]
  • 9d2acd6 Release v0.14.0
  • f06a4e6 Add new constructor methods to ::ast::IsoTime
  • 79dfeb2 Use string interners when compacting and decompacting IDs in ::visit
  • f7cb921 Implement Clone for Cache interner
  • e90fded Derive FromStr implementation for ::ast::CreationDate
  • 1b5a184 Update foundry tests to test currently correct OBO foundry files
  • 18e018b Add more conversion traits from CreationDate to clause enums
  • 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[bot] commented 2 years ago

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