summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2004-07-05recognize "netbsd" as OS versiondrochner2-1/+17
2004-07-04Update mathomatic to 11.2e.minskim3-10/+10
Changes: Renamed the Mathomatic executable to "mathomatic". Add inverse Laplace transform. Usage: laplace inverse x Fixed bug in solving for zero, which occurred when there were no variables in the divisor. Some improvement in solve routine.
2004-07-03Update to 1.2.13:jmmv4-8/+29
Andreas: http://bugzilla.gnome.org/show_bug.cgi?id=142219 * Handle borders in latex export correctly (broken in 1.2.12 only) http://bugzilla.gnome.org/show_bug.cgi?id=142219 * Handle borders in latex export correctly http://bugzilla.gnome.org/show_bug.cgi?id=143577 * fix grid printing Emmanuel Pacaud: http://bugzilla.gnome.org/show_bug.cgi?id=142212 * In a line graph, don't use '0' if Y value is missing. Jody: http://bugzilla.gnome.org/show_bug.cgi?id=141940 * Fix MS XL crash when there are too many strings * xls import gradient backgrounds in chart elements * Restore the font selector to chart editors * Support series with no entry in a legend http://bugzilla.gnome.org/show_bug.cgi?id=142267 * Fix drawing selection below hidden merged cells http://bugzilla.gnome.org/show_bug.cgi?id=103054 * Fix xls named expression and addin import/export http://bugzilla.gnome.org/show_bug.cgi?id=142474 * Use first rather than last conditional value fmt as catch-all * Enable implicit iteration for operators http://bugzilla.gnome.org/show_bug.cgi?id=143577 * Re-enable gridline printing Morten: * Fix image-inside-xls problem. * Improve error handling in xbase plugin. * Fix parser problem with single empty arg after expression.
2004-07-02don't enable gnumeric support, and bump PKGREVISIONdrochner2-21/+4
This only worked with gnumeric-1.0.x, and depends on gnome1 structures. gnumeric is at 1.2.x now, uses gnome2 and comes with an own plotting package. Should fix PR pkg/26009 by MLH.
2004-06-29Update to 2.11.9.3:wiz2-5/+5
This release fixes a bug related to post incrementing, some regression failures related to compiling under cygwin, and a number of gcc compiler warnings.
2004-06-28Update mathomatic to 11.2d.minskim4-13/+21
Changes: Slight improvement to integrate and laplace commands. Integrate/laplace x on (a+x)/(b+c) works now. Added more examples to the documentation (am.htm). 2 to 10 times speedup for simplify command by fixing polynomial factoring.
2004-06-27update to fpconst-0.7.0recht2-7/+7
The primary purpose of this release is to correct problems on big-endian 64 bit platforms. It also introduces some test code to verify that the functions and constants work properly.
2004-06-26Update mathomatic to 11.2c.minskim2-5/+5
Changes since 11.2: Doubled the default amount of memory consumption to 11 megabytes. This allows equations twice as large. Fixed bug factoring infinity. Slight improvement to "integrate" command. Trap window resize signal and set number of screen columns and rows. Code cleanup. Fixed factoring of constants in factor command. Added "laplace" command. Allow "#" as a comment, as long as it is not immediately followed by a number. Enabled shelling out for all versions with the "!" command. Improvement and speedup for poly_gcd() and poly2_gcd(). Slight improvement in polynomial factoring made by deleting 1 line of code. Use getopt(3) to parse command line options. Made "-c" and "-h" options work together. If both are specified, work in HTML mono mode.
2004-06-24Update R to 1.9.1markd2-5/+5
CHANGES IN R VERSION 1.9.1 NEW FEATURES o as.Date() now has a method for "POSIXlt" objects. o mean() has a method for "difftime" objects and so summary() works for such objects. o legend() has a new argument 'pt.cex'. o plot.ts() has more arguments, particularly 'yax.flip'. o heatmap() has a new 'keep.dendro' argument. o The default barplot method now handles vectors and 1-d arrays (e.g., obtained by table()) the same, and uses grey instead of heat color palettes in these cases. (Also fixes PR#6776.) o nls() now looks for variables and functions in its formula in the environment of the formula before the search path, in the same way lm() etc look for variables in their formulae. DEPRECATED & DEFUNCT o Support for non-IEEE-754 arithmetic (which has been untested for some time) will be removed in the next full release. o Direct use of R INSTALL|REMOVE|BATCH|COMPILE|SHLIB is deprecated: use R CMD instead. o The gnome/GNOME graphics device is deprecated and will be removed in the next full release. Plus Bug Fixes.
2004-06-20Enable pkgviews installation.minskim1-1/+5
2004-06-07Include scrollkeeper's omf.mk so that help files are registered properly.jmmv1-2/+3
Bump PKGREVISION to 1.
2004-06-07Use .tar.bz2 distfile; more than 3MB smaller.jmmv2-4/+5
2004-06-06Packages no longer need to clean up *.subst.sav leftovers.schmonz1-3/+1
2004-06-05Add a buildlink3.mk filerh1-0/+21
2004-06-05Add and enable mpfrrh1-1/+2
2004-06-05Initial import of mpfr-2.0.3, a library for multiple-precisionrh6-0/+1750
floating-point computations
2004-06-04Update mathomatic to 11.2.minskim3-9/+9
Changes since 11.1c: Moved notification of polynomial factoring success to debug level 1 or higher. Removed "NO_COMPLEX_ROOTS" compile-time define option. I am thinking of making this a run-time option. Increased security of "SECURE" compile-time define. Absolutely no file operations are allowed or linked in. Added check for terminal with isatty(). This allows better piping into Mathomatic. Split up change-log ("changes.txt" and "changes_old.txt"). Changed "x!" to mean gamma(x+1) for Laplace transforms. Fixed parsing of things like "2e#", which failed before, thinking it was scientific notation. Wrote "primes/twin.c", to find twin primes. Added "help usage" command. Allow output of "help" command to be redirected to a file. Fixed parsing of variable names (like "pig", which didn't work right). Added "integrate" command. Fixed "derivative" command. Code cleanup. Fixed "taylor" command.
2004-06-02This package already depends on ncurses, so let's just use the ncursesjschauma2-16/+16
library instead of termcap, which allows compilation under Linux (or other OS that don't have libtermcap in the base system).
2004-06-01Remove obsolete package, per discussion on tech-pkg.kristerw19-1725/+1
2004-05-31Enable pkgviews installation. Patches provided by Joachim Kuebart onminskim2-2/+8
tech-pkg@.
2004-05-31Do not explicitly force use of lang/egcs for SunOS; the buildlinkkristerw1-6/+1
infrastructure handles compiler issues aoutomagically.
2004-05-30Create "lib" in the depot to install libraries into the correct place.minskim1-1/+3
Pointed out by Joachim Kuebart on tech-pkg@.
2004-05-24update to 1.2.12drochner5-848/+654
The step from 1.0.12 to 1.2.12 is too large to mention all changes. pkgsrc issues: -use gnome2 -add python support (python23 provides a shared lib) -XXX I've enabled libgda/gnomedb, this seems to be completelely non-functional to me, but perhaps it is just my setup...
2004-05-23malloc.h fixes for darwin, plus a handful of other small fixes fordanw2-1/+14
problems found after fixing malloc problems
2004-05-20Update mathomatic to 11.1c.minskim2-5/+5
Changes: Perfected factoring of constants in final stage of simplify command.
2004-05-18Enable pkgviews installation.uebayasi2-2/+6
2004-05-17Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymoreseb1-2/+1
used since revision 1.139 of mk/buildlink3/bsd.buildlink3.mk.
2004-05-14Update mathomatic to 11.1b.minskim2-6/+5
Changes since 11.1: Added Java code generation (usage: "code java"). Added "list export" option, to display equations in exportable format. They can be cut-and-pasted to another math program with this option. Added a blank line after every equation listed with the "list" and "code" commands. Looks better. Made "MAX_VAR_LEN" completely flexible (can be set to any value; set to 80). Improved factoring of polynomials with repeated factors by trying to differentiate with respect to every variable.
2004-05-13Sort.xtraeme1-2/+2
2004-05-11s/malloc.h/stdlib.h/ for darwin/freebsddanw2-1/+15
2004-05-10Update mathomatic to 11.1.minskim3-17/+13
Changes: - Fixed "makefile" to be completely portable. No longer requires GNU make. - Simplified some code. - Converted token_type.kind to enum type for better type checking. - Removed all "unsigned" variables and type casts. - Simplified "simplify" command code. Some speed up. - Moved "*.in" and "fix*" to directory "tests". - Implemented long variable names (up to 40 characters).
2004-05-10Unused.wiz4-86/+0
2004-05-09Provide a buildlink3.mk.snj1-0/+19
2004-05-07R assumes it can append to the DESCRIPTION files of each R package whilemarkd17-332/+6
building even though it uses INSTALL_DATA on them so set SHAREMODE=644 rather than have to patch an ever increasing number of files. Idea from Julio M. Merino Vidal.
2004-05-04Honor LIBOWN and LIBGRP.minskim1-1/+2
2004-05-04Update mathomatic to 11.0f.minskim3-76/+24
Changes: - Removed calc() fraction code for accuracy because of fraction slack that was implemented in version 10.9c. - Solve increase power function wasn't working with odd number roots. Fixed. Appears to be another gcc optimizer bug. - Improved simplify command. - Tweaked factor_constants(). - Some changes to "makefile" for "readline" support. "GNU make" or "gmake" required now. - Fixed solving of "x^(1/99)=x". - Fixed readline bug.
2004-05-03Convert to buildlink3.snj1-4/+4
2004-05-03Unused.wiz1-29/+0
2004-05-03rmdir -fr does not make sense; remove the -fr.wiz1-3/+3
2004-05-03Convert to buildlink3.wiz3-19/+37
2004-04-28Update mathomatic to 11.0e.minskim2-5/+5
Changes: - Changed unfactoring to improve simplification (again). This was a bug fix (first one in a long time). - Restored "epsilon" to original value in version 10.9b. Required for factoring large polynomials. - Changed factor_times() to preserve divides. This improved the "unfactor" command. - Added polynomial factoring to the very beginning of "simplify" command. This is necessary in case you "unfactor" a complicated equation, then "simplify".
2004-04-27Convert to buildlink3.snj12-55/+47
2004-04-27Update R to 1.9.0 and buildlink3ifymarkd14-135/+148
USER-VISIBLE CHANGES o Underscore '_' is now allowed in syntactically valid names, and make.names() no longer changes underscores. Very old code that makes use of underscore for assignment may now give confusing error messages. o Package 'base' has been split into packages 'base', 'graphics', 'stats' and 'utils'. All four are loaded in a default installation, but the separation allows a 'lean and mean' version of R to be used for tasks such as building indices. Packages ctest, eda, modreg, mva, nls, stepfun and ts have been merged into stats, and lqs has been returned to MASS. In all cases a stub has been left that will issue a warning and ensure that the appropriate new home is loaded. All the time series datasets have been moved to package stats. Sweave has been moved to utils. Package mle has been moved to stats4 which will become the central place for statistical S4 classes and methods distributed with base R. Package mle remains as a stub. Users may notice that code in .Rprofile is run with only the new base loaded and so functions may now not be found. For example, ps.options(horizontal = TRUE) should be preceded by library(graphics) or called as graphics::ps.options or, better, set as a hook -- see ?setHook. o There has been a concerted effort to speed up the startup of an R session: it now takes about 2/3rds of the time of 1.8.1. o A warning is issued at startup in a UTF-8 locale, as currently R only supports single-byte encodings. plus many new features and bug fixes.
2004-04-27Convert to bl3.wiz1-12/+12
2004-04-27Unused.wiz1-25/+0
2004-04-27Add a buildlink3.mk.snj1-0/+18
2004-04-25Convert to buildlink3.snj1-11/+11
2004-04-25Convert to buildlink3. Impossible to test this, since it's been brokensnj1-5/+5
for months.
2004-04-25Convert to buildlink3.snj2-26/+19
2004-04-25Convert to buildlink3.snj1-3/+3