Skip to content

Commit 837f29f

Browse files
committed
Changelog added.
1 parent c344e66 commit 837f29f

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

docs/changelog.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Changelog
2+
=========
3+
4+
Release 1.3.0
5+
-------------
6+
7+
* Performance improvments for hierarchical clustering (at the cost of memory)
8+
* Cluster instances are now iterable.It will iterate over each element,
9+
resulting in a flat list of items.
10+
* New option to specify a progress method. This method will be called on each
11+
iteration for hierarchical clusters. It gives users a way to present to
12+
progress on screen.
13+
* The library now also has a ``__version__`` member.

docs/index.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Welcome to python-cluster's documentation!
22
==========================================
33

4+
Index
5+
-----
6+
7+
.. toctree::
8+
:maxdepth: 1
9+
10+
changelog
11+
12+
13+
Introduction
14+
------------
15+
416
Implementation of cluster algorithms in pure Python.
517

618
As this is exacuted in the Python runtime, the code runs slower than similar

0 commit comments

Comments
 (0)