Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 818 Bytes

CHANGELOG.md

File metadata and controls

27 lines (19 loc) · 818 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Python bindings

  • PyO3-derived bindings for use within Python

[0.2.0] - 2022-07-24

Added

  • Better stderr messages on file-parsing errors
    • Line/col numbers and kind of error
    • Disallow nan values in input per Affinity Propagation algorithm requirements

Changed

  • Small edits to pass-by-value instead of by-reference

Fixed

  • nan values were accepted as valid input.
    • No valid similarity calculation is present for nan values

[0.1.1] - 2022-02-15

First release of affinityprop