diff options
author | asau <asau@pkgsrc.org> | 2010-01-23 02:11:40 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2010-01-23 02:11:40 +0000 |
commit | d6ddd07d3af5cb53ee649a32f3eb87816429bf8d (patch) | |
tree | 29a32870d6a76737ebe4708cde4b44ef87eccebf /math/fricas/distinfo | |
parent | 3e0064ca6467163c9ed6b3bf3ccf3349d8d4355a (diff) | |
download | pkgsrc-d6ddd07d3af5cb53ee649a32f3eb87816429bf8d.tar.gz |
Update to FriCAS 1.0.9
Notable changes (compared to version 1.0.8) include:
- Speed improvements to polynomial multiplication, power series
multiplication, guessing package and coercion of polynomials
to expressions.
- Domains for tensor products.
- 'Complex(Integer)' is now UniqueFactorizationDomain.
- Types in interpreter are now of type 'Type' (instead of 'Domain')
and categories in interpreter are of type 'Category' (instead of
'Subdomain(Domain)').
- Interpreter functions can now return 'Type'.
- New function for files: 'flush'.
- Spad compiler: return in nested functions and nested functions
returning functions.
Bug fixes, in particular:
- Several fixes to guessing package.
- Avoid crash when unparsing equations.
- Equation solver accepts more solutions.
- Fixed handling of 'Tuple' in Spad parser.
- Fixed miscompilation of record constructor by Spad compiler.
Diffstat (limited to 'math/fricas/distinfo')
-rw-r--r-- | math/fricas/distinfo | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/math/fricas/distinfo b/math/fricas/distinfo index ee6fec12838..ea898347c1a 100644 --- a/math/fricas/distinfo +++ b/math/fricas/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.5 2009/12/15 23:36:28 asau Exp $ +$NetBSD: distinfo,v 1.6 2010/01/23 02:11:40 asau Exp $ -SHA1 (fricas-1.0.8-full.tar.bz2) = 6a3e6acb8908d5b8e01efb5a4a5fae25798038d8 -RMD160 (fricas-1.0.8-full.tar.bz2) = 60effe1eb39a83eacb0a742649ace6f2abe1c9c3 -Size (fricas-1.0.8-full.tar.bz2) = 9047376 bytes -SHA1 (patch-ab) = 71b576dcc4a020e912371ed22eb3f1403230879b +SHA1 (fricas-1.0.9-full.tar.bz2) = 9d88a37bd010845de19c818883554dbde221e716 +RMD160 (fricas-1.0.9-full.tar.bz2) = 86c1f8dcbacce9075bc13f46cbc2d19bb79d361f +Size (fricas-1.0.9-full.tar.bz2) = 9088217 bytes |