Releases: phenology/cgc
Releases · phenology/cgc
v0.8.0
v0.7.0
What's Changed
- remove an ISSN (in capital letters) by @hugoledoux in #87
- Joss paper by @fnattino in #88
- Update Python versions by @fnattino in #91
- Improve k-means by @fnattino in #92
- General fixes by @fnattino in #93
- Allow to JSON serialize array-like objects by @fnattino in #94
Full Changelog: v0.6.2...v0.7.0
v0.6.2
v0.6.1
v0.6.0
v0.5.0
v0.4.0
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
v0.2.1
v0.2.0
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.