Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
351989e244 | |||
13cf24c5dc | |||
509c4d3307 | |||
|
0de90efea0 | ||
|
f8934ac192 |
Binary file not shown.
BIN
armadillo-14.6.1.tar.xz
Normal file
BIN
armadillo-14.6.1.tar.xz
Normal file
Binary file not shown.
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 25 09:10:21 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 14.6.1:
|
||||
* Bug fix release (no release notes).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%define soname libarmadillo14
|
||||
Name: armadillo
|
||||
Version: 14.4.3
|
||||
Version: 14.6.1
|
||||
Release: 0
|
||||
Summary: C++ matrix library with interfaces to LAPACK and ATLAS
|
||||
License: Apache-2.0
|
||||
@@ -84,6 +84,7 @@ and user documentation (reference guide).
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
sed -Ei 's/\r$//' NOTICE.txt README.md examples/README.txt examples/example1.cpp
|
||||
|
||||
%build
|
||||
%cmake -DBUILD_SMOKE_TEST:BOOL=ON
|
||||
|
Reference in New Issue
Block a user