Skip to content

0.10.0

Compare
Choose a tag to compare
@althonos althonos released this 19 Feb 01:59
· 105 commits to master since this release

Added

  • __hash__ implementation to fastobo.id.BaseIdent subclasses.
  • __init__ method to classes missing one in fastobo.header.

Changed

  • Bumped pyo3 dependency to v0.13.2.
  • Bumped fastobo dependency to v0.13.0.

Fixed

  • Broken __repr__ implementation for some types.

Removed

  • unsafe blocks in derive macros implementation of IntoPyObject for OBO clauses.
  • Support for Python 3.5.
  • fastobo.id.IdentPrefix and fastobo.id.IdentLocal classes.

v0.9.3 - 2020-12-04

Fixed

  • setup.py crashing when compiling from source on a platform with stable
    Rust as the default toolchain (#182,
    thanks to @alexhenrie).

v0.9.2 - 2020-09-04

Changed

  • Bumped fastobo to v0.11.2.