forked from pool/NumCpp
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 792625097d | |||
| 26ced02809 | |||
| e5496d2e07 | |||
| 7e722c4098 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9333115f7f8ec9394a1bc49fb6e07a9175e0efbad29c6eba1aff0dab22ba36de
|
|
||||||
size 3740217
|
|
||||||
3
NumCpp-2.16.0.tar.gz
Normal file
3
NumCpp-2.16.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a63cf216a1cb5a33c89053a01b1e761fe8e005d2b8e0dcf47cdebd01c4fba9ba
|
||||||
|
size 3815068
|
||||||
@@ -2,54 +2,11 @@
|
|||||||
test/pytest/src/CMakeLists.txt | 37 +++++++++++++++++++------------------
|
test/pytest/src/CMakeLists.txt | 37 +++++++++++++++++++------------------
|
||||||
1 file changed, 19 insertions(+), 18 deletions(-)
|
1 file changed, 19 insertions(+), 18 deletions(-)
|
||||||
|
|
||||||
Index: NumCpp-Version_2.14.0/test/pytest/src/CMakeLists.txt
|
Index: NumCpp-Version_2.16.0/test/pytest/src/CMakeLists.txt
|
||||||
===================================================================
|
===================================================================
|
||||||
--- NumCpp-Version_2.14.0.orig/test/pytest/src/CMakeLists.txt
|
--- NumCpp-Version_2.16.0.orig/test/pytest/src/CMakeLists.txt
|
||||||
+++ NumCpp-Version_2.14.0/test/pytest/src/CMakeLists.txt
|
+++ NumCpp-Version_2.16.0/test/pytest/src/CMakeLists.txt
|
||||||
@@ -17,25 +17,25 @@ foreach(_source IN ITEMS ${_source_list}
|
@@ -57,11 +57,12 @@ find_package(Python 3.11 REQUIRED
|
||||||
source_group("${_group_path}" FILES "${_source}")
|
|
||||||
endforeach()
|
|
||||||
|
|
||||||
-add_library(${TARGET_NAME} SHARED
|
|
||||||
- Constants.cpp
|
|
||||||
- Coordinates.cpp
|
|
||||||
- Core.cpp
|
|
||||||
- DataCube.cpp
|
|
||||||
+add_library(${TARGET_NAME} SHARED
|
|
||||||
+ Constants.cpp
|
|
||||||
+ Coordinates.cpp
|
|
||||||
+ Core.cpp
|
|
||||||
+ DataCube.cpp
|
|
||||||
DateTime.cpp
|
|
||||||
- Filter.cpp
|
|
||||||
- Functions.cpp
|
|
||||||
- ImageProcessing.cpp
|
|
||||||
- Integrate.cpp
|
|
||||||
- Linalg.cpp
|
|
||||||
+ Filter.cpp
|
|
||||||
+ Functions.cpp
|
|
||||||
+ ImageProcessing.cpp
|
|
||||||
+ Integrate.cpp
|
|
||||||
+ Linalg.cpp
|
|
||||||
Logger.cpp
|
|
||||||
- NdArray.cpp
|
|
||||||
- Polynomial.cpp
|
|
||||||
- Random.cpp
|
|
||||||
- Roots.cpp
|
|
||||||
- Rotations.cpp
|
|
||||||
- Special.cpp
|
|
||||||
- Utils.cpp
|
|
||||||
+ NdArray.cpp
|
|
||||||
+ Polynomial.cpp
|
|
||||||
+ Random.cpp
|
|
||||||
+ Roots.cpp
|
|
||||||
+ Rotations.cpp
|
|
||||||
+ Special.cpp
|
|
||||||
+ Utils.cpp
|
|
||||||
Vector.cpp
|
|
||||||
NumCppPy.cpp
|
|
||||||
${_source_list}
|
|
||||||
@@ -56,11 +56,12 @@ find_package(Python 3.11 REQUIRED
|
|
||||||
if(UNIX)
|
if(UNIX)
|
||||||
execute_process(
|
execute_process(
|
||||||
COMMAND
|
COMMAND
|
||||||
|
|||||||
@@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 11 10:06:29 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 2.16.0:
|
||||||
|
* Added:
|
||||||
|
- eig() [gh#dpilger26/NumCpp#143].
|
||||||
|
- eigvals() [gh#dpilger26/NumCpp#143].
|
||||||
|
- svdvals.
|
||||||
|
* Bug fixes:
|
||||||
|
- outer function now operates on arrays of different sizes
|
||||||
|
[gh#dpilger26/NumCpp#144].
|
||||||
|
- pinv function has been corrected [gh#dpilger26/NumCpp#215].
|
||||||
|
- Changes from version 2.15.0:
|
||||||
|
* Added:
|
||||||
|
- fft module [gh#dpilger26/NumCpp#137].
|
||||||
|
- divmod.
|
||||||
|
- find_duplicates.
|
||||||
|
- mode.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 23 11:27:17 CEST 2025 - aschnell@suse.com
|
||||||
|
|
||||||
|
- libboost_system was removed upstream (bsc#1249900)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 11 10:22:42 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
Fri Jul 11 10:22:42 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package NumCpp
|
# spec file for package NumCpp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# 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 @@
|
|||||||
|
|
||||||
%define __builder ninja
|
%define __builder ninja
|
||||||
Name: NumCpp
|
Name: NumCpp
|
||||||
Version: 2.14.2
|
Version: 2.16.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C++ implementation of the Python Numpy library
|
Summary: C++ implementation of the Python Numpy library
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -32,7 +32,9 @@ BuildRequires: doxygen
|
|||||||
BuildRequires: gtest
|
BuildRequires: gtest
|
||||||
BuildRequires: libboost_date_time-devel
|
BuildRequires: libboost_date_time-devel
|
||||||
BuildRequires: libboost_log-devel
|
BuildRequires: libboost_log-devel
|
||||||
|
%if 0%{?suse_version} < 1600
|
||||||
BuildRequires: libboost_system-devel
|
BuildRequires: libboost_system-devel
|
||||||
|
%endif
|
||||||
BuildRequires: libboost_thread-devel
|
BuildRequires: libboost_thread-devel
|
||||||
BuildRequires: ninja
|
BuildRequires: ninja
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@@ -52,7 +54,9 @@ Requires: libboost_headers-devel
|
|||||||
Requires: libboost_log-devel
|
Requires: libboost_log-devel
|
||||||
Requires: libboost_numpy3-devel
|
Requires: libboost_numpy3-devel
|
||||||
Requires: libboost_python3-devel
|
Requires: libboost_python3-devel
|
||||||
|
%if 0%{?suse_version} < 1600
|
||||||
Requires: libboost_system-devel
|
Requires: libboost_system-devel
|
||||||
|
%endif
|
||||||
Requires: libboost_thread-devel
|
Requires: libboost_thread-devel
|
||||||
Requires: python3-pybind11-devel
|
Requires: python3-pybind11-devel
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|||||||
Reference in New Issue
Block a user