Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
509c4d3307 | |||
|
0de90efea0 | ||
|
f8934ac192 |
Binary file not shown.
BIN
armadillo-14.6.0.tar.xz
Normal file
BIN
armadillo-14.6.0.tar.xz
Normal file
Binary file not shown.
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 11 14:29:43 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 14.6.0:
|
||||||
|
* Added balance() to transform matrices so that column and row
|
||||||
|
norms are roughly the same.
|
||||||
|
* Added omit_nan() and omit_nonfinite() to extract elements
|
||||||
|
while omitting NaN and non-finite values.
|
||||||
|
* Added find_nonnan() for finding indices of non-NaN elements.
|
||||||
|
* Added standalone replace() function.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 9 17:45:11 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
Mon Jun 9 17:45:11 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define soname libarmadillo14
|
%define soname libarmadillo14
|
||||||
Name: armadillo
|
Name: armadillo
|
||||||
Version: 14.4.3
|
Version: 14.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C++ matrix library with interfaces to LAPACK and ATLAS
|
Summary: C++ matrix library with interfaces to LAPACK and ATLAS
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -84,6 +84,7 @@ and user documentation (reference guide).
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
sed -Ei 's/\r$//' NOTICE.txt README.md examples/README.txt examples/example1.cpp
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -DBUILD_SMOKE_TEST:BOOL=ON
|
%cmake -DBUILD_SMOKE_TEST:BOOL=ON
|
||||||
|
Reference in New Issue
Block a user