Skip to content

0.9.0

Choose a tag to compare

@althonos althonos released this 29 Jul 14:24
· 214 commits to master since this release
v0.9.0

Changed

  • Bumped fastobo to v0.10.0 to support comment lines.
  • Bumped pyo3 to v0.11.1.

Fixed

  • fastobo.id.parse will chain the eventual SyntaxError to the ValueError
    raised if the identifier is invalid.
  • Python threads are now released during intensive operations running only
    on the Rust side.