Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-openTSNE for openSUSE:Factory checked in at 2022-02-06 23:54:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-openTSNE (Old) and /work/SRC/openSUSE:Factory/.python-openTSNE.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-openTSNE" Sun Feb 6 23:54:42 2022 rev:3 rq:951934 version:0.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-openTSNE/python-openTSNE.changes 2021-04-06 17:31:05.359212511 +0200 +++ /work/SRC/openSUSE:Factory/.python-openTSNE.new.1898/python-openTSNE.changes 2022-02-06 23:56:13.406034654 +0100 @@ -1,0 +2,20 @@ +Fri Feb 4 16:10:13 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Update to 0.6.1 + * Remove affinites from TSNE construction, allow custom + affinities and initialization in .fit method. This improves the + API when dealing with non-tabular data. This is not backwards + compatible. + * Add metric="precomputed". This includes the addition of + openTSNE.nearest_neighbors.PrecomputedDistanceMatrix and + openTSNE.nearest_neighbors.PrecomputedNeighbors. + * Add knn_index parameter to openTSNE.affinity classes. + * Add (less-than-ideal) workaround for pickling Annoy objects. + * Extend the range of recommended FFTW boxes up to 1000. + * Remove deprecated openTSNE.nearest_neighbors.BallTree. + * Remove deprecated openTSNE.callbacks.ErrorLogger. + * Remove deprecated TSNE.neighbors_method property. + * Add and set as default negative_gradient_method="auto". +- Skip building on python310: gh#pavlin-policar/openTSNE#205 + +------------------------------------------------------------------- Old: ---- openTSNE-0.5.1-gh.tar.gz New: ---- openTSNE-0.6.1-gh.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-openTSNE.spec ++++++ --- /var/tmp/diff_new_pack.2gNw9J/_old 2022-02-06 23:56:14.074030137 +0100 +++ /var/tmp/diff_new_pack.2gNw9J/_new 2022-02-06 23:56:14.078030109 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-openTSNE # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,12 +16,12 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 -# No python36-scipy in Tumbleweed -%define skip_python36 1 +# not compatile with Python 3.10 API: https://github.com/pavlin-policar/openTSNE/issues/205 +%define skip_python310 1 Name: python-openTSNE -Version: 0.5.1 +Version: 0.6.1 Release: 0 Summary: Extensible, parallel implementations of t-SNE License: BSD-3-Clause @@ -29,13 +29,14 @@ # tests are not packaged in the PyPI sdist, use GitHub instead Source: %{url}/archive/v%{version}.tar.gz#/openTSNE-%{version}-gh.tar.gz Patch0: python-openTSNE-disable-CPU-autodetection.patch -BuildRequires: python-rpm-macros -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module devel} +BuildRequires: %{python_module devel >= 3.7} BuildRequires: %{python_module numpy-devel >= 1.16.6} BuildRequires: %{python_module scikit-learn >= 0.20} BuildRequires: %{python_module scipy} +BuildRequires: %{python_module setuptools} BuildRequires: c++_compiler +BuildRequires: fftw3-devel +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module pytest} # /SECTION ++++++ openTSNE-0.5.1-gh.tar.gz -> openTSNE-0.6.1-gh.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-openTSNE/openTSNE-0.5.1-gh.tar.gz /work/SRC/openSUSE:Factory/.python-openTSNE.new.1898/openTSNE-0.6.1-gh.tar.gz differ: char 23, line 1