Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 844 Bytes

CHANGELOG.rst

File metadata and controls

28 lines (16 loc) · 844 Bytes

Changelog

Note: I only started keeping this changelog from version 0.5 onwards.

Version 0.6

  • Officially support Python versions 3.8-3.12
  • Fix bug where linkpred could no longer be installed on Windows
  • General modernization of code and especially infrastructure (CI, packaging etc.)

Version 0.5.1

(I botched the release of v0.5, hence 0.5.1)

  • Python 3.8 officially supported!

  • Behind-the-scenes work: testing is now done with pytest and tox, formatting is done by black, and we are based on the latest version of networkx (2.4).

  • The Community predictor is now easier to use, also because its optional dependency (python-louvain) is now on PyPI. If you want to use it, install as follows:

    $ pip install linkpred[all]

  • Some bug fixes.