diff options
author | asau <asau@pkgsrc.org> | 2009-09-03 13:15:19 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2009-09-03 13:15:19 +0000 |
commit | e39240c5805c8752ed9604d4f3d0285d1ea9b361 (patch) | |
tree | 8e3d8b5825cd994343315745aab596635864cd0f /math/genius/distinfo | |
parent | afc07b00d2bcb38e1c53ffe6637794e1478dd6ec (diff) | |
download | pkgsrc-e39240c5805c8752ed9604d4f3d0285d1ea9b361.tar.gz |
Update Genius Calculator to version 1.0.7.
Changes to 1.0.7:
* SYNTAX: Added a possibility to exactly specify which variables are copied
into a function's extra dictionary when it is being returned.
E.g. "`(x) [x0] = (x-x0)" will copy x0 from the current context. This
is a lot more efficient than the current behaviour which tries to copy
everything referenced.
* SYNTAX: Add "local" variables by specifying "local x,y,z" or "local *" as
the first statement in a function. Local variables are not visible from
higher contexts (functions called within)
* CHANGE: all system parameters are now protected and cannot be redefined
using the "parameter" keyword
* Add UserVariables, UndefineAll, ProtectAll, and add Undefine as an alias to
undefine.
* Add trigonometric Fourier series related functions:
NumericalFourierSeriesFunction, NumericalFourierSineSeriesFunction,
NumericalFourierCosineSeriesFunction, FourierSeriesFunction,
NumericalFourierSeriesCoefficients, NumericalFourierSineSeriesCoefficients,
NumericalFourierCosineSeriesCoefficients, PeriodicExtension,
EvenPeriodicExtension, OddPeriodicExtension
* Fix changing floating point precision!
* Fix uninitialized variable in graphing (Matthias Drochner)
* Improve variable substitution for returned functions to be more efficient.
Slightly changes behaviour with respect to global functions and variables
used.
* Plot windows now not treated annoyingly as dialogs
* Fix compilation/decompilation of all function attributes.
* Parse/Evaluate with a syntax error at end of string no longer terminate
genius
* Updated Mersenne stuff for the newest data from mersenne.org and
fix MersennePrimeExponents
* Fix opening new files from the command line.
* Update the gel library to use the new language features.
* Various other minor fixes
* Translation updates (Philip Withnall, Jen Ockwell,
Rodrigo Luiz Marques Flores, Daniel Nylander, Mario BlæÖttermann, me)
* For some of the changes the author (Jiri) was partially supported by
NSF grant DMS 0900885 and the University of Illinois at Urbana-Champaign
Diffstat (limited to 'math/genius/distinfo')
-rw-r--r-- | math/genius/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/math/genius/distinfo b/math/genius/distinfo index 8dcb4965130..57ccc5a9dc5 100644 --- a/math/genius/distinfo +++ b/math/genius/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2009/04/08 18:22:54 drochner Exp $ +$NetBSD: distinfo,v 1.8 2009/09/03 13:15:20 asau Exp $ -SHA1 (genius-1.0.6.tar.gz) = 37d6af0931e4eda0cc18f90ae6f3dc6671c39d77 -RMD160 (genius-1.0.6.tar.gz) = 04739e1756186acc58fa8b269066d5b718bb334e -Size (genius-1.0.6.tar.gz) = 2195097 bytes -SHA1 (patch-aa) = 1fac171f0b22c3d6a269cca99c575142c201088e +SHA1 (genius-1.0.7.tar.gz) = 2ef70f28876fe27c8cfa83bc87661e1d64f2072c +RMD160 (genius-1.0.7.tar.gz) = 23067a39dade023ec2fc910c666967073d3f76cb +Size (genius-1.0.7.tar.gz) = 2144469 bytes +SHA1 (patch-aa) = da39a3ee5e6b4b0d3255bfef95601890afd80709 |