* Support both numpy 1 and 2 - Switch to pyproject macros. - No more greedy globs in %files. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastcluster?expand=0&rev=17
128 lines
4.6 KiB
Plaintext
128 lines
4.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Jul 19 02:32:28 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Add patch support-numpy-2.patch:
|
|
* Support both numpy 1 and 2
|
|
- Switch to pyproject macros.
|
|
- No more greedy globs in %files.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 28 14:00:59 UTC 2022 - Arun Persaud <arun@gmx.de>
|
|
|
|
- update to version 1.2.6:
|
|
* Move to GitHub action for CI. No code changes.
|
|
|
|
- changes from version 1.2.5:
|
|
* Updated pyproject.toml to work with Python 3.10 and future Python
|
|
versions.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 15 16:10:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.2.4:
|
|
* Documentation update.
|
|
* Fixed #pragma in fastcluster.cpp.
|
|
* Fixed NumPy versions in Travis builds.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 23 21:17:09 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Update to 1.2.0:
|
|
- Dropped support for Python 2.
|
|
- Python interface: Updated definition of the Yule distance
|
|
function, following a change in SciPy 1.6.3.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 22 11:40:08 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Add skip_error_test.patch removing the erroring test_vector
|
|
test (gh#dmuellner/fastcluster#21).
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 14 15:05:07 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Update to 1.1.28:
|
|
- Replace deprecated “numpy.bool” and “numpy.int” by
|
|
“bool” and “int”.
|
|
- Updated NumPy dependency for Python 3.9.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 19 10:52:03 UTC 2021 - andy great <andythe_great@pm.me>
|
|
|
|
- Disable build for python36 because scipy dependency.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 30 14:49:33 UTC 2020 - Todd R <toddrme2178@gmail.com>
|
|
|
|
- update to version 1.1.26:
|
|
* Small updates for Python 3.8.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 17 14:56:58 UTC 2018 - Arun Persaud <arun@gmx.de>
|
|
|
|
- update to version 1.1.25:
|
|
* Removed all “#pragma GCC diagnostic” directives in .cpp files due
|
|
to changed CRAN requirements (CRAN repository only, not the GitHub
|
|
repository).
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 18 11:38:41 UTC 2018 - tchvatal@suse.com
|
|
|
|
- Stricten version requirements on numpy to >= 1.9
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Nov 4 16:00:03 UTC 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 4 16:09:16 UTC 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 23:29:41 UTC 2016 - jengelh@inai.de
|
|
|
|
- Update descriptions. Drop authorship and irrelevant future notes.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 28 14:48:39 UTC 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 12:21:40 UTC 2014 - toddrme2178@gmail.com
|
|
|
|
- Initial version
|
|
|