1
0

5 Commits

Author SHA256 Message Date
351989e244 Merge pull request 'Update to version 14.6.1.' (#3) from dev into master
Reviewed-on: #3
2025-07-25 14:56:54 +02:00
13cf24c5dc Update to version 14.6.1. 2025-07-25 14:41:54 +05:30
509c4d3307 Merge pull request 'Update to version 14.6.0.' (#2) from update into master
Reviewed-on: #2
2025-07-11 16:38:11 +02:00
Atri Bhattacharya
0de90efea0 Update to version 14.6.0. 2025-07-11 20:04:26 +05:30
Atri Bhattacharya
f8934ac192 Fix incorrect EOL encodings. 2025-06-15 01:30:41 +05:30
4 changed files with 19 additions and 1 deletions

Binary file not shown.

BIN
armadillo-14.6.1.tar.xz Normal file

Binary file not shown.

View File

@@ -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>

View File

@@ -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