File glucat.changes of Package glucat
-------------------------------------------------------------------
Thu Aug 1 11:15:52 UTC 2013 - dvaleev@suse.com
- rename glucat-fix-i586-build.patch to glucat-fix-32bit-build.patch
- apply it for ppc 32Bit
-------------------------------------------------------------------
Sat Jun 8 13:45:10 UTC 2013 - badshah400@gmail.com
- Add glucat-build-with-updated-boost.patch to fix building with
boost > 1.50; patch came from upstream
- Include INSTALL file in package since it provides important
information for compiling code built against glucat on
openSUSE > 12.3.
-------------------------------------------------------------------
Tue Jan 8 07:52:17 UTC 2013 - badshah400@gmail.com
- Update to version 0.7.1:
+ Fixes a bug which prevented compilation in the case where the
class glucat::framed_multi<> is based on std::map.
-------------------------------------------------------------------
Thu Oct 25 23:16:06 UTC 2012 - badshah400@gmail.com
- Add glucat-fix-i586-build.patch to fix build failures on i586.
-------------------------------------------------------------------
Thu Oct 11 06:32:01 UTC 2012 - badshah400@gmail.com
- Update to version 0.7.0:
+ More accurate sqrt and transcendental functions and includes
PyClical tutorials
+ The PyClical Python extension module now comes with a set of
tutorials that guide you through working with Clifford algebra
calculations in Python
+ The GluCat library now supports C++11, including
<unordered_map> and <random>
+ Now has transcendental functions that are more accurate when
used with higher precision arithmetic. This is accomplished by
using different Pade' approximations according to
the numerical precision needed
+ The class glucat::framed_multi<> based on hash_map or
unordered_map now uses constructors that specify an initial
number of buckets
+ The basis_element cache used for glucat::matrix_multi<> now
uses pointers to matrices instead of matrices
+ The GluCat header files have been reorganized so that they now
directly include the header files they depend on, rather than
relying on glucat/glucat.h and glucat/glucat_imp.h to do this
+ The default options for ./configure now yield the simplest
usable production case: ./configure without arguments with
GluCat 0.7.0 gives the same results as
"./configure --with-map=unordered --enable-debug=no
--enable-pyclical" did with GluCat 0.6.0
+ The README and INSTALL files have been completely rewritten,
and AUTHORS has been updated.
-------------------------------------------------------------------
Sun May 13 13:35:26 UTC 2012 - badshah400@gmail.com
- Update to version 0.6.0:
+ Includes the PyClical extension module for Python
+ Changes to the clifford_algebra<> API:
- The real() function is now synonymous with scalar() and the
imag() function always returns 0
- New operators lhs | rhs and lhs |= rhs transform lhs by the
twisted adjoint action of rhs
- New member functions, grade() : maximum of the grades of
each term; pure() : pure part
- New function complexifier(val) : square root of -1 which
commutes with all members of the frame of the multivector
val. The name "elliptic" is now deprecated: use
"complexifier" instead
- New functions sqrt(val,i,prechecked), and
log(val,i,prechecked) : square root and logarithm of
multivector with specified complexifier
- Split out python-glucat package with the python module
- Package is now arch dependent.
-------------------------------------------------------------------
Sun Mar 18 13:20:02 UTC 2012 - scorot@free.fr
- add conditionnal noarch target to devel package to fix SLE build
-------------------------------------------------------------------
Thu Mar 24 19:52:02 UTC 2011 - badshah400@gmail.com
- Initial package (version 0.5.1)