Commit graph

2021 commits

Author SHA1 Message Date
adam
2ba7f5e00f Changes 3.0.0:
* Compatibility with Matlab graphics is much better now.  We now
  have some graphics features that work like Matlab's Handle
  Graphics (tm):
* The way Octave handles search paths has changed.
* Previous versions of Octave had a number of built-in variables to
  control warnings (for example, warn_divide_by_zero).  These
  variables have been replaced by warning identifiers that are used
  with the warning function to control the state of warnings.
* All built-in variables have been converted to functions.
* For compatibility with Matlab, the output order of Octave's
  "system" function has changed.
* For compatibility with Matlab, the output of Octave's fsolve
  function has been changed.
* For compatibility with Matlab, normcdf, norminv, normpdf, and
  normrnd have been modified to compute distributions using the
  standard deviation instead of the variance.
* For compatibility with Matlab, gamcdf, gaminv, gampdf, gamrnd,
  expcdf, expinv, exppdf and exprnd have been modified to compute
  the distributions using the standard scale factor rather than
  one over the scale factor.
2008-01-11 01:23:43 +00:00
drochner
371664823b update to 1.8.0
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-06 16:48:01 +00:00
adam
f7a72a847e Changes 4.25:
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-05 21:58:07 +00:00
joerg
a2743f84ce Supports user-destdir. 2008-01-04 18:49:14 +00:00
drochner
f881fb0697 add a comment asking updates to check compatibility with editors/TeXmacs,
as suggested by Antoine Reilles
2008-01-04 16:08:24 +00:00
ghen
872b64c4bb Basic DESTDIR support (reported by Aleksej Saushev). 2008-01-04 11:45:42 +00:00
tonio
ae02e95628 Update math/maxima to 5.14.0. Fixes PR 37682 2008-01-03 20:13:25 +00:00
adam
d4f2de73df Fix PR#37553 2007-12-29 11:09:26 +00:00
joerg
561b2ae949 Never use setuptools to make builds consistent independent of whether
py-setuptools is present or not.
2007-12-27 14:07:25 +00:00
joerg
9535088ab1 Mark as DESTDIR ready. 2007-12-21 22:35:42 +00:00
obache
93e3841c3b Need perl to build. 2007-12-20 12:08:22 +00:00
minskim
764ec0d3be Add ruby-rb-gsl. 2007-12-17 23:40:48 +00:00
minskim
6ecdc3d606 Import ruby-rb-gsl.
Ruby/GSL is a ruby interface to the GSL (GNU Scientific Library), for
numerical computing with Ruby.
2007-12-17 23:37:49 +00:00
adam
ef7b8b5d3f Changes 2.9.19:
* bug fixes
2007-12-15 05:54:50 +00:00
wiz
b524dc18ff Reset maintainer on his request. 2007-12-12 20:42:28 +00:00
adam
78324ec107 Changes 3.1.1:
* Add blas routines so that the blas provided is complete
* Provide 5 flavours of SECOND and DSECND
* Bug fixes
2007-12-10 17:50:31 +00:00
rillig
2335b740ec Needs include/ pre-created. 2007-12-02 22:30:35 +00:00
wiz
80eab693c5 Remove Ex-MASTER_SITEs. From Zafer Aydogan. 2007-12-02 12:14:01 +00:00
wiz
c8a43530f1 Remove Ex-MASTER_SITEs. From Zafer Aydogan. 2007-12-02 11:20:53 +00:00
rillig
f338d15c24 Some more packages need lex and yacc. Patch by Aleksey Cheusov on
pkgsrc-users.
2007-12-02 08:32:23 +00:00
wiz
a34ac258dd Bump PKGREVISION because openexr now depends on ilmbase. 2007-11-30 21:55:01 +00:00
rillig
976310a3bc Next try: I didn't take into account that autoconf modifies #undef
directives on-the-fly.
2007-11-30 19:22:18 +00:00
rillig
f8e44a9d2e Made the program build with c99 compilers by undefining the "complex"
macro.
2007-11-30 19:13:50 +00:00
wiz
a4fdeb4739 Update to 1.7.90:
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-30 17:16:40 +00:00
adam
49b0466c99 Changes 4.24:
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-25 18:47:50 +00:00
rillig
482311f42f Made the package work with sunpro. 2007-11-23 15:37:37 +00:00
rillig
d782c41e3e Made the package build with sunpro. 2007-11-23 13:48:19 +00:00
drochner
5a819fecc4 update to 1.0.2
this is a major update: Lots of new stuff, both feature-wise and
bugfix wise
2007-11-22 20:31:44 +00:00
abs
9069780127 Add USE_TOOLS+=perl to fix build 2007-11-22 09:25:45 +00:00
minskim
ab915c2c58 Update mathomatic to 12.8.0.
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-21 23:36:23 +00:00
rillig
105dd4b97c Some packages need lex and yacc. Patch by Aleksey Cheusov via
pkgsrc-users.
2007-11-17 12:04:11 +00:00
heinz
3d48a84b6b Removed ftp.eos.hokudai.ac.jp from MASTER_SITES, doesn't resolve anymore
in DNS. Mentioned by Zafer Aydogan in PR pkg/37318.
2007-11-12 19:48:50 +00:00
adam
33ee62633c Changes 4.23:
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-12 19:38:15 +00:00
wiz
49da95f982 Remove fire.mpi-stuttgart.mpg.de and wauug.erols.com from MASTER_SITES,
they don't resolve. From Zafer Aydogan in PR 37320.
2007-11-11 23:56:53 +00:00
wiz
0514b333c1 Remove franz.stat.wisc.edu from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37319.
2007-11-11 23:55:19 +00:00
wiz
ed99097a0c Remove ftp.eos.hokudai.ac.jp from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37318.
2007-11-11 23:53:40 +00:00
joerg
e725e20c42 Bump version or revision of all packages that have a runtime dependency
on gzip.
2007-11-08 19:39:42 +00:00
wiz
3714f15c66 Update to 0.7.14:
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-08 19:39:11 +00:00
markd
853a07d633 Fix PLIST, bump PKGREVISION for the new R. 2007-11-07 19:49:36 +00:00
drochner
3c196e3f73 update to 0.9.6
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-05 20:44:03 +00:00
drochner
830ef238d1 update to 1.3.1
This release fixes some minor bugs in build process and GUI.
2007-11-05 20:35:29 +00:00
markd
89144712b9 Update R to version 2.6.0
Many new features, changes and bug fixes. See lib/R/doc/NEWS for details.
2007-11-03 20:14:39 +00:00
drochner
a3f752afa9 update to 5.20.2
This switches to the new gnome-2.20 branch.
2007-11-03 16:30:30 +00:00
wiz
c9ce94d253 Update to 1.7.13:
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-27 02:25:39 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
obache
41247f5815 Fix build problem on NetBSD/i386.
Patch provided by Yakovetsky Vladimir in PR 36934,
same as math/pari/patches/patch-ac.
2007-10-14 08:08:53 +00:00
adam
7ecc5bd860 Changes 4.22:
* Bug fixes
2007-10-13 17:34:33 +00:00
minskim
887892f362 Update mathomatic to 12.7.7.
Changes:
 - Stabilized simplify command.
2007-10-13 15:27:52 +00:00
rillig
3b879e941c Fixed unprivileged pbulk. 2007-10-09 12:24:04 +00:00
dmcmahill
643a873c93 do not install dold which is has a non-existant interpreter. It isn't used
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-07 20:35:04 +00:00