* Mon Dec 25 2017 jengelh@inai.de
- Update to new upstream release 2.3.2
* new specialization for fgemv over recint
* improved fttrtri (triangular matrix inverse)
* clean-up and update all random matrix generator so they can
be seeded.
* new pfgemv routine (parallel matrix vector product)
* new fpotrf routine (Cholesky factorization) and symmetric
rand generator
* Gauss-Jordan inverse made to work
* change signature for CharPoly (now takes a polynomial domain
as input)
* change the signature of ftrtrm
* Sat Sep 09 2017 jengelh@inai.de
- For the BLAS implementation, switch from cblas to openblas.
* Tue Nov 29 2016 jengelh@inai.de
- Add --disable-simd to fix spurious failures
* Mon Nov 28 2016 jengelh@inai.de
- From time to time, configure fails to find lapack when built in
openSUSE:Factory. Emit config.log when that happens.
* Thu Oct 20 2016 jengelh@inai.de
- Update to new upstream release 2.2.2
* new feature: checkers for Freivalds based verification
* improved performance of permutation application
* Fri Jun 17 2016 jengelh@inai.de
- Drop gone libatlas3-devel
* Wed Jun 08 2016 jengelh@inai.de
- Update to new upstream release 2.2.1
* fixes all remaining issues for the integration in SageMath
* numerous minor fixes to the parallel code
* Mon May 30 2016 jengelh@inai.de
- Switch from ATLAS to CBLAS
* Sat Mar 12 2016 jengelh@inai.de
- Update to new upstream release 2.2.0
* improvements and API change for the parallel code
* new random matrix generators
* Tue Jan 19 2016 jengelh@inai.de
- New homepage and SCM URLs
* Sat Nov 14 2015 jengelh@inai.de
- Update to new upstream release 2.1.0
* New features include: parallel PLUQ
* computation of rank profiles and rank profile matrices
* echelon and reduced echelon forms form both LUdivine and PLUQ
* getters to the forms and the transformation matrices
* igemm routine for BLAS like gemm on 64-bit ints
* support of Modular<int64_t> and ModularBalanced<int64_t> using
igemm, to support fields of bitsize between 25 and 31
* support of Modular<rint<K> > for Z/pZ with p of size > 32 bit
(based on Givaro's RecInt multiprecision integers)
* support of RNS based gaussian elimination on multiprecision fields
* Paladin: DSL for parallel programming adressing OMP, TBB and Kaapi
* Mon Dec 29 2014 jengelh@inai.de
- Remove unneeded xz BuildRequire
* Sat Nov 01 2014 avvissu@yandex.ru
- Fix build error on 32bit architecture:
* add atlas macro
- Do not compile in DATE and TIME:
* HTML_TIMESTAMP tag set to NO
* Sun Aug 10 2014 jengelh@inai.de
- Update to new upstream release 2.0.0
* New features: new pluq 2x2 recursive algorithm; leftlooking;
parallel OMP and KAAPI fgemm, ftrmm, ftrsm;
fadd, fsub, finit, fscal, etc.; vectorisation using AVX(2);
in place schedules; new Echelon code; spmv kernels
* Mon May 20 2013 jengelh@inai.de
- Initial package (version 1.6.0) for build.opensuse.org