Skip to content

Releases: althonos/pronto

v2.5.7

24 Apr 13:39
v2.5.7
Compare
Choose a tag to compare

Fixed

v2.5.6

21 Feb 16:27
v2.5.6
Compare
Choose a tag to compare

Added

  • Explicit support for Python 3.12.

Fixed

  • Synonym types not being properly extracted by RDF/XML parser (#218).

v2.5.5

17 Aug 10:31
Compare
Choose a tag to compare

Fixed

  • replaced_by and consider attributes not being extracted from RDF/XML documents on missing RDF datatype (#209).
  • Hard requirement on multiprocessing.pool preventing the package to work single-threaded on more restrictive environments (#208).

v2.5.4

10 Apr 17:49
Compare
Choose a tag to compare

Fixed

  • Entity.synonyms setter not accepting frozenset arguments as expected (#207).

Changed

  • Bump supported networkx version to v3.0 (#206).

v2.5.3

11 Jan 14:22
Compare
Choose a tag to compare

Fixed

  • Crash in LineageIterator.to_set when starting from an empty set of entities.

v2.5.2

11 Jan 13:08
Compare
Choose a tag to compare

Added

  • Explicit support for Python 3.11.

Changed

  • Bumped fastobo dependency to v0.12.2.
  • Bumped chardet dependency to v5.0.

v2.5.0

12 Jul 17:32
Compare
Choose a tag to compare

Changed

  • Bumped fastobo dependecy to v0.12.1

Removed

  • Support for Python 3.6.

v2.4.7

12 Jul 17:32
Compare
Choose a tag to compare

Fixed

  • Serialization of is_class_level properties with fastobo-based serializers (#178).
  • Parsing of SynonymTypeProperty elements in RDF/XML without a label attribute (#176).

v2.4.6

12 Jul 17:29
Compare
Choose a tag to compare

Added

  • Setters for the holds_over_chain and equivalent_to_chain properties of Relationship objects.

Fixed

  • Serialization of holds_over_chain properties with fastobo-based serializers (#175).

2.4.3

02 Aug 13:00
Compare
Choose a tag to compare

Added

  • Missing documentation for the pronto.Entity.relationships property.

Fixed

  • RDX/XML parser crashing on files containing a relationship and a term with the same ID (#138).