diff options
author | asau <asau@pkgsrc.org> | 2012-08-13 15:10:25 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-08-13 15:10:25 +0000 |
commit | ac110c71d4c64842c6b54f3bbefba9775e2636f8 (patch) | |
tree | ec7f4a45698ca49935f06784078b20c0fa0e5fec /math/maxima/distinfo | |
parent | 288ae7bbc5d1bf6165f86dd0dfe367fc95418543 (diff) | |
download | pkgsrc-ac110c71d4c64842c6b54f3bbefba9775e2636f8.tar.gz |
Update to Maxima 5.28.0
Maxima 5.28 change log
Backwards-incompatible changes:
* package stats: removed function simple_linear_regression (superseded by
linear_regression)
New items in core:
* new function generalized_lambert_w
* new functions zn_mult_table, zn_power_table
* new functions for Galois fields: gf_set, gf_char, gf_prim, etc.
New items in share:
* package descriptive: new function principal_components
* package descriptive: new histogram style 'density'
* package stats: new function linear_regression
Other changes:
* revise system for building Maxima on MS Windows
* function gamma_incomplete: improve accuracy for complex bigfloats
* function expintegral_e: improved calculation for large imaginary part
Bug fixes:
3539699: limit of atan2
3538167: Wrong result for definite integral
3534858: wrong answer: limit
3533723: abs_integrate causes stack overflow
3530767: integrate changes k[0] --> k(0)
3530272: nthroot, bad error msg
3529992: Shi (sinh integral) wrong branch, integrate inconsistent
3529144: Error integrating exp(-x)*sinh(sqrt(x)) with domain: complex
3526359: gamma_incomplete(1/5,-32.0) not accurate
3526111: float erf (%i) not working
3522750: assume & integrate
3521596: atan2(sqrt(1-u)*(u-1),1); /* hangup */
3517785: Wrong sign in exponential integral
3517034: polarform error on simple case
mailing list 2012-04-09: Loading gentran
mailing list 2012-03-27: bug in net present value
unnumbered: inequality facts being forgotten
unnumbered: limit(erfc(z), z, inf)
unnumbered: bug in animated_gif
unnumbered: Lisp output not readable
unnumbered: bigfloats parsed incorrectly when ibase is not 10
Diffstat (limited to 'math/maxima/distinfo')
-rw-r--r-- | math/maxima/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/maxima/distinfo b/math/maxima/distinfo index 0d3728dc27f..5a8838a8d12 100644 --- a/math/maxima/distinfo +++ b/math/maxima/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2012/04/08 12:09:42 asau Exp $ +$NetBSD: distinfo,v 1.23 2012/08/13 15:10:25 asau Exp $ -SHA1 (maxima-5.27.0.tar.gz) = 8d8d0b3db27f002986cff5429dea96ada46a0576 -RMD160 (maxima-5.27.0.tar.gz) = 9244f7397d6a6bf0cf363a6ad4d491160814bb35 -Size (maxima-5.27.0.tar.gz) = 27101764 bytes +SHA1 (maxima-5.28.0.tar.gz) = 52d7dad4681711a6ead73b72835b177107363b9c +RMD160 (maxima-5.28.0.tar.gz) = a2d9aff1ac7e8a5464750b3b59f8b7dcedb148d5 +Size (maxima-5.28.0.tar.gz) = 27312348 bytes |