Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Bump PKGREVISION.
|
|
autoconf test.
|
|
|
|
changes:
-GTK3 support (not used in pkgsrc yet)
-moves the configuration file to a XDG conforming location
-bugfixes
-translated to Lithuanian
|
|
changes:
-Update documentation
-Improve ODF support
-minor UI tweaks
-Embed more artwork
-New functions: OWENT, POCHHAMMER, NT_OMEGA
-bugfixes
|
|
|
|
a missing include.
|
|
=== 0.8.5 / 24.04.2013
* Applied Patch by Joao Almeida: When editing an existing sheet, cells merge was not working.
* https://github.com/voraz/spreadsheet/pull/14.patch
|
|
s/ghostscript.buildlink3.mk/buildlink3.mk/
Bump PKGREVISIONs
|
|
=== 0.8.4 / 20.04.2013
* Applied Patch by boss@airbladesoftware.com
* https://groups.google.com/d/msg/rubyspreadsheet/73IoEwSx69w/barE7uVnIzwJ
fix a problem where a cell whose format is set to datetime actually contains
a string.
|
|
The new API routine glp_mincost_relax4, which is a driver to
relaxation method of Bertsekas and Tseng (RELAX-IV), was added
to the package. RELAX-IV is a code for solving minimum cost
flow problems. On large instances it is 100-1000 times faster
than the standard primal simplex method. Prof. Bertsekas, the
author of the original RELAX-IV Fortran code, kindly permitted
to include a C translation of his code in GLPK under GPLv3.
A bug (wrong dual feasibility test) was fixed in API routine
glp_warm_up. Thanks to David T. Price <dtprice@speakeasy.net>
for bug report.
Obsolete API routine lpx_check_kkt was replaced by new routine
glp_check_kkt.
IMPORTANT: All old API routines whose names begin with 'lpx_'
were removed from API level and NO MORE AVAILABLE.
|
|
* make code generation output the same on Solaris
* fix some hard to trigger bugs
|
|
Changes many - see doc/release/ in the source tarball for details
|
|
|
|
|
|
File too long (should be no more than 24 lines).
Line too long (should be no more than 80 characters).
Trailing empty lines.
Trailing white-space.
Trucated the long files as best as possible while preserving the most info
contained in them.
|
|
|
|
|
|
"INFO_FILES should be set to YES or yes."
"Packages that install info files should set INFO_FILES."
Makefile and PLIST warning, respectively.
|
|
|
|
'Please use ${ECHO_N} instead of "echo -n".'
|
|
|
|
|
|
|
|
|
|
$$extract_file instead."
|
|
|
|
|
|
COMMENT should not be longer than 70 characters.
COMMENT should not begin with 'A'.
COMMENT should not begin with 'An'.
COMMENT should not begin with 'a'.
COMMENT should not end with a period.
COMMENT should start with a capital letter.
pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
|
|
Fixes PR pkg/47391
|
|
bugfixes, other quality improvements, new and improved KDE Applications
|
|
pkgsrc. It seems like the detection sometimes picked up the wrong value.
Adjust PLIST and bump revision.
|
|
|
|
|
|
Eigen 3 is a C++ template library for linear algebra: vectors, matrices, and
related algorithms.
|
|
|
|
|
|
Math_BigInteger provices support of base-2, base-10, base-16, and base-256
numbers. Uses the GMP or BCMath extensions, if available, and an internal
implementation, otherwise.
|
|
changes:
-Plotting improvements, new functions
-lots of fixes
-translation updates
|
|
changes:
-bugfixes (were patched in 3.1.1plX)
-updated examples
|
|
|
|
=== 0.8.3 / 12.03.2013
uthor: Keith Walsh <keith.walsh@adtegrity.com>
Date: Mon Mar 11 16:48:25 2013 -0400
* Typo correction in guide example.
|
|
|
|
Remove ruby-rb-gsl.
|
|
It depends on math/ruby-narray, replacing ruby-rb-gsl.
Changes from ruby-rb-gsl 1.14.7 isn't available.
|
|
|
|
* NArray properties:
+ Fast and easy calculation for large numerical array.
+ Accepting Elements:
8,16,32 bit integer, single/double float/complex, Ruby Object.
+ Easy extraction/substitution of array subset,
using assignment with number, range, array index.
+ Operator: +,-,*,/,%,**, etc.
+ FFTW version 2 or 3 is separately supported.
+ NImage: Image viewer class.
+ Ruby/PGPLOT: Graphics library interface (separately distributed)
X-Y Graph, Histogram, Contour map, Image map, etc.
* NArray is similar to:
+ Python/NumPy, Perl/PDL, Yorick, IDL
|
|
|