summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2008-01-06update to 1.8.0drochner4-132/+207
This switches from the release candidate to the real release, changes are bugfixes and some stylistic changes. pkgsrc note: the .omf file for the documentation is missing in the distribution. I've pulled it from CVS. This workaround can hopefully be removed on the next update. (The website still refers to 1.6.3 as the current stable version.)
2008-01-05Changes 4.25:adam2-6/+6
A tentative implementation of Gomory's mixed integer cuts was included in the branch-and-cut solver. To enable generating Gomory's cuts the control parameter gmi_cuts passed to the routine glp_intopt should be set to GLP_ON. This feature is also available in the solver glpsol through command-line option '--gomory'. For more details please see the reference manual included in the distribution.
2008-01-04Supports user-destdir.joerg1-2/+2
2008-01-04add a comment asking updates to check compatibility with editors/TeXmacs,drochner1-1/+4
as suggested by Antoine Reilles
2008-01-04Basic DESTDIR support (reported by Aleksej Saushev).ghen1-1/+3
2008-01-03Update math/maxima to 5.14.0. Fixes PR 37682tonio3-12/+68
2007-12-29Fix PR#37553adam2-1/+15
2007-12-27Never use setuptools to make builds consistent independent of whetherjoerg2-1/+21
py-setuptools is present or not.
2007-12-21Mark as DESTDIR ready.joerg1-1/+2
2007-12-20Need perl to build.obache1-1/+2
2007-12-17Add ruby-rb-gsl.minskim1-1/+2
2007-12-17Import ruby-rb-gsl.minskim4-0/+475
Ruby/GSL is a ruby interface to the GSL (GNU Scientific Library), for numerical computing with Ruby.
2007-12-15Changes 2.9.19:adam13-136/+126
* bug fixes
2007-12-12Reset maintainer on his request.wiz1-2/+2
2007-12-10Changes 3.1.1:adam7-74/+66
* Add blas routines so that the blas provided is complete * Provide 5 flavours of SECOND and DSECND * Bug fixes
2007-12-02Needs include/ pre-created.rillig1-2/+2
2007-12-02Remove Ex-MASTER_SITEs. From Zafer Aydogan.wiz1-4/+2
2007-12-02Remove Ex-MASTER_SITEs. From Zafer Aydogan.wiz3-10/+4
2007-12-02Some more packages need lex and yacc. Patch by Aleksey Cheusov onrillig1-2/+2
pkgsrc-users.
2007-11-30Bump PKGREVISION because openexr now depends on ilmbase.wiz1-2/+2
2007-11-30Next try: I didn't take into account that autoconf modifies #undefrillig2-8/+9
directives on-the-fly.
2007-11-30Made the program build with c99 compilers by undefining the "complex"rillig2-8/+18
macro.
2007-11-30Update to 1.7.90:wiz3-124/+127
Andreas: * Speed up pagination * Account for repeating rows/cols when scaling automatically * Load header & footer info from file * Print headers and footers * Reenable header/footer customization * Add do-not-print flag to sheets. [#371754] * Allow multi-line headers and footers * Allow nicer entry of header/footer fields [#122175] * Fix gtk issues triggered by sorting dialog. * Fix printing of background of merged cells. [#497478] * Allow inclusion of cell content in header/footer. [#162480] * Add faster way to switch orientation. [#497438] Jean: * Print images. * Fix FMR in solver dialog. [#496052] * Fix markers shapes and objects stack order when importing xls files. [#344950] * Fix transparent background import from xls. Jody: * Fix visibility filtering for clipboard export. [#496985] * XLS export of hyperlinks. [#81718] Jon Kåre: * Fix clipboard export. [#496187] Morten: * Make pdf exporter able to print specified sheets only. * Make it possible to set page size for ssconvert's pdf exporter. * Fix date entry problem with yyyy-mm-dd formats. [#494387] * Fix FMR during workbook destruction. * Fix UMR when moving cells. * Validate names before defining them. * Fix gtk issues triggered by sorting dialog. * Improve initial appearance of quit dialog. * Plug printing dialog leak. * Fix just-in-time evaluation problem. * Fix minor parse problem for faulty inter-workbook references. * Fix interaction between re-spanning and manual recalc. [#495879] * Refuse to jump to invisible sheet. [#496304] * Fix rtl display problem. [#496304] * Plug leak in oleo import. [#496867] * Fix g-critical problem with editable labels' cursors. * Plug excel exporter leaks. [#497191] * Make sure =<right> produces a relative address. * Improve recent-files integration. * Fix CHITEST crash. [#497477] * Fix a pile of CHITEST corner cases. * Fix a pile of FTEST corner cases. * Improve error message for xls export with excess function arguments. * Fix a pile of TTEST corner cases. Oliver Burnett-Hall: * Fix R1C1 issued with defined names. [#409997] [#494318]
2007-11-25Changes 4.24:adam2-6/+6
A tentative implementation of MIR (mixed integer rounding) cuts was included in the MIP solver. To enable generating MIR cuts the control parameter mir_cuts passed to the routine glp_intopt should be set to GLP_ON. This feature is also available in the stand-alone solver glpsol via command-line option '--mir'. For more details please see the reference manual included in the distribution. The implementation is mainly based on the following two papers: 1. H. Marchand and L. A. Wolsey. Aggregation and mixed integer rounding to solve MIPs. CORE discussion paper 9839, CORE, Universite catholique de Louvain, June 1998. 2. G. Andreello, A. Caprara, and M. Fischetti. Embedding cuts in a Branch&Cut framework. Preliminary draft, October 2003. MIR cuts can be generated on any level of the search tree that makes the GLPK MIP solver to be a real branch-and-cut solver. A bug was fixed in the routine lpx_write_cpxlp. If a variable x has upper bound and no lower bound, it should appear in the bounds section as "-inf <= x <= u", not as "x <= u". Thanks to Enric Rodriguez <erodri@lsi.upc.edu> for the bug report.
2007-11-23Made the package work with sunpro.rillig3-1/+34
2007-11-23Made the package build with sunpro.rillig4-1/+64
2007-11-22update to 1.0.2drochner4-56/+14
this is a major update: Lots of new stuff, both feature-wise and bugfix wise
2007-11-22Add USE_TOOLS+=perl to fix buildabs1-1/+3
2007-11-21Update mathomatic to 12.8.0.minskim2-6/+6
Changes since 12.7.7: 10/10/07 - Proper error reporting for shelling out (! command). 10/12/07 - Created directory "m4" to play with using m4 to allow easily entering functions through macros. 10/14/07 - Improved "set dir" to display the new current directory and to default to the home directory. 10/17/07 - Entering "=" by itself now swaps equation sides instead of doing nothing. 10/18/07 - New "mathomatic.ico" file with transparent background. 10/21/07 - Increased speed of taylor command up to 3 times by not doing an unnecessary simplification. Added "tests/distance.in". 10/22/07 - Fixed a small problem in calculate command, allowing instant calculation of (2+2i)^99 now. Entering any power of any complex number should work now. 10/29/07 - Solving now reports what degree polynomial the equation is. 11/12/07 - Fixed 3 bugs in optimize command. 11/16/07 - Fixed another bug in optimize command.
2007-11-17Some packages need lex and yacc. Patch by Aleksey Cheusov viarillig1-2/+2
pkgsrc-users.
2007-11-12Removed ftp.eos.hokudai.ac.jp from MASTER_SITES, doesn't resolve anymoreheinz1-2/+1
in DNS. Mentioned by Zafer Aydogan in PR pkg/37318.
2007-11-12Changes 4.23:adam2-6/+6
The following new API routines were added: glp_read_sol read basic solution from text file glp_write_sol write basic solution to text file glp_read_ipt read interior-point solution from text file glp_write_ipt write interior-point solution to text file glp_read_mip read MIP solution from text file glp_write_mip write MIP solution to text file
2007-11-11Remove fire.mpi-stuttgart.mpg.de and wauug.erols.com from MASTER_SITES,wiz1-6/+2
they don't resolve. From Zafer Aydogan in PR 37320.
2007-11-11Remove franz.stat.wisc.edu from MASTER_SITES, doesn't resolve.wiz1-3/+2
From Zafer Aydogan in PR 37319.
2007-11-11Remove ftp.eos.hokudai.ac.jp from MASTER_SITES, doesn't resolve.wiz1-2/+1
From Zafer Aydogan in PR 37318.
2007-11-08Bump version or revision of all packages that have a runtime dependencyjoerg1-1/+2
on gzip.
2007-11-08Update to 0.7.14:wiz2-7/+7
Gnumeric 1.7.14 Andreas * Print repeated rows and columns. * Fix printing crash. [#491775] * Reimplement down then across printing Götz Waschk: * Fix paradox plugin compilation. [#489030] Hib Eris: * ssconvert export options. (Code butchered by Morten.) [#170767] Jody: * Improve ODF (and .sxc) import. * Improve ODF chart data import (ick). * Add Snap-to-grid context menu command for objects. * Fix Data -> Table and enable the UI. Morten: * Improve test suite. * Fix clipboard text-target export problem. * Add date convention to clipboard ranges. * Update man pages a bit. * Fix excel dual-format write crash. [#490828] * Fix problem loading .gnumeric files. [#490859] * Fix print crash. [#478552] * Fix xls FMR. [#491472] * Fix gnumeric sax loader UMR. [#492391] * Make text exporter remember settings between invocations. * Make text import handle ranges of files with >64k rows. [#370273]
2007-11-07Fix PLIST, bump PKGREVISION for the new R.markd2-4/+5
2007-11-05update to 0.9.6drochner4-15/+14
changes: -Use Lambert W to solve more equations and avoid infinite loop when solving some equations -More data on elements -Fix simplification of (1-1/x)^3 and similar -Fix clumsy mistakes in with prefixes leading to crashes -Fix parsing of unit expressions (when converting) such as W/(m K) -Add more exact values for sin() and cos() and avoid floating point underflow by, in approximate mode, checking against the value of pi -Always input decimal separator sign on keypad separator press -Fix crash when expression entry reclaims focus if compiled with optimizations (GTK+) -New units: typographic units, pouce, pied du roi, grams of TNT and tons of TNT -New functions: lambertW(), addDays(), addMonths(), addYear(), addTime(), isNumber(), isReal(), isRational(), isInteger(), representsNumber(), representsReal(), representsRational(), representsInteger() -New variable: omega constant -Other minor fixes and enhancements also fix wrong inclusion of scrollkeeper/bl3
2007-11-05update to 1.3.1drochner2-8/+7
This release fixes some minor bugs in build process and GUI.
2007-11-03Update R to version 2.6.0markd5-182/+431
Many new features, changes and bug fixes. See lib/R/doc/NEWS for details.
2007-11-03update to 5.20.2drochner4-24/+26
This switches to the new gnome-2.20 branch.
2007-10-27Update to 1.7.13:wiz4-148/+126
Gnumeric 1.7.13 Jean: * Export font in charts to xls. * Export and import chart titles to/from xls. [#301720] Jody: * XLSX import chart axes, singletons, some styles. * Merge in most of the win32 cleanup. * Fix autofilters on win32. Jon Kåre: * Fix python crash. [#461845] Morten: * Fix minor date entry problem. * Fix minor time entry problem. * Fix page setup crash. [#476467] * Fix scenarios. [#477410] * Fix sheet filter crash . [#477417] * Fix print crash. [#478475] * Switch to new tooltip api.
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam49-49/+0
can handle packages having no PLIST files.
2007-10-14Fix build problem on NetBSD/i386.obache2-1/+15
Patch provided by Yakovetsky Vladimir in PR 36934, same as math/pari/patches/patch-ac.
2007-10-13Changes 4.22:adam3-8/+7
* Bug fixes
2007-10-13Update mathomatic to 12.7.7.minskim2-6/+6
Changes: - Stabilized simplify command.
2007-10-09Fixed unprivileged pbulk.rillig1-1/+4
2007-10-07do not install dold which is has a non-existant interpreter. It isn't useddmcmahill2-4/+4
by any system that pkgsrc supports anyway. It seems to only be used by ultrix and it isn't clear that scilab still works on ultrix anyway and it almost certainly doesn't under pkgsrc.
2007-10-05Fix path to Perl. Bump revision.joerg1-2/+4