Merge pull request 'Update to version 14.6.0.' (#2) from update into master
Reviewed-on: #2
This commit is contained in:
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>
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%define soname libarmadillo14
|
||||
Name: armadillo
|
||||
Version: 14.4.3
|
||||
Version: 14.6.0
|
||||
Release: 0
|
||||
Summary: C++ matrix library with interfaces to LAPACK and ATLAS
|
||||
License: Apache-2.0
|
||||
|
Reference in New Issue
Block a user