a767024c07
Accepting request 711842 from home:badshah400:branches:devel:libraries:c_c++
...
- Update to version 9.500.2:
* expanded solve() with solve_opts::likely_sympd to indicate
that the given matrix is likely positive definite
* more robust automatic detection of positive definite matrices
by solve() and inv()
* faster handling of sparse submatrices
* expanded eigs_sym() to print a warning if the given matrix is
not symmetric
* extended LAPACK function prototypes to follow Fortran passing
conventions for so-called "hidden arguments", in order to
address GCC Bug 90329;
* to use previous LAPACK function prototypes without the "hidden
arguments", #define ARMA_DONT_USE_FORTRAN_HIDDEN_ARGS before
#include <armadillo>
OBS-URL: https://build.opensuse.org/request/show/711842
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=250
2019-06-27 08:17:16 +00:00
60334943a0
Accepting request 703944 from home:badshah400:branches:devel:libraries:c_c++
...
- Update to version 9.400.3:
+ Faster cov() and cor()
+ Added .as_col() and .as_row()
+ Expanded .shed_rows() / .shed_cols() / .shed_slices() to
remove rows/columns/slices specified in a vector
+ Expanded vectorise() to handle sparse matrices
+ Expanded element-wise versions of max() and min() to handle
sparse matrices
+ Optimised handling of sparse matrix expressions: sparse %
(sparse +- scalar) and sparse / (sparse +- scalar)
+ Expanded eig_sym(), chol(), expmat_sym(), logmat_sympd(),
sqrtmat_sympd(), inv_sympd() to print a warning if the given
matrix is not symmetric
+ More consistent detection of vector expressions
OBS-URL: https://build.opensuse.org/request/show/703944
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=248
2019-05-20 20:19:01 +00:00
65672f794c
Accepting request 693730 from home:badshah400:branches:devel:libraries:c_c++
...
- Update to version 9.300.2:
+ faster handling of compound complex matrix expressions by
trace().
+ more efficient handling of element access for inplace
modifications in sparse matrices.
+ added .is_sympd() to check whether a matrix is
symmetric/hermitian positive definite.
+ added interp2() for 2D data interpolation.
+ added expm1() and log1p().
+ expanded .is_sorted() with options "strictascend" and
"strictdescend".
+ expanded eig_gen() to optionally perform balancing prior to
decomposition.
OBS-URL: https://build.opensuse.org/request/show/693730
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=246
2019-04-14 17:42:41 +00:00
b65993c1db
Accepting request 686132 from home:badshah400:branches:devel:libraries:c_c++
...
- Update to version 9.200.8:
+ Misc bug fixes.
OBS-URL: https://build.opensuse.org/request/show/686132
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=244
2019-03-19 14:01:49 +00:00
185ca9cdf1
Accepting request 668640 from home:badshah400:branches:devel:libraries:c_c++
...
- Update to version 9.200.7:
+ Misc bug fixes.
OBS-URL: https://build.opensuse.org/request/show/668640
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=242
2019-01-25 13:14:02 +00:00
10751c0044
Accepting request 649321 from home:badshah400:branches:devel:libraries:c_c++
...
- Update to version 9.200.4:
+ Faster handling of symmetric positive definite matrices by
rcond().
+ Faster transpose of matrices with size ≥ 512x512.
+ Faster handling of compound sparse matrix expressions by
accu(), diagmat(), trace().
+ Faster handling of sparse matrices by join_rows().
+ Added sinc().
+ Expanded sign() to handle scalar arguments.
+ Expanded operators (*, %, +, −) to handle sparse matrices with
differing element types (eg. multiplication of complex matrix
by real matrix).
+ Expanded conv_to() to allow conversion between sparse matrices
with differing element types.
+ Expanded solve() to optionally allow keeping solutions of
systems singular to working precision.
OBS-URL: https://build.opensuse.org/request/show/649321
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=240
2018-11-16 20:04:02 +00:00
Ismail Dönmez
56f7b172b4
Accepting request 629561 from home:badshah400:branches:devel:libraries:c_c++
...
- Update to version 9.100.5:
+ Faster handling of symmetric/hermitian positive definite
matrices by solve().
+ Faster handling of inv_sympd() in compound expressions.
+ Added .is_symmetric().
+ Added .is_hermitian().
+ Expanded spsolve() to optionally allow keeping solutions of
systems singular to working precision.
+ New configuration options ARMA_OPTIMISE_SOLVE_BAND and
ARMA_OPTIMISE_SOLVE_SYMPD.
+ Smarter use of the element cache in sparse matrices.
- Pass a more robust regexp to sed for fixing end-of-line encoding
changes.
- Update shlib package name in keeping with upstream versioning.
- Use %%license instead of %%doc to install license file.
OBS-URL: https://build.opensuse.org/request/show/629561
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=238
2018-08-16 12:20:28 +00:00
Ismail Dönmez
e2fe7596b7
Accepting request 609019 from home:badshah400:branches:devel:libraries:c_c++
...
- Update to version 8.500.1:
+ Faster handling of sparse matrices by kron() and repmat().
+ Faster transpose of sparse matrices.
+ Faster element access in sparse matrices.
+ Faster row iterators for sparse matrices.
+ Faster handling of compound expressions by trace().
+ More efficient handling of aliasing in submatrix views.
+ Expanded normalise() to handle sparse matrices.
+ Expanded .transform() and .for_each() to handle sparse
matrices.
+ Added reverse() for reversing order of elements.
+ Added repelem() for replicating elements.
+ Added roots() for finding the roots of a polynomial.
OBS-URL: https://build.opensuse.org/request/show/609019
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=236
2018-05-16 08:18:09 +00:00
Ismail Dönmez
2b9f107755
Accepting request 578730 from home:badshah400:branches:devel:libraries:c_c++
...
- Update to version 8.400.0:
+ Faster handling of sparse matrices by repmat()
+ Faster loading of CSV files
+ Expanded kron() to handle sparse matrices
+ Expanded index_min() and index_max() to handle cubes
+ Expanded randi(), randu(), randn(), randg() to output single
scalars
+ Added submatrix & subcube iterators
+ Added normcdf()
+ Added mvnrnd()
+ Added chi2rnd()
+ Added wishrnd() and iwishrnd()
OBS-URL: https://build.opensuse.org/request/show/578730
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=234
2018-02-21 15:02:13 +00:00
b1bea31bc2
Accepting request 562916 from home:badshah400:branches:devel:libraries:c_c++
...
- Update to version 8.300.3:
+ Misc bug fixes.
OBS-URL: https://build.opensuse.org/request/show/562916
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=232
2018-01-11 08:34:58 +00:00
Ismail Dönmez
a90cd97a13
Accepting request 557933 from home:badshah400:branches:devel:libraries:c_c++
...
- Update to version 8.300.2:
+ Misc bug fixes.
OBS-URL: https://build.opensuse.org/request/show/557933
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=230
2017-12-18 10:56:39 +00:00
3e62966d44
Accepting request 544343 from home:badshah400:branches:devel:libraries:c_c++
...
- Update to version 8.300.0:
+ Faster handling of band matrices by solve().
+ Faster handling of band matrices by chol().
+ Faster randg() when using OpenMP.
+ Added normpdf().
+ Expanded .save() to allow appending new datasets to existing
HDF5 files.
OBS-URL: https://build.opensuse.org/request/show/544343
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=228
2017-11-22 12:15:14 +00:00
Ismail Dönmez
b86cd857b0
Accepting request 539130 from home:badshah400:branches:devel:libraries:c_c++
...
- Update to version 8.200.2:
+ Misc bug fixes.
OBS-URL: https://build.opensuse.org/request/show/539130
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=226
2017-11-06 13:15:38 +00:00
Ismail Dönmez
85306287a4
Accepting request 534949 from home:badshah400:branches:devel:libraries:c_c++
...
- Update to version 8.200.1:
+ Misc bug fixes.
OBS-URL: https://build.opensuse.org/request/show/534949
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=224
2017-10-19 09:41:50 +00:00
Ismail Dönmez
b9e8c62cff
Accepting request 534156 from home:badshah400:branches:devel:libraries:c_c++
...
- Update to version 8.200.0:
+ Added intersect() for finding common elements in two
vectors/matrices.
+ Expanded affmul() to handle non-square matrices.
OBS-URL: https://build.opensuse.org/request/show/534156
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=222
2017-10-17 09:16:01 +00:00
Ismail Dönmez
c9cbf61ea1
Accepting request 523515 from home:badshah400:branches:devel:libraries:c_c++
...
- Update to version 8.100.1:
+ Misc bug fixes.
OBS-URL: https://build.opensuse.org/request/show/523515
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=220
2017-09-13 14:11:16 +00:00
67a3a6e92a
Accepting request 521561 from home:jengelh:branches:devel:libraries:c_c++
...
- Trim descriptions, keeping the full description just for the
one that is installed most often (libarmadillo8).
Ensure neutrality of descriptions.
OBS-URL: https://build.opensuse.org/request/show/521561
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=218
2017-09-07 18:26:27 +00:00
Ismail Dönmez
2d5c5c7c2f
Accepting request 520236 from home:badshah400:branches:devel:libraries:c_c++
...
- Update to version 8.100.0:
+ Faster incremental construction of sparse matrices via element
access operators
+ Faster diagonal views in sparse matrices
+ Expanded SpMat to save/load sparse matrices in coord format
+ Expanded .save()/.load() to allow specification of datasets
within HDF5 files
+ Added affmul() to simplify application of affine
transformations
+ Warnings and errors are now printed by default to the
std::cerr stream
+ Added set_cerr_stream() and get_cerr_stream() to replace
set_stream_err1(), set_stream_err2(), get_stream_err1(),
get_stream_err2()
+ New configuration options ARMA_COUT_STREAM and
ARMA_CERR_STREAM
- Adapt shared lib and baselibs.conf to updated shared object
numbering.
OBS-URL: https://build.opensuse.org/request/show/520236
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=216
2017-09-05 09:57:44 +00:00
Ismail Dönmez
4f5024b78a
Accepting request 517234 from home:badshah400:branches:devel:libraries:c_c++
...
- Update to version 7.960.1:
+ Undocumented bug fixes.
OBS-URL: https://build.opensuse.org/request/show/517234
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=214
2017-08-17 08:09:08 +00:00
Ismail Dönmez
ee81254d14
Accepting request 514545 from home:badshah400:branches:devel:libraries:c_c++
...
- Update to version 7.960.0:
+ Faster randn() when using OpenMP.
+ Faster gmm_diag class, for Gaussian mixture models with
diagonal covariance matrices.
+ Added .sum_log_p() to the gmm_diag class.
+ Added gmm_full class, for Gaussian mixture models with full
covariance matrices.
+ Expanded .each_slice() to optionally use OpenMP for
multi-threaded execution.
- Drop %%check section entirely, this is not expected to work
going forward. Also drop armadillo-tests.patch, which was meant
for the tests in the %%check section.
OBS-URL: https://build.opensuse.org/request/show/514545
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=213
2017-08-04 12:28:01 +00:00
e32636509e
Accepting request 507202 from home:badshah400:branches:devel:libraries:c_c++
...
OBS-URL: https://build.opensuse.org/request/show/507202
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=211
2017-06-30 11:00:49 +00:00
Ismail Dönmez
d997c20470
Accepting request 494999 from home:badshah400:branches:devel:libraries:c_c++
...
Update to v7.900.1
OBS-URL: https://build.opensuse.org/request/show/494999
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=209
2017-05-15 18:39:40 +00:00
Ismail Dönmez
9a1af7faab
Accepting request 458965 from home:badshah400:branches:devel:libraries:c_c++
...
- Update to version 7.800.0:
+ Changed license to the permissve Apache License 2.0.
- Update License tag in specfile in keeping with upstream.
- Update package file list:
+ Include the license doc NOTICE.txt.
+ Additional documentation file: armadillo_joss_2016.pdf.
OBS-URL: https://build.opensuse.org/request/show/458965
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=207
2017-02-19 11:38:18 +00:00
Ismail Dönmez
ede10daaa5
Accepting request 455516 from home:badshah400:branches:devel:libraries:c_c++
...
- Update to version 7.700.0:
+ Added polyfit() and polyval().
+ Added second form of log_det() to directly return the result
as a complex number.
+ Added range() to statistics functions.
+ Expanded trimatu()/trimatl() and symmatu()/symmatl() to handle
sparse matrices.
OBS-URL: https://build.opensuse.org/request/show/455516
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=205
2017-02-09 11:14:34 +00:00
b1ca4351cd
Accepting request 448113 from home:badshah400:branches:devel:libraries:c_c++
...
Bug fix update to 7.600.2
OBS-URL: https://build.opensuse.org/request/show/448113
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=203
2016-12-31 00:45:22 +00:00
Ismail Dönmez
e02102dba1
Accepting request 447075 from home:badshah400:branches:devel:libraries:c_c++
...
- Update to version 7.600.1:
- Drop armadillo-install-pkgconfig.patch: resolved upstream.
OBS-URL: https://build.opensuse.org/request/show/447075
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=202
2016-12-19 21:26:17 +00:00
Ismail Dönmez
626fb530ab
Accepting request 441121 from home:badshah400:branches:devel:libraries:c_c++
...
- Update to version 7.500.2:
+ Undocumented bug fixes.
OBS-URL: https://build.opensuse.org/request/show/441121
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=200
2016-11-22 06:14:15 +00:00
8a45630b3d
Accepting request 440179 from home:badshah400:branches:devel:libraries:c_c++
...
- Update to version 7.500.1:
+ Undocumented bug fixes.
OBS-URL: https://build.opensuse.org/request/show/440179
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=198
2016-11-15 09:06:44 +00:00
Ismail Dönmez
2c7c50b2c0
Accepting request 438732 from home:badshah400:branches:devel:libraries:c_c++
...
- Add armadillo-install-pkgconfig.patch: Generate and install a
pkgconfig file (PATCH-FEATURE-OPENSUSE for now, but in
discussions with upstream to have this included).
- Add armadillo-tests.patch: Generate tests/Makefile by
configuring tests/Makefile.in using cmake so that the tests can
be run before actually installing the library. Then, use a
make check section to test the built library
(PATCH-FEATURE-OPENSUSE for now, but in discussions with
upstream to have this included).
OBS-URL: https://build.opensuse.org/request/show/438732
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=196
2016-11-05 08:45:31 +00:00
dc77152d7f
Accepting request 437181 from home:badshah400:branches:devel:libraries:c_c++
...
Version update
OBS-URL: https://build.opensuse.org/request/show/437181
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=194
2016-10-28 08:55:44 +00:00
33cbc886d5
Accepting request 430874 from home:badshah400:branches:devel:libraries:c_c++
...
- Update to version 7.400.3:
+ Undocumented bug fixes.
OBS-URL: https://build.opensuse.org/request/show/430874
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=192
2016-09-28 16:32:16 +00:00
Ismail Dönmez
da8318dd78
Accepting request 423655 from home:badshah400:branches:devel:libraries:c_c++
...
- Update to version 7.400.2:
+ Added expmat_sym(), logmat_sympd(), sqrtmat_sympd().
+ Added .replace().
OBS-URL: https://build.opensuse.org/request/show/423655
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=190
2016-08-31 07:25:45 +00:00
Ismail Dönmez
1662d932cb
Accepting request 416610 from home:badshah400:branches:devel:libraries:c_c++
...
- Update to version 7.300.1:
+ Undocumented bug fixes.
OBS-URL: https://build.opensuse.org/request/show/416610
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=188
2016-08-03 06:39:15 +00:00
Ismail Dönmez
50e063845b
Accepting request 415561 from home:badshah400:branches:devel:libraries:c_c++
...
- Update to version 7.300.0:
+ Added index_min() and index_max() standalone functions.
+ Expanded .subvec() to accept size() arguments.
+ More robust handling of non-square matrices by lu().
OBS-URL: https://build.opensuse.org/request/show/415561
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=186
2016-07-28 11:06:01 +00:00
Ismail Dönmez
f01b2a300f
Accepting request 407025 from home:badshah400:branches:devel:libraries:c_c++
...
Update to v7.200.2, shlib versioning update (6->7), superlu-devel >= 5.2 now required.
Note to reviewer: please wait for sr#402085 to be included into factory before fwd'ing this to factory.
OBS-URL: https://build.opensuse.org/request/show/407025
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=184
2016-07-07 14:09:04 +00:00
214307915c
Accepting request 399030 from science
...
1
OBS-URL: https://build.opensuse.org/request/show/399030
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=182
2016-06-06 10:03:29 +00:00
Ismail Dönmez
2fa4856c73
Accepting request 393369 from home:badshah400:branches:devel:libraries:c_c++
...
- Update to version 6.700.6:
+ Undocumented bug fixes.
OBS-URL: https://build.opensuse.org/request/show/393369
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=180
2016-05-03 06:29:52 +00:00
Ismail Dönmez
0e930d95af
Accepting request 391777 from home:badshah400:branches:devel:libraries:c_c++
...
Update to version 6.700.5
OBS-URL: https://build.opensuse.org/request/show/391777
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=178
2016-04-27 07:28:27 +00:00
Ismail Dönmez
b423b8f09e
Accepting request 390743 from home:badshah400:branches:devel:libraries:c_c++
...
Version 6.700.4 (minor update)
OBS-URL: https://build.opensuse.org/request/show/390743
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=176
2016-04-20 06:46:18 +00:00
Ismail Dönmez
ec549dcc8d
Accepting request 384771 from home:badshah400:branches:devel:libraries:c_c++
...
Update to version 6.700.3
OBS-URL: https://build.opensuse.org/request/show/384771
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=174
2016-04-06 07:18:13 +00:00
Ismail Dönmez
f49658c4b6
Accepting request 379491 from home:badshah400:branches:devel:libraries:c_c++
...
OBS-URL: https://build.opensuse.org/request/show/379491
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=172
2016-03-25 08:54:38 +00:00
Ismail Dönmez
38527ff7cb
Accepting request 359884 from home:badshah400:branches:devel:libraries:c_c++
...
Update to version 6.500.5
OBS-URL: https://build.opensuse.org/request/show/359884
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=170
2016-02-17 15:35:02 +00:00
Ismail Dönmez
218a2da728
Accepting request 356407 from home:badshah400:branches:devel:libraries:c_c++
...
- Update to version 6.500.4 (Gourmet Electron Jumper):
+ Added conv2() for 2D convolution.
+ Added stand-alone kmeans() function for clustering data.
+ Added trunc().
+ Extended conv() to optionally provide central convolution.
+ Faster handling of multiply-and-accumulate by accu() when
using Intel MKL, ATLAS or OpenBLAS.
OBS-URL: https://build.opensuse.org/request/show/356407
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=168
2016-01-28 08:02:03 +00:00
Ismail Dönmez
2a98f798fb
Accepting request 348970 from home:badshah400:branches:devel:libraries:c_c++
...
Update to version 6.400.2
OBS-URL: https://build.opensuse.org/request/show/348970
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=166
2015-12-15 13:15:21 +00:00
Ismail Dönmez
51599a8252
Accepting request 347557 from home:badshah400:branches:devel:libraries:c_c++
...
- Update to version Version 6.300.2 (Flying Spaghetti Monster):
+ Expanded solve() to find approximate solutions for
rank-deficient systems.
+ Faster handling of non-contiguous submatrix views in compound
expressions.
+ Added .for_each() to Mat, Row, Col, Cube and field classes.
+ Added rcond() for estimating the reciprocal condition number.
+ Fixes for spsolve(), eigs_sym(), eigs_gen(), svds().
OBS-URL: https://build.opensuse.org/request/show/347557
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=165
2015-12-05 12:56:57 +00:00
Ismail Dönmez
f4d7a17caf
Accepting request 344462 from home:badshah400:branches:devel:libraries:c_c++
...
Update to 6.200.4
OBS-URL: https://build.opensuse.org/request/show/344462
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=163
2015-11-15 14:03:29 +00:00
Ismail Dönmez
823788fa01
Accepting request 343406 from home:badshah400:branches:devel:libraries:c_c++
...
- Update to version 6.200.3:
+ Bug fixes (undocumented by upstream).
- Version 6.200.2 (Midnight Blue Deluxe):
+ Expanded diagmat() to handle non-square matrices and arbitrary
diagonals.
+ Expanded trace() to handle non-square matrices.
+ Correction for datum::Z_0 constant.
OBS-URL: https://build.opensuse.org/request/show/343406
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=161
2015-11-10 13:32:19 +00:00
Stephan Kulow
aab73ae3ef
Accepting request 340696 from home:badshah400:branches:devel:libraries:c_c++
...
Update to version 6.100.1
OBS-URL: https://build.opensuse.org/request/show/340696
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=159
2015-10-24 10:43:20 +00:00
Ismail Dönmez
cc0f35aa45
Accepting request 339139 from home:badshah400:branches:devel:libraries:c_c++
...
Update to version 6.100.0
OBS-URL: https://build.opensuse.org/request/show/339139
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=157
2015-10-16 16:02:51 +00:00
Ismail Dönmez
cd4e4f243c
Accepting request 329514 from home:badshah400:branches:devel:libraries:c_c++
...
Update to 5.500.2
OBS-URL: https://build.opensuse.org/request/show/329514
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=155
2015-09-08 07:32:17 +00:00
Ismail Dönmez
d0ebb38a3d
Accepting request 324186 from home:badshah400:branches:devel:libraries:c_c++
...
Version 5.400.2
OBS-URL: https://build.opensuse.org/request/show/324186
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=153
2015-08-19 07:27:09 +00:00
Ismail Dönmez
b6c89bd2d7
Accepting request 321279 from home:badshah400:branches:devel:libraries:c_c++
...
Update to version 5.300.4
OBS-URL: https://build.opensuse.org/request/show/321279
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=151
2015-08-08 14:45:20 +00:00
Ismail Dönmez
9f4a8880c0
Accepting request 313369 from home:badshah400:branches:devel:libraries:c_c++
...
version 5.200.2
OBS-URL: https://build.opensuse.org/request/show/313369
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=149
2015-06-24 09:44:46 +00:00
Ismail Dönmez
b6346703ab
Accepting request 308663 from home:badshah400:branches:devel:libraries:c_c++
...
Update to 5.200.1
OBS-URL: https://build.opensuse.org/request/show/308663
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=147
2015-05-26 17:24:01 +00:00
Stephan Kulow
e2b98159de
Accepting request 307203 from home:badshah400:branches:devel:libraries:c_c++
...
Update to v 5.100.2
OBS-URL: https://build.opensuse.org/request/show/307203
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=145
2015-05-15 08:25:04 +00:00
Ismail Dönmez
4a1af8213f
Accepting request 297260 from home:badshah400:branches:devel:libraries:c_c++
...
Botched previous version, this one should be good. Really sorry.
OBS-URL: https://build.opensuse.org/request/show/297260
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=143
2015-04-16 17:51:29 +00:00
Ismail Dönmez
70e874eee7
Accepting request 292471 from home:badshah400:branches:devel:libraries:c_c++
...
Update to version 4.650.4
OBS-URL: https://build.opensuse.org/request/show/292471
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=141
2015-03-23 15:11:40 +00:00
458eadb6ec
Accepting request 287706 from home:badshah400:branches:devel:libraries:c_c++
...
Update to 4.650.1
OBS-URL: https://build.opensuse.org/request/show/287706
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=139
2015-02-26 07:32:02 +00:00
Michal Vyskocil
71ae7a016a
Accepting request 282002 from home:badshah400:branches:devel:libraries:c_c++
...
Update to 4.600.3
OBS-URL: https://build.opensuse.org/request/show/282002
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=137
2015-01-21 09:17:05 +00:00
Ismail Dönmez
33141283e0
Accepting request 280121 from home:badshah400:branches:devel:libraries:c_c++
...
Update to version 4.600.1
OBS-URL: https://build.opensuse.org/request/show/280121
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=135
2015-01-07 09:30:59 +00:00
2fb761485c
Accepting request 266485 from home:badshah400:branches:devel:libraries:c_c++
...
Update to version 4.550.4
OBS-URL: https://build.opensuse.org/request/show/266485
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=133
2014-12-29 08:48:04 +00:00
Ismail Dönmez
713c8a3f10
Accepting request 263766 from home:badshah400:branches:devel:libraries:c_c++
...
Update to version 4.550.2
OBS-URL: https://build.opensuse.org/request/show/263766
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=131
2014-12-03 09:58:54 +00:00
Ismail Dönmez
eb916aa9e0
Accepting request 262742 from home:badshah400:branches:devel:libraries:c_c++
...
Update to 4.550.0
OBS-URL: https://build.opensuse.org/request/show/262742
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=129
2014-11-24 09:23:39 +00:00
Ismail Dönmez
a4161791fb
Accepting request 262215 from home:badshah400:branches:devel:libraries:c_c++
...
Update to 4.500.1
OBS-URL: https://build.opensuse.org/request/show/262215
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=127
2014-11-18 19:04:40 +00:00
532d7bbb1b
Accepting request 259036 from home:badshah400:branches:devel:libraries:c_c++
...
Update to version 4.500.0
OBS-URL: https://build.opensuse.org/request/show/259036
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=125
2014-10-31 10:21:40 +00:00
Stephan Kulow
465ef869eb
Accepting request 255891 from home:badshah400:branches:devel:libraries:c_c++
...
Update to version 4.450.4
OBS-URL: https://build.opensuse.org/request/show/255891
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=123
2014-10-13 18:29:40 +00:00
Ismail Dönmez
c527ded1a2
Accepting request 254917 from home:badshah400:branches:devel:libraries:c_c++
...
Update to version 4.450.3 (bug-fix release).
OBS-URL: https://build.opensuse.org/request/show/254917
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=121
2014-10-10 08:54:58 +00:00
Ismail Dönmez
459a017e65
Accepting request 250170 from home:badshah400:branches:devel:libraries:c_c++
...
Update to version 4.450.0
OBS-URL: https://build.opensuse.org/request/show/250170
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=119
2014-09-19 11:00:21 +00:00
Ismail Dönmez
54bcfd92a1
Accepting request 245499 from home:badshah400:branches:devel:libraries:c_c++
...
Update to version 4.400.1
OBS-URL: https://build.opensuse.org/request/show/245499
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=117
2014-08-21 13:01:32 +00:00
Ismail Dönmez
5732501431
Accepting request 239410 from home:badshah400:branches:devel:libraries:c_c++
...
Version 4.320.0 (update)
OBS-URL: https://build.opensuse.org/request/show/239410
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=115
2014-07-04 13:27:30 +00:00
Stephan Kulow
987589370c
Accepting request 236109 from home:badshah400:branches:devel:libraries:c_c++
...
Update to version 4.300.8
OBS-URL: https://build.opensuse.org/request/show/236109
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=113
2014-06-03 05:54:49 +00:00
Ismail Dönmez
5265730f47
Accepting request 235035 from home:badshah400:branches:devel:libraries:c_c++
...
Update to 4.300.5.
OBS-URL: https://build.opensuse.org/request/show/235035
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=111
2014-05-21 19:10:22 +00:00
Ismail Dönmez
e014144d8b
Accepting request 233557 from home:badshah400:branches:devel:libraries:c_c++
...
Update to version 4.300.2
OBS-URL: https://build.opensuse.org/request/show/233557
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=109
2014-05-12 10:41:32 +00:00
Stephan Kulow
23778a89e4
Accepting request 232496 from home:badshah400:branches:devel:libraries:c_c++
...
Update to version 4.300.0
OBS-URL: https://build.opensuse.org/request/show/232496
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=107
2014-05-05 05:42:26 +00:00
Ismail Dönmez
525730686c
Accepting request 229270 from home:badshah400:branches:devel:libraries:c_c++
...
Update to 4.200.0
OBS-URL: https://build.opensuse.org/request/show/229270
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=105
2014-04-08 08:39:39 +00:00
Ismail Dönmez
b3eb5f204d
Accepting request 226091 from home:badshah400:branches:devel:libraries:c_c++
...
Update to version 4.100.2
OBS-URL: https://build.opensuse.org/request/show/226091
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=103
2014-03-17 10:00:40 +00:00
e81a345d84
Accepting request 224306 from home:badshah400:branches:devel:libraries:c_c++
...
Update to version 4.100.0
OBS-URL: https://build.opensuse.org/request/show/224306
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=101
2014-03-03 08:59:19 +00:00
1ad80f309d
Accepting request 214305 from home:badshah400:branches:devel:libraries:c_c++
...
Update to version 4.000.2
OBS-URL: https://build.opensuse.org/request/show/214305
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=99
2014-01-18 20:51:52 +00:00
Stephan Kulow
4eb2172d64
Accepting request 213087 from home:badshah400:branches:devel:libraries:c_c++
...
Important baselibs.conf fix due to so version updaate, additional build requirements reco. by upstream
OBS-URL: https://build.opensuse.org/request/show/213087
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=97
2014-01-08 05:50:20 +00:00
Sascha Peilicke
f7b6207855
Accepting request 212951 from home:badshah400:branches:devel:libraries:c_c++
...
Update to 4.000.0
OBS-URL: https://build.opensuse.org/request/show/212951
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=96
2014-01-07 09:06:24 +00:00
Ismail Dönmez
1d14a5e225
Accepting request 210285 from home:badshah400:branches:devel:libraries:c_c++
...
Update to version 3.930.1
OBS-URL: https://build.opensuse.org/request/show/210285
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=94
2013-12-10 09:42:06 +00:00
Ismail Dönmez
3d0879beaa
Accepting request 201330 from home:badshah400:branches:devel:libraries:c_c++
...
Update to 3.920.1
OBS-URL: https://build.opensuse.org/request/show/201330
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=92
2013-09-29 08:34:59 +00:00
Ismail Dönmez
6f522a621e
Accepting request 198556 from home:badshah400:branches:devel:libraries:c_c++
...
Update to version 3.910.1
OBS-URL: https://build.opensuse.org/request/show/198556
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=90
2013-09-11 18:07:46 +00:00
Ismail Dönmez
e34b52960b
Accepting request 186801 from home:badshah400:branches:devel:libraries:c_c++
...
Update to version 3.910.0
OBS-URL: https://build.opensuse.org/request/show/186801
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=88
2013-08-13 05:37:46 +00:00
ef24dc6a07
Accepting request 185309 from home:Dmitry_R:branches:devel:libraries:c_c++
...
- Update to version 9.900.7
* minor fix for inplace reshape()
* minor corrections for compilation issues under GCC 4.8+
OBS-URL: https://build.opensuse.org/request/show/185309
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=85
2013-07-31 19:58:40 +00:00
7753a816a2
Accepting request 181096 from home:badshah400:branches:devel:libraries:c_c++
...
Update to 3.900.6
OBS-URL: https://build.opensuse.org/request/show/181096
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=83
2013-06-26 23:03:30 +00:00
Ismail Dönmez
2d47dae944
Accepting request 178873 from home:badshah400:branches:devel:libraries:c_c++
...
Update to version 3.900.4
OBS-URL: https://build.opensuse.org/request/show/178873
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=81
2013-06-13 13:27:40 +00:00
be48c7e8d4
Accepting request 177619 from home:badshah400:branches:devel:libraries:c_c++
...
Update to 3.900.0
OBS-URL: https://build.opensuse.org/request/show/177619
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=79
2013-06-05 08:08:44 +00:00
Ismail Dönmez
e20f6283cb
Accepting request 176368 from home:badshah400:branches:devel:libraries:c_c++
...
Update to 3.820.1
OBS-URL: https://build.opensuse.org/request/show/176368
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=77
2013-05-23 14:20:36 +00:00
Ismail Dönmez
857c38f416
Accepting request 175208 from home:badshah400:branches:devel:libraries:c_c++
...
Update to version 3.820.0
OBS-URL: https://build.opensuse.org/request/show/175208
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=75
2013-05-13 17:30:42 +00:00
Ismail Dönmez
8b761b7f68
Accepting request 172506 from home:badshah400:branches:devel:libraries:c_c++
...
Version 3.810.0
OBS-URL: https://build.opensuse.org/request/show/172506
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=73
2013-04-19 14:13:30 +00:00
Ismail Dönmez
f2b7be08da
Accepting request 161071 from home:badshah400:branches:devel:libraries:c_c++
...
Update to version 3.800.2
OBS-URL: https://build.opensuse.org/request/show/161071
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=71
2013-03-25 22:25:40 +00:00
Ismail Dönmez
a90ad17a56
Accepting request 158760 from home:Dmitry_R:branches:devel:libraries:c_c++
...
- Update to version 3.800.1
* workaround for a bug in ATLAS 3.8 on 64 bit systems
* faster matrix-vector multiply for small matrices
OBS-URL: https://build.opensuse.org/request/show/158760
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=69
2013-03-12 21:17:00 +00:00
Ismail Dönmez
6c2a5c1d78
Accepting request 157020 from home:Dmitry_R:branches:devel:libraries:c_c++
...
OBS-URL: https://build.opensuse.org/request/show/157020
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=67
2013-03-01 18:10:09 +00:00
9629841c86
Accepting request 155886 from home:Dmitry_R:branches:devel:libraries:c_c++
...
- Update to version 3.6.3
* faster find()
* minor fix for non-contiguous submatrix views to handle empty vectors of indices
OBS-URL: https://build.opensuse.org/request/show/155886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=65
2013-02-20 22:01:38 +00:00
Michal Vyskocil
93c6ab2b4f
Accepting request 150268 from home:Dmitry_R:branches:devel:libraries:c_c++
...
OBS-URL: https://build.opensuse.org/request/show/150268
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=64
2013-01-29 09:48:20 +00:00
5d7bfcabd5
Accepting request 146259 from home:Dmitry_R:branches:devel:libraries:c_c++
...
update to version 3.6.1
OBS-URL: https://build.opensuse.org/request/show/146259
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=62
2012-12-23 17:07:13 +00:00
b226c1ee63
Accepting request 142510 from home:cgiboudeaux:branches:devel:libraries:c_c++
...
Update to 3.4.4
OBS-URL: https://build.opensuse.org/request/show/142510
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=60
2012-11-27 12:10:19 +00:00
Stephan Kulow
f1995a047a
Accepting request 137517 from home:badshah400:branches:devel:libraries:c_c++
...
- Update to version 3.4.3:
+ Fix for aliasing issue in diagmat()
+ Fix for speye() signature
+ Fixes for handling empty sparse matrices
+ Minor fixes for handling sparse submatrix views
+ Minor speedups for sparse matrices
+ Workaround for a bug in the Mac OS X accelerate framework
+ Added documentation for saving & loading matrices in HDF5
format
+ Faster dot() and cdot() for complex numbers.
OBS-URL: https://build.opensuse.org/request/show/137517
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=58
2012-10-08 20:56:28 +00:00
Ismail Dönmez
324a43824e
Accepting request 136056 from home:badshah400:branches:devel:libraries:c_c++
...
Update to version 3.4.2
OBS-URL: https://build.opensuse.org/request/show/136056
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=56
2012-09-26 11:54:33 +00:00