Skip to content

Releases: phenology/cgc

v0.8.0

08 Jul 21:04

Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.7.0

05 May 16:00

Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.7.0

v0.6.2

09 Mar 21:39
0385b88

Choose a tag to compare

Bug fix in tests, improvements in documentation, JOSS manuscript included (for detailed changes see CHANGELOG).

v0.6.1

17 Dec 12:50

Choose a tag to compare

fix release files

v0.6.0

17 Dec 12:11
92b793d

Choose a tag to compare

This release introduces few improvements in the co- and tri-clustering algorithms, as well as in the way in which refined-cluster averages are computed - full description is available in the CHANGELOG.

v0.5.0

23 Sep 12:32
1265f6d

Choose a tag to compare

This release introduces:

  • a k-means implementation for tri-clustering;
  • a utility function to calculate cluster-based averages for tri-clustering;
  • the best k value in k-means is now selected automatically using the Silhouette score.

v0.4.0

29 Jul 09:58
470625f

Choose a tag to compare

This release mainly includes:

  • a new tri-clustering algorithm (with both a Numpy- and a Dask-based implementation);
  • some utility functions to estimate the memory requirement of a co-clustering analysis and to calculate co-cluster averages.

For all changes, see CHANGELOG.rst.

v0.3.0

30 Apr 14:45
e8f81cd

Choose a tag to compare

Merge pull request #31 from phenology/development

Development

v0.2.1

18 Sep 00:29
2c0951d

Choose a tag to compare

With this release we solve some dependency issues that made installation with pip fail

v0.2.0

17 Sep 15:37
65b9556

Choose a tag to compare

This release mainly introduces:

  • some improvements in the Dask-based co-clustering implementation;
  • a low-memory version of the Numpy-based co-clustering implementation (with Numba acceleration).

For a more detailed list of changes, have a look at CHANGELOG.rst.