forked from pool/python-openTSNE
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
ba3f8d488e | |||
3f3319ea05 | |||
6104dcff23 | |||
6fad603649 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:525b3e33716b67c577a3c4567627ab6388ea61d5dd0b230c87e434f3c7268e1d
|
|
||||||
size 22107255
|
|
3
openTSNE-1.0.2-gh.tar.gz
Normal file
3
openTSNE-1.0.2-gh.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:41d34d969b26649a1f3a3778a1b874b690bfbe71536c0d436fe35318bf3aedae
|
||||||
|
size 22107860
|
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 9 05:12:25 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Switch to pyproject macros.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 14 09:02:21 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 1.0.2:
|
||||||
|
* build wheels for Python 3.12 (#255)
|
||||||
|
* update minimum Python version to 3.9
|
||||||
|
* add numpy 2.x support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 3 09:44:28 UTC 2024 - Andreas Schwab <schwab@suse.de>
|
Tue Sep 3 09:44:28 UTC 2024 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-openTSNE
|
# spec file for package python-openTSNE
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-openTSNE
|
Name: python-openTSNE
|
||||||
Version: 1.0.1
|
Version: 1.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Extensible, parallel implementations of t-SNE
|
Summary: Extensible, parallel implementations of t-SNE
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@@ -29,9 +29,11 @@ Patch0: python-openTSNE-disable-CPU-autodetection.patch
|
|||||||
BuildRequires: %{python_module Cython}
|
BuildRequires: %{python_module Cython}
|
||||||
BuildRequires: %{python_module devel >= 3.7}
|
BuildRequires: %{python_module devel >= 3.7}
|
||||||
BuildRequires: %{python_module numpy-devel >= 1.16.6}
|
BuildRequires: %{python_module numpy-devel >= 1.16.6}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module scikit-learn >= 0.20}
|
BuildRequires: %{python_module scikit-learn >= 0.20}
|
||||||
BuildRequires: %{python_module scipy}
|
BuildRequires: %{python_module scipy}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: c++_compiler
|
BuildRequires: c++_compiler
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: fftw3-devel
|
BuildRequires: fftw3-devel
|
||||||
@@ -56,10 +58,10 @@ Extensible, parallel implementations of t-SNE
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -73,6 +75,6 @@ export CFLAGS="%{optflags}"
|
|||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitearch}/openTSNE
|
%{python_sitearch}/openTSNE
|
||||||
%{python_sitearch}/openTSNE-%{version}*-info
|
%{python_sitearch}/open[Tt][Ss][Nn][Ee]-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user