Skip to content

Releases: sknetwork-team/scikit-network

JMLR

30 Apr 12:37

Choose a tag to compare

Package version for JMLR paper.

  • Refactor basics module into connectivity
  • Cython version for label propagation
  • Minor corrections

Release 0.15.2

27 Apr 07:38

Choose a tag to compare

  • Clarified requirements
  • Minor corrections

OpenMP support patch

21 Apr 08:55

Choose a tag to compare

  • Added OpenMP support for all platforms

Ranking

20 Apr 13:29
8cc0542

Choose a tag to compare

  • Updated ranking module : new pagerank solver, new HITS params, post-processing
  • Polynomes in linear algebra
  • Added meta.name attribute for Bunch
  • Minor corrections

Minor bug

09 Apr 16:08

Choose a tag to compare

Minor bug Pre-release
Pre-release
  • Minor bug

New tag

09 Apr 16:13

Choose a tag to compare

New tag Pre-release
Pre-release
v0.13.1

Bump version: 0.13.0 → 0.13.1a

Cython & visualisation release

09 Apr 15:45

Choose a tag to compare

Pre-release
  • Changed from Numba to Cython for better performance
  • Added visualization module
  • Added k-nearest neighbors classifier
  • Added Louvain hierarchy
  • Various API change (including soft classification moved to clustering)

Release 0.12.1

20 Jan 12:49
c1dfaa4

Choose a tag to compare

  • Added heat kernel based node classifier
  • Updated loaders for WikiLinks
  • Fixed file-related issues for Windows

Release 0.12.0

10 Dec 09:06
ecc6edb

Choose a tag to compare

  • Added VerboseMixin for verbosity features
  • Added Loaders for WikiLinks & Konect databases

Release 0.11.0

28 Nov 08:50
7c0e92f

Choose a tag to compare

  • sknetwork: new API for bipartite graphs
  • new module: Soft node classification
  • new module: Node classification
  • new module: data (merge toy graphs + loader)
  • clustering: Spectral Clustering
  • ranking: new algorithms
  • utils: K-neighbors
  • hierarchy: Spectral Ward
  • data: loader (Vital Wikipedia)