File: changelog.rst

package info (click to toggle)
python-cluster 1.3.3-1.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 388 kB
  • sloc: python: 767; makefile: 145; sh: 4
file content (13 lines) | stat: -rw-r--r-- 464 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Changelog
=========

Release 1.3.0
-------------

* Performance improvments for hierarchical clustering (at the cost of memory)
* Cluster instances are now iterable.It will iterate over each element,
  resulting in a flat list of items.
* New option to specify a progress method. This method will be called on each
  iteration for hierarchical clusters. It gives users a way to present to
  progress on screen.
* The library now also has a ``__version__`` member.