summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2000-05-08update to 5.1.0drochner3-10/+21
too many changes to list here - see the CHANGES file
2000-05-03Set linker runtime library path. Fixes PR 8972 by Steven M. Bellovin.rh2-5/+5
2000-05-02Remove patches to deal with two bugs involving configure's handling ofdanw4-47/+6
INSTALL which have both been worked around in bsd.pkg.mk now.
2000-04-28This patch works around the problem that "make" requires rootwennmach1-0/+20
privileges while building kpathsea.
2000-04-28Updated octave to 2.0.16.wennmach10-355/+495
Changes since 2.0.13: (besides numerous bug fixes) - New math functions: besselh, airy - New functions: is_complex, isnumeric, isfinite, rehash, graw - The Bessel functions now accept complex values for the argument and any real value for the order. - New "finance" category - ~30 new functions in "signal" - Numerous new functions in "statistics" category, including new "distributions", "models", and "tests" directories - If LOADPATH contains a doubled colon, the default path is inserted in its place. This is similar to the substitution that also takes place for leading or trailing colons in the LOADPATH. - Loops of the form `for i = STRING ... endfor' are now allowed. ... and much more. Closes PR8421.
2000-04-19Update to R-1.0.1. Move R library tree to ${PREFIX}/lib (a la perl5)jlam10-2943/+3092
since it contains loadable shared object files that are platform-specific. Lots of bug-fixes and additions ... it's getting closer to a usable replacement for S-PLUS.
2000-04-16Update gnumeric to 0.52. Changes include improved GUI features, fixes forrh5-493/+524
several memory issues, improved printing support, auto-formatting improvements, and lots of bugfixes.
2000-04-16This pkg wants termcap, not curses.mycroft3-13/+22
Also, make sure to run autoconf so that configure really does look for libedit.
2000-04-14fix a bug with the mtlb_load function. This prevented correct operationdmcmahill3-2/+40
on sparcs. Thanks to Serge Steer at INRIA for fixing this bug.
2000-03-23Make this "highly portable program" compile on Solaris.agc7-11/+87
2000-03-09remove trailing `.'wiz1-1/+1
2000-03-02find -> ${FIND}wiz1-2/+2
2000-02-29Update to yacas-1.2.29. Changes to the program are:dmcmahill3-5/+7
* added a directory colorcode with code to htmlize the scripts. it also color-highlights the code. Try it out by typing './colorcode' in that directory, and then 'netscape scriptsmain.html' * Pattern matching code optimized a little. * SylvesterMatrix, code supplied by James Gilbertson. * MatrixRow, MatrixColumn, and GenMatrix supplied by James Gilbertson. * changed Intersection and Difference, so they handle lists with multiple identical elements correctly. * Fixed the D(x)x+y bug reported by Fred Bacon. * Fixed the Gcd(x,x) bug reported by Scott. * added Factorize({list}). Factorize(1 .. 4) should now return the same as 4! for instance. * Added Content and PrimitivePart to the univariate polynomial code. See the manual for an explanation of these functions.
2000-02-25remove commented out SUBDIR += lines for packages that never gotwiz1-29/+2
converted from FreeBSD, or have been disabled since. Sorted lines alphabetically, added some missing directories.
2000-02-20add and enable yacasdmcmahill1-1/+2
2000-02-20Initial import of yacas-1.0.28dmcmahill11-0/+229
Yacas (Yet Another Computer Algebra System) is a small and highly flexible computer algebra language. The syntax uses a infix-operator grammar parser. The distribution contains a small library of mathematical functions, but its real strength is in the language in which you can easily write your own symbolic manipulation algorithms. It supports arbitrary precision arithmetic. The current version is 1.0.28 (the first release was 1.0.0). The language is very much in a finished state. Any code written for it should be usable in future versions. Also, the language should prove very easy to learn. Yacas is written in very clean c++ code, and is very portable . It can compile stand-alone, and is easily embeddable. Yacas contains a native arbitrary precision arithmetic module, but can also be used with GMP. Things implemented include: arbitrary precision, rational numeric, vector, complex, and matrix computations (including inverses and determinants and solving matrix equations), derivatives, solving, Taylor series, numerical solving (Newtons method), and a lot more non-mathematical algorithms. The language natively supports variables and user-defined functions. There is basic support for polynomials.
2000-02-13fix the flag passed to cc for generating shared libs on a.out machines.dmcmahill2-11/+9
(was -Bshareable, now is -shared) This fixes a compilation problem. ELF machines should not be affected.
2000-02-12new pkg for libffm:garbled5-0/+27
libffm - Free, pretty fast replacement for some math (libm) routines on Linux/AXP, optimized for the 21164
2000-02-08Add and enable "gsl".fredb1-1/+2
2000-02-08Initial import of gsl-0.5, the GNU Scientific Libraryfredb5-0/+211
(GSL), a collection of routines for numerical computing. Package submitted by David Maxwell <david@fundy.ca>.
2000-02-05wildcarded guile-dependencywiz1-2/+2
2000-02-04add grace subdirdrochner1-1/+2
2000-02-03import grace, a graphing tool based on xmgrdrochner8-0/+214
2000-01-27update to fftw-2.1.3, update homepage, enable shared libraries anddrochner3-7/+15
i386 speed hacks changes from 2.0.1: mostly thread and MPI related (thus irrelevant), and some bugfixes
2000-01-26Update gnumeric to 0.48rh5-56/+76
Changes are: * Fix annoying flashing cursor bug. * Improve inter{sheet,book} references. * Undo. * Row/Col hiding. * Keep cursor visible, Add Alt-Pg{Up,down} * Clipboard, Selection, & border fixes. * Revamp the memory handling of the parser. * Fixed goal seek's behaviour on cancel and failure. * Bogotised PRODUCT and introduced G_PRODUCT. * Implemented the auto-format feature. * Found xml io font size loading bug. * Excel export clean. * Python plugin update: Allow calling Gnumeric builtins from Python. * Re-wrote dependency engine; lots more speed. * Improvements on VALUE_BOOL management on the guile plugin. * Bug fixes. * Implemented `AutoSave' tool. * Started `AutoCorrect' tool. * Some minor improvements to the Solver tool. * Sorting undo/redo Gnumeric 0.47 * Fix nasty recalc bug that would hang the app. * Improve bounding box calculation for printing. * Improve empty cell loading. * Re-enable pasting from X. * Adjust semantics of paste to work even when selection is not visible. * Fix import plugins.
2000-01-15Update dependency on ncurses to >=4.2jlam1-2/+2
2000-01-14Update pspp to 0.3.0rh8-119/+168
Version 0.3.0 changes since 0.2.3: Bugs fixed: * Using alphanumeric variables in functions under AGGREGATE segfaulted. Fixed. * Under certain circumstances, the final case would be omitted from the results of an AGGREGATE operation. Fixed. * Undefined behavior was invoked by referencing a freed pointer under certain circumstances. Fixed. * A wrong record size was displayed when paging the active file to disk. Fixed. * Not having enough temporary space for sorting caused a core dump. Fixed. * Syntax errors in function descriptions on AGGREGATE caused core dumps. Fixed. * A null pointer was dereferenced, causing a core dump, when PERCENTILES was specified on FREQUENCIES. This fixes the problem, but PSPP still doesn't calculate percentiles. * SORT always sorted in ascending order. Fixed. * Some minor memory leaks in the expression parser were removed. * Many assertions fixed for strict ANSI C compliance. New features: * SET ECHO ON now implemented, but turned off by default. * PRINT specifier supported on END REPEAT. Other: * System libgmp2 library is used if installed instead of unconditionally using the included libgmp2 subset. * Extensive code cleanup, which continues. * Added CORRELATIONS command parser, but not implemented.
2000-01-13updated Makefiles in regard to moved 'sc'-packagewiz1-1/+2
2000-01-12Update R to 0.90.1. Changes are tons of changes and bugfixes, toorh8-1323/+1913
numerous to list here (see http://cran.r-project.org/src/base/NEWS for more information).
2000-01-12Moved from misc/sc/pkg/PLIST,vwiz1-0/+8
2000-01-12Moved from misc/sc/pkg/DESCR,vwiz1-0/+7
2000-01-12Moved from misc/sc/pkg/COMMENT,vwiz1-0/+1
2000-01-12Moved from misc/sc/patches/patch-ac,vwiz1-0/+31
2000-01-12Moved from misc/sc/patches/patch-ab,vwiz1-0/+18
2000-01-12Moved from misc/sc/patches/patch-aa,vwiz1-0/+138
2000-01-12Moved from misc/sc/files/patch-sum,vwiz1-0/+5
2000-01-12Moved from misc/sc/files/md5,vwiz1-0/+3
2000-01-12Moved from misc/sc/Makefile,vwiz1-0/+13
2000-01-10be consistent on which version to wildcardhubertf1-2/+2
2000-01-09space removedwiz1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs15-15/+15
2000-01-01Update gnumeric to 0.46rh5-36/+90
Changes are: Gnumeric 0.46 Michael: * Fixed problems closing workbooks * Add pristine workbook discard * Fixup html export. * Fixed print header/footer setup, users should remove ~/.gnome/Gnumeric to speedup load. Jon: * Lots of Excel style export work: format, font, colors, borders, alignment, wrap, rotation. * Excel export row/col sizing. * Excel fixed up DBCELL collating to export lots of rows correctly. JP: * Added sorting of infinite ranges * Got rid of blank sheets when printing Frank: * Worked on Excel summary export Jody: * Begin exception handling for corba vs gui. * Add some simple version protection for plugins. * Improve error reporting for file loading. * Explicitly disable passord protected XL spreadsheets. * Bug fixing. Cort: * Expanded CORBA API. Andrew: * Many improvement for multi-dimensional linear regression. Jukka: * Implemented Simplex algorithm for Solver * Solver can now solve some simple LP problems (more interesting stuff is coming later). -------------------------------------------------------------------------- Gnumeric 0.45 JP: * Improved sort dialog Nat: * Updated bonobo infastructure Kevin: * Plan Perfect plugin * DIF export / import Jody: * Improved clipboard ops. * import Excel auto-ranges * better range instersection * Guile plugin fixed * Auto fill display fixes. Jon: * Style hashing Michael: * Misc cleans * Fix #2110 -------------------------------------------------------------------------- Gnumeric 0.44 Jon: * Vastly improved col / row sizing in excel import * ditto for Excel object placement. JP: * Expanded sort dialog to allow sorting of rows as well as columns * Added advanced button to sort dialog to allow sorting but case sensitivty and text (rather value) -------------------------------------------------------------------------- Gnumeric 0.43 * Minor build fix. -------------------------------------------------------------------------- Gnumeric 0.42 Michael: * Totaly re-wrote style engine. Jukka: * Implemented IRR and XIRR financial functions * Fixed the handling of the database function criterias * Fixed the non-numeric return values of DGET * One-dimensional GROWTH and TREND should work now * Documentation of the db functions improved Jody: * Complete transition of cut/paste to cell movement code. * 1st pass at borders & patterns * Improve edit popup. * Rework cell format dialog. * Some support for inter book references (no dependencies yet) Daniel: * Excel Name export. Federico: * Improved dragging and zooming behavior in the print preview. * Added "open hand" and "closed hand" cursors for dragging the print preview. Robert: * Primitive oleo import : supports numbers and text. Frank: * Huge chunk of summary-info re-structuring. * Import and export lots of new summary fields. JPR: * Improving sort dialog Jeff: * Sylk import filter. * CSV export filter.
1999-12-22- Add a comment about why HOME is overriden during the build process.dmcmahill1-1/+4
- Make sure PVM_ROOT gets set if not already set. This will let bulk builds succeed. In non-bulk environments, this should already be set if pvm is correctly installed.
1999-12-22Update the package from scilab-2.4.1 to scilab-2.5.dmcmahill59-2856/+2777
Many thanks to the authors at Inria who, through their willingness to accept feedback, have helped me remove 39 patches! Changes to scilab include (from scilab-2.5/CHANGES): NEW FUNCTIONALITIES =================== Global variables have been introduced New graphic mode has been added to allow scrollbar handling (panner for X Window and scrollbars for Windows). GIF export format is now available for Scilab graphic windows. Keyboard events and window closing within graphical windows can now be captured. Scicos graphical user interface has been made more intuitive and keyboard shortcuts have been added. Scilab Binary files created by "save" are now system-independent so they can be exchanged. In particular (compiled macros) *.bin files and *.cos (scicos diagrams) can be exchanged. It is now possible to dynamically link C++ procedures with Scilab. A new data type "mlist" has been added. A new function "genlib" allows users to compile the .sci files in a given directory, generate associated library and load it. This function is particularly useful under windows if VC++ is not available. C formatted input output functions (printf, scanf, ..) have been interfaced to scilab. OTHERS IMPROVEMENTS =================== Efficiency has been improved using reference argument passing when possible instead of value passing. Hypermatrix opreations have been accelerated. On X Window systems 3D Athena Widgets are preferably used instead of standard Athena Widgets for a better look. The "Matlab 4" to Scilab translator has been completed and considerably improved. NEW TOOLBOXES ============= True integer data types (1,2 and 4 bytes) with associated operations and some functions acting on them have been added. A library of procedures has been added to allow the use of Matlab mex-files under Scilab. PORTS ===== Scilab has been successfully compiled with Windows ABSOFT development environment. INCOMPATIBILITIES ================= New Scilab "save"d files cannot be loaded by earlier Scilab versions. A new function "oldsave" has been added to save in old format. Scilab help mechanism has changed. The $MANCHAPTERS/Chapter is no more used, instead a Scilab variable "helps" is used.
1999-12-16added USE_FORTRAN for control of the fortran compilerdmcmahill1-11/+4
1999-11-23add USE_FORTRAN for selection of the fortran compilerdmcmahill1-6/+2
1999-11-23add USE_FORTRANdmcmahill1-4/+2
1999-11-23change depricated RUN_DEPENDS to DEPENDSdmcmahill1-2/+2
1999-11-23add a bunch of NO_CDROM where appropriatehubertf1-2/+2
1999-11-23- Update pvm dependency to new version of pvm (3.4.2)dmcmahill10-102/+130
- a few patches to correctly work with the new version of PVM - Add USE_FORTRAN and remove local selection of the fortran compiler - Change DEPENDS on xless to RUN_DEPENDS (not used for build)