summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
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
2004-04-25Convert to buildlink3.snj1-2/+2
2004-04-25Convert to buildlink3.snj1-3/+3
2004-04-25This does not need buildlink2.snj2-4/+4
2004-04-25Convert to buildlink3.snj1-2/+2
2004-04-25This does not need buildlink2.snj1-2/+2
2004-04-25This does not need buildlink2.snj1-2/+2
2004-04-25Unused.wiz2-48/+0
2004-04-25No longer used.snj1-22/+0
2004-04-25bl3ifyxtraeme1-2/+2
2004-04-24Relinquish maintainership of packages to tech-pkg@NetBSD.org.jlam1-2/+2
2004-04-24Convert to bl3, and fix PLIST on NetBSD-2*.wiz2-9/+10
2004-04-24Update mathomatic to 11.0d.minskim2-6/+5
Changes: - Removed some simplification optimizations in favor of correctness and simpler code. Minor slowdown. - Doubled "MAX_COMPARE_TERMS". - Simplify order poly_div then smart_div reversed. - Kludge for size checking in poly_div removed. - Broke "am.in". Edited. - Added "simplify poly" option to do poly_div first.
2004-04-24Convert to buildlink3.snj2-4/+4
2004-04-24Convert to buildlink3.snj4-13/+13
2004-04-22The author confirmed that the problem caused by gcc optimization wasminskim1-3/+3
fixed. Return to default optimization level. Bump PKGREVISION.
2004-04-22+pytablesdrochner1-1/+2
2004-04-22import pytables-0.8, a data manipulation package (frontend to HDF5)drochner5-0/+93
2004-04-22add onedrochner1-0/+20
2004-04-21Update mathomatic to 11.0c.minskim2-8/+6
Changes: - Fixed HTML mode "screen_rows" and "screen_columns" to be unlimited. - Allow square brackets ([]) as parentheses and optimized parser. - Simplification was improved.
2004-04-21+py-numarraydrochner1-1/+2
2004-04-21import the numarray-0.9 Python extension - a reimplemantation ofdrochner4-0/+292
py-Numeric
2004-04-20Update PHP4 package and all PHP4 modules to version 4.3.6.jdolecek4-43/+1
Changes are bug-fixes mostly, but also synchronizes bundled GD with GD 2.0.22 and updates PCRE to version 4.5. Several NetBSD patches were integrated too, so future pkgsrc updates would be even more smooth. Full list of changes since PHP 4.3.4 is available at: http://www.php.net/ChangeLog-4.php#4.3.6 http://www.php.net/ChangeLog-4.php#4.3.5
2004-04-20Bump PKGREVISION due to distfile changes (this package hasminskim2-4/+5
DIST_SUBDIR=${PKGNAME}). The author made functional changes without bumping the version number. :( This closes PR pkg/25258.
2004-04-18Convert to bl3.wiz1-3/+3
2004-04-18Convert to buildlink3.snj3-22/+22
2004-04-17Update mathomatic to 11.0b.minskim3-26/+36
Changes since 10.9b: - Removed more MS-DOS specific code; functionality improved. - Implemented what I call "fraction slack". This perfects float to fraction conversion, and now Mathomatic doesn't rely on perfect floating point routines. "-O" option added to CFLAGS in file "makefile" (we can do this now). - Changed modf() to fmod() where possible. - Accuracy increased one more digit by reducing the "epsilon" variable. - Cleaned up "makefile". - Took a step towards internationalization with gettext(3) by calling _() for all English strings. Everything ported except for the "help" command. - Commented out some unfactoring code that wasn't helpful and took out the "pause" command from "all.in" for easier testing. - Rearranged "simplify" command to simplify better. - Removed some more unfactoring code and made simplification much better. Go figure. Perfection has been achieved. - Added "unfactor fully" option. - Added "make test" to fully test Mathomatic after compilation. - Removed masking of 8th bit in all Mathomatic input. - Updated primes program with a nice user interface.
2004-04-14Drop the disctinction of xdg and xdg-x11 from USE_DIRS POV. We can choosejmmv1-2/+2
which one is required in an automatic way by checking USE_X11BASE. This simplifies things and avoids possible problems in the future due to confusion.
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv5-13/+10
*-dirs packages.
2004-04-14Convert to buildlink3.snj1-3/+3
2004-04-14Convert to buildlink3.snj3-22/+23
2004-04-13Convert to buildlink3.snj2-21/+19
2004-04-13Convert to buildlink3.snj3-20/+20
2004-04-13Convert to buildlink3.snj3-25/+20
2004-04-12Convert to buildlink3.snj1-5/+5
2004-04-12Convert to buildlink3.snj1-13/+13
2004-04-11No longer used.snj1-20/+0
2004-04-11Convert to buildlink3.snj1-3/+3
2004-04-11Convert to buildlink3.snj3-10/+10
2004-04-11Convert to buildlink3 and fix a typo in DESCR.snj2-4/+4
2004-04-11No longer used.snj1-20/+0