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.
- PyO3-derived bindings for use within Python
- Better stderr messages on file-parsing errors
- Line/col numbers and kind of error
- Disallow
nan
values in input per Affinity Propagation algorithm requirements
- Small edits to pass-by-value instead of by-reference
nan
values were accepted as valid input.- No valid similarity calculation is present for
nan
values
- No valid similarity calculation is present for
First release of affinityprop