Package Release Info

python-fastcluster-1.1.24-bp151.2.11

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python-fastcluster-doc
python2-fastcluster
python3-fastcluster

Change Logs

Version: 1.1.24-bp150.2.4
* Sat Nov 04 2017 arun@gmx.de
- update to version 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.
* Thu May 04 2017 toddrme2178@gmail.com
- Update to Version 1.1.23
  * setup.py: Late NumPy import for better dependency management.
- Update to Version 1.1.22
  * No fenv header usage if software floating-point emulation is used (bug
    report: NaN test failed on Debian armel).
- Implement single-spec version.
* Sun Oct 30 2016 jengelh@inai.de
- Update descriptions. Drop authorship and irrelevant future notes.
* Fri Oct 28 2016 toddrme2178@gmail.com
- Update to version 1.1.21:
  * Appropiate use of std namespace
- Update to version 1.1.20:
  * New version number due to PyPI upload error.
- Update to version 1.1.19:
  * Fixed unit tests. They can be run with "python setup.py test" now.
- Update to version 1.1.18:
  * Fixed missing NumPy header include path.
- Update to version 1.1.17:
  * Resolved MSVC compiler warnings.
- Update to version 1.1.16:
  * Support for large distance matrices (more than 2^31 entries, R's long
    vector support since version 3.0.0).
- Update to version 1.1.15:
  * Fixed the unit test to work with old and new R versions (see the changes
    in stats::hclust in R 3.1.0).
- Update to version 1.1.14:
  * Updated the DESCRIPTION file according to CRAN rules.
  * Renamed the "ward" method for dissimilarity input to "ward.D" in the R
    interface and created a new method "ward.D2", following changes in R's
    hclust package.
* Fri Nov 28 2014 toddrme2178@gmail.com
- Initial version