Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python310-cluster-1.4.1.post2-3.3 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python310-cluster Distribution: openSUSE Tumbleweed
Version: 1.4.1.post2 Vendor: openSUSE
Release: 3.3 Build date: Sat Feb 3 14:46:20 2024
Group: Unspecified Build host: reproducible
Size: 106540 Source RPM: python-cluster-1.4.1.post2-3.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/exhuma/python-cluster
Summary: Clustering library for python
The python-cluster package allows you to create several groups
(clusters) of objects from a list. It’s meant to be flexible and able
to cluster any object. To ensure this kind of flexibility, you need
not only to supply the list of objects, but also a function that
calculates the similarity between two of those objects. For simple
datatypes, like integers, this can be as simple as a subtraction, but
more complex calculations are possible. Right now, it is possible to
generate the clusters using a hierarchical clustering and the popular
K-Means algorithm. For the hierarchical algorithm there are different
“linkage” (single, complete, average and uclus) methods available.

Provides

Requires

License

LGPL-2.0-or-later

Changelog

* Sat Feb 03 2024 Dirk Müller <dmueller@suse.com>
  - require setuptools
* Mon May 24 2021 Steve Kowalik <steven.kowalik@suse.com>
  - Do not build for Python 3.6, due to no NumPy.
* Tue Jul 23 2019 Todd R <toddrme2178@gmail.com>
  - Update to 1.4.1.post2
    * Update changelog.
    * Removed the Pipfile which was introduced in 1.4.1.post1.
      The file caused false positives on security checks.
      Additionally, having a Pipfile is mainly useful in
      applications, and not in libraries like this one.
  - Update to 1.4.1.post1
    * Update changelog.
    * Switch doc-building to use pipenv & update Pipfile accordingly.
* Wed Jun 20 2018 tchvatal@suse.com
  - Switch from wheel to normal distri packaging bsc#1094323
* Wed May 16 2018 toddrme2178@gmail.com
  - Update to 1.4.1
    * Added a "display" method to hierarchical clusters (by 1kastner).
    * issue in multiprocessing code.
    * Multiprocessing (by loisaidasam)
    * Python 3 support
    * Split up one big file into smaller more logical sub-modules
    * Fixed https://github.com/exhuma/python-cluster/issues/11
    * Documentation update.
  - Implement single-spec version
  - Switch to wheel-based package
* Thu Sep 26 2013 p.drouand@gmail.com
  - Update to version 1.1.2
    + Changelog is not update and don't provide changes
  - Replace python-distribute with python-setuptools BuildRequires
* Thu Jan 03 2013 toddrme2178@gmail.com
  - Fix builds for SLES 11
* Thu Jan 12 2012 saschpe@suse.de
  - Spec file cleanup:
    * Don't rm -rf %buildroot
    * Fix license, it's LGPL-2.0+ (not BSD)
    * BuildRequire python-distribute instead of python-setuptools
    * Some macro cleanup
* Tue Jan 10 2012 jweberhofer@weberhofer.at
  - initial release 1.1.1b3

Files

/usr/lib/python3.10/site-packages/cluster
/usr/lib/python3.10/site-packages/cluster-1.4.1.post2-py3.10.egg-info
/usr/lib/python3.10/site-packages/cluster-1.4.1.post2-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/cluster-1.4.1.post2-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/cluster-1.4.1.post2-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/cluster-1.4.1.post2-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/cluster/__init__.py
/usr/lib/python3.10/site-packages/cluster/__pycache__
/usr/lib/python3.10/site-packages/cluster/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cluster/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/cluster/__pycache__/cluster.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cluster/__pycache__/cluster.cpython-310.pyc
/usr/lib/python3.10/site-packages/cluster/__pycache__/linkage.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cluster/__pycache__/linkage.cpython-310.pyc
/usr/lib/python3.10/site-packages/cluster/__pycache__/matrix.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cluster/__pycache__/matrix.cpython-310.pyc
/usr/lib/python3.10/site-packages/cluster/__pycache__/util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cluster/__pycache__/util.cpython-310.pyc
/usr/lib/python3.10/site-packages/cluster/cluster.py
/usr/lib/python3.10/site-packages/cluster/linkage.py
/usr/lib/python3.10/site-packages/cluster/matrix.py
/usr/lib/python3.10/site-packages/cluster/method
/usr/lib/python3.10/site-packages/cluster/method/__init__.py
/usr/lib/python3.10/site-packages/cluster/method/__pycache__
/usr/lib/python3.10/site-packages/cluster/method/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cluster/method/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/cluster/method/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cluster/method/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/cluster/method/__pycache__/hierarchical.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cluster/method/__pycache__/hierarchical.cpython-310.pyc
/usr/lib/python3.10/site-packages/cluster/method/__pycache__/kmeans.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cluster/method/__pycache__/kmeans.cpython-310.pyc
/usr/lib/python3.10/site-packages/cluster/method/base.py
/usr/lib/python3.10/site-packages/cluster/method/hierarchical.py
/usr/lib/python3.10/site-packages/cluster/method/kmeans.py
/usr/lib/python3.10/site-packages/cluster/util.py
/usr/lib/python3.10/site-packages/cluster/version.txt
/usr/share/licenses/python310-cluster
/usr/share/licenses/python310-cluster/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024