forked from pool/armadillo
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
a078a9c4b1 | ||
|
|
afb94866d3 | ||
| 351989e244 | |||
| 13cf24c5dc |
Binary file not shown.
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>"
|
||||
|
||||
Reference in New Issue
Block a user