diff options
author | asau <asau@pkgsrc.org> | 2010-07-05 22:41:16 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2010-07-05 22:41:16 +0000 |
commit | 64285a0d2dae1815a1ddfb67faa644bbbfc2e0cb (patch) | |
tree | a71bbbc5569dc88e501b273e68b579b21f014c3f /math/fricas/Makefile | |
parent | fe4ad8d8a80c5c4bd9da07be371788d14ae056a6 (diff) | |
download | pkgsrc-64285a0d2dae1815a1ddfb67faa644bbbfc2e0cb.tar.gz |
Update to FriCAS 1.1.0
Notable changes (compared to version 1.0.9) include:
- New domains and packages: VectorSpaceBasis domain,
DirichletRing domain, 3D graphic output in Wavefront .obj format,
specialized machine precision numeric vectors and matrices (faster
then general vectors and matrices), Html output.
- Support Clifford algebras corresponding to non-diagonal matrix,
added new operations.
- 'normalize' now tries to simplify logarithms of algebraic constants.
- New functions: Fresnel integrals, carmichaelLambda.
- Speed improvements: several polynomial operations are faster,
faster multiplication in Ore algebras, faster computation of
strong generating set for permutation groups, faster coercions.
- Several improvements to the guessing package (in particular new
option Somos for restricting attention to Somos-like
sequences
Bug fixes, in particular:
- FriCAS can now compute multiplicative inverse of a power series
with constant term not equal to 1.
- Fixed a problem with passing interpreter functions to algebra.
- Two bugs causing crashes in HyperDoc interface are fixed.
- FriCAS now ignores sign when deciding if number is prime.
- A failing coercion that used to crash FriCAS is now detected.
- 'has' test sometimes gave wrong result.
- Plotting fixes.
Diffstat (limited to 'math/fricas/Makefile')
-rw-r--r-- | math/fricas/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/fricas/Makefile b/math/fricas/Makefile index 670e050e8a2..8cc3b5931e9 100644 --- a/math/fricas/Makefile +++ b/math/fricas/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2010/01/23 02:11:40 asau Exp $ +# $NetBSD: Makefile,v 1.12 2010/07/05 22:41:16 asau Exp $ -PKGNAME= fricas-1.0.9 +PKGNAME= fricas-1.1.0 DISTNAME= ${PKGNAME_NOREV}-full CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fricas/} |