Age | Commit message (Collapse) | Author | Files | Lines |
|
Corrections since bug fix level 1 include:
* A problem with the inversion routine for quaternions.
* A segmentation fault when appending to a length 0 compressed vector
over GF2.
* An error in the computation of inverses in quaternion algebras with
non-standard parameters.
* A problem in backtrack routines using `Suborbits' if the group has
fixed points in the range [1..max(Omega)].
* A problem with the linear algebra methods for Lie algebra cohomology.
* A Problem with inverting lists of compressed vectors over fields
of order greater than 2.
* An error in computing whether an element is in a Green's D equivalence
class or not.
* Problems with various functions (including GQuotient, IntScalarProduct,
NonnegIntScalarProducts, CharacterTableDirectProduct)
* Problems with various methods (including IsGreensLessThanOrEqual and
GroupHClassOfGreensDClass, AssociatedReesMatrixSemigroupOfDClass,
IsZeroSimpleSemigroup, IsomorphismReesMatrixSemigroup and
SandwichMatrixOfReesZeroMatrixSemigroup)
XXX A bug has been introduced into GAP which prevents the test suite
(zmodnz.tst) from working in this version. This will be fixed in
bug fix 4.
For full details, please see the "description3" file that comes with
this package in ${PREFIX}/lib/gap4.3.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
configure.in patch
|
|
|
|
|
|
|
|
|
|
|
|
notable changes:
-many bugfixes
-allow XYZ sets in polar graphs
-extended x-correlation routines
-use leading zeros in axis year formats
-implemented "safe" mode
|
|
This prevents the compiler to bail out if the user has set
CFLAGS=-O2 -mcpu=pentiumpro -march=pentium
for example.
|
|
in bsd.pkg.mk revision 1.1045. Fixes pkg/18332
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
buildlink2.mk file. This package installs headers, so we need to define a
BUILDLINK_FILES variable for them.
|
|
extension Makefile fragments, because they really don't have anything to
do with the buildlink[12] frameworks. Change all the Makefiles that use
application.buildlink.mk and extension.buildlink.mk to use application.mk
and extension.mk instead.
|
|
|
|
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
|
|
not LOCALBASE. Noted by J. D. Fisher on tech-pkg.
|
|
|
|
Specific changes to each module are not listed anywhere easy.
|
|
Implementation of Trellis Graphics
|
|
Graphics layout capabilities, plus some support for interaction.
|
|
|
|
User-Visible Changes
o XDR support is now guaranteed to be available, so the default
save format will always be XDR binary files, and it is safe to
distribute data in that format. (We are unaware of any
platform that did not support XDR in recent versions of R.)
gzfile() is guaranteed to be available, so the preferred
method to distribute sizeable data objects is now via
save(compress = TRUE).
o pie() replaces piechart() and defaults to using pastel colours.
o formatC has new arguments (see below) and formatC(*, d = <dig>)
is no longer valid and must be written as formatC(*, digits = <dig>).
o Missingness of character strings is treated much more
consistently, and the character string "NA" can be used as a
non-missing value.
o summary.factor() now uses a stable sort, so the output will
change where there are ties in the frequencies.
Plus lots of new features and many bug fixes.
|
|
|
|
|
|
This perl module implements the algorithm for the solution of Bezier curves as
presented by Robert D. Miller in Graphics Gems V, "Quick and Simple Bezier
Curve Drawing"
|
|
|
|
dot letessier at sun dot com> in pkg/18086.
|
|
|
|
buildlink2.mk files back into the main trunk.
|
|
|
|
math/gp-grape.
GRAPE is a GAP package for mathematical computation with graphs and groups.
It was written by Leonard H. Soicher of Queen Mary, University of London.
|
|
|
|
collection as math/gap.
GAP (Groups, Algorithms and Programs) is a free system for computational
discrete algebra. Its capabilities include computation involving
cyclotomic and finite fields, residue class rings, p-adic numbers,
multivariate polynomials and rational functions, vectors, matrices
and finite groups.
GAP can be copied and distributed freely for any non-commercial purpose.
|
|
|