• Dropped support for Python 2. • Python interface: Updated definition of the Yule distance function, following a change in SciPy 1.6.3.
1.1.28
• Replace deprecated “numpy.bool” and “numpy.int” by “bool” and “int”.
1.1.27
• Updated NumPy dependency for Python 3.9.
1.1.26
• Small updates for Python 3.8.
1.1.25
• Removed all “pragma GCC diagnostic” directives in .cpp files due to changed CRAN requirements (CRAN repository only, not the GitHub repository). • Updated build scripts for Python 3.7 (thanks to Forest Gregg). • Simplified setup.py. • Updated and corrected documentation.
1.1.24
• R 3.5 corrects the formula for the “Canberra” metric. See https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17285. The formula in the fastcluster package was changed accordingly. This concerns only the R interface. SciPy and fastcluster's Python interface always had the correct formula.