SHA256
8
0
forked from pool/armadillo

4 Commits

Author SHA256 Message Date
Atri Bhattacharya
a078a9c4b1 Update to version 15.2.3. 2026-01-23 20:45:08 +05:30
Atri Bhattacharya
afb94866d3 Update to version 15.2.1 2025-10-29 19:06:21 +05:30
351989e244 Merge pull request 'Update to version 14.6.1.' (#3) from dev into master
Reviewed-on: badshah400/armadillo#3
2025-07-25 14:56:54 +02:00
13cf24c5dc Update to version 14.6.1. 2025-07-25 14:41:54 +05:30
4 changed files with 38 additions and 4 deletions

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Fri Jan 23 15:14:22 UTC 2026 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 15.2.3:
* Bug fix release (no release notes).
-------------------------------------------------------------------
Wed Oct 29 13:22:06 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 15.2.1:
* Added rande() for generating matrices with elements from
exponential distributions.
* shift() has been deprecated in favour of circshift(), for
consistency with Matlab/Octave.
* Reworked detection of aliasing, leading to more efficient
compiled code.
- Changes from version 15.0.0:
* C++14 is now the minimum required C++ standard.
* Added preliminary support for matrices with half-precision
fp16 element type.
* Added second form of cond() to allow detection of failures.
* Added repcube()
* Added .freeze() and .unfreeze() member functions to
wall_clock.
* Extended conv() and conv2() to accept the "valid" shape
argument.
- Bump so version in shared lib package name to 15.
-------------------------------------------------------------------
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>

View File

@@ -16,9 +16,9 @@
#
%define soname libarmadillo14
%define soname libarmadillo15
Name: armadillo
Version: 14.6.0
Version: 15.2.3
Release: 0
Summary: C++ matrix library with interfaces to LAPACK and ATLAS
License: Apache-2.0

View File

@@ -1,5 +1,5 @@
libarmadillo14
libarmadillo15
armadillo-devel
-/usr/lib(64)?/pkgconfig/armadillo.pc
requires -armadillo-<targettype>
requires "libarmadillo14-<targettype> = <version>"
requires "libarmadillo15-<targettype> = <version>"