changes:
Please note that the __future__ options wrt integer division in Python 2.2
are NOT available in Numeric at this time.
Incompatible change to functions sum and product in MA.
See Packages/MA/changes.txt.
Fixed memory leak in divmod [#470058] thanks Reggie Dugard.
Added argmax, argmin for byte, unsigned byte [#474241]
Fixed bug in RandomArray.normal for default shape. [#482046]
To fix bug and correctly accept keyword args, changed fromstring interface
to: fromstring(string, typecode="l", count=-1)
Applied patch #[ #468068 ] Speedups for small matrices by Gary Bishop.
Removed newlines in comment in multiarray.
Fixed uninitalized variable in asinh on Windows.
Optimization: Moved array_range to C (T. Oliphant)
Add coding to setup.py for the BeOs5. (patch #466187, not applied as given)
Removed a couple of warning errors in the sea of same produced by gcc's
warnall.
Fixed bug in arrayfns.histogram (bug #462813)
Optional Package Properties 2.2
Allow external handlers in Properties. No check is made any more that
the handler is an unbound method of the class. Must have the correct
signature, however.
Changes from source's comments are below.
Version 1.1.8(2001/10/23)
bug(reported by Stephen Legrand) on VpAlloc() fixed.
Version 1.1.7(2001/08/27)
limit() method added for global upper limit of precision.
VpNewRbClass() added for new() to create new object from klass.
Serge Steer on comp.soft-sys.scilab
- minor man page fixes
- make the 'whatis' files used for the online help be lined up in columns
which significantly enhances readability
- minor fixes to the Makefile fragment for building scilab shared objects.
bump rev to scilab-2.6nb2
* small improvement to Arg(...) working on real numbers.
* improved 'make test', no need to install before test any more.
* VarList can now accept a second argument, a filter predicate.
* Pattern matcher now allows extended prototypes, like
PP(list_Contains("a")) <-- ... etcetera.
* c-style tokenizer using CTokenizer() (DefaultTokenizer() switches back
to the default tokenizer).
* Great speed-up of function Assoc.
* Christian Obrecht implemented the Rabin-Miller primality testing
algorithm, which greatly improves the speed of IsPrime.
* Orthogonal polynomials OrthoP, OrthoP,OrthoG,OrthoH,OrthoL,
OrthoT,OrthoU implemented by Serge Winitzki.
* various speedups, and a new memory manager, optimized for allocating
many small blocks (which is the case in Yacas).
* Changed the directory structure for the script files
* Greatly improved Simplify function.
* Added CurrentFile, CurrentLine functions
* Implemented backquote mechanism: `(...) will substitute every @a with
the evaluation of a (and if a is a function the function name is
replaced). The end result is evaluated. see substitute.cpp for more
details
many more... see http://www.xs4all.nl/~apinkus/changes.html for the complete
list.
references of the pkglint package.
_PKGSRCDIR is an internal definition in bsd.pkg.mk, and a few packages
which would like to refer to other packages in the build tree. It should
not be set by users, but neither should it stop a user from building a
package if it is defined, so make it obvious that this is the case.
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.
Example #1:
DISTNAME= foo-X.Y
PKGREVISION= Z
=> PKGNAME= foo-X.YnbZ
Example #2:
DISTNAME= barthing-X.Y
PKGNAME= bar-X.Y
PKGREVISION= Z
=> PKGNAME= bar=X.YnbZ (!)
On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
no longer (erroneously) included. This means the pkgsrc Makefile also
no longer needs to delete config.cache as a post-extract step.
Fixes PR pkg/14679 from Rafal Boni by applying his patch.
(uebayasi@soum.co.jp).
To quote from the PR:
Changes from the previous pkgsrc'ed version (0.9.0) are too many to write here, but five of them
picking them randomly :
* The single precision ffts now uses float throughout, rather than mixing float and double.
* Vector and matrix views are now compliant with the ANSI standard.
* Routines for complex LU decomposition are now available, allowing the solution of systems of
equations with complex coefficients.
* Reorganized the multmin functions to use the same interface as the other iterative solvers.
* Increased the maximum number of iterations in gsl_poly_complex_solve() from 30 to 60.
In addition, a buildlink.mk file was provided by Masao-san.
- fix typo: "${PKG_VERSION}" must be "${PKGVERSION}"
- remove bogus "@dirrm" commands for shared directories and directories
owned by other packages
- update for version 0.75 of "gnumeric"
Changelog:
* Bug fixes, Polishing & Optimisations
* Shrink exported XLS files. (Jody)
* More work done to support financial functions. (Jukka)
* Improve dbf importer. (Jody)
* Rewrite solver dialog as guru. (Andreas)
* Re-enable compression for .gnumeric files. (Jody)
* Lots of documentation added. (Jukka)
* Make cell format dialog only pseudo-modal. (Jody)
* Added `Help' buttons for various tools. (Jukka)
* Fix support for cancel on window manager quit. (Jody)
* Help button on autosave doesn't crash. (Jukka)
* Fix non-bonobo View menu. (Jody)
* Added `Filter' submenu into the `Data' menu. (Jukka)
* Fix sheet extent calculation new complex objects. (Jody)
* Plug leaks. (Morten)
* Improve formula guru. (Jody)
* Cleanup various access to internal strings. (Morten)
* Support scrollwheel in a larger area. (Jody)
* Fix Edit -> Fill -> Autofill. (Jody)
* Make autocorrect non-modal and cleaner. (Jody)
* Make autocompletion a view attribute, with a gui. (Jody)
* Don't clear the clipboard when Klipper runs. (Jody)
* Enable per sheet style management to support (Jody)
validation, conditionals, and to simplify XLS export.
* Translations
* ru (Valek Filippov), nn (Roy-Magne Mo)
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
use X11_BUILDLINK_MK as a test value. Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
* Core support for validation and conditional formats.
* Rewrite descriptive statistics, correlation, covariance,
and rank analysis tool dialogs to use the gnumeric-expr-entry
widget.
* Add a 'Fill' menu connection to autofill.
* Improve function documentation generator.
* Enable XL import for graphs.
* Import/Export/Edit Hidden/Locked attributes.
* Parse using the assigned fmt before checking the builtins.
* Enable basic attributes when importing shapes from XL.
* Add simple bucketing of range dependencies.
* Formating extensions and corrections.
* Some simple recalc tuning speeds things up by a factor of 2.
* Basic version of just in time rendering for another factor of 2.
* Cleanup the DOM based xml import/export utilities.
* Remove irritating frame around bonobo objects.
* Make the sheet object control points prettier.
* Off by 1 pixel/pt error when handling right/center alignment.
* Improve sheet object menus.
* Reworked the Text Combo,
* Remove the eval queue.
* Improve the Histogram tool slightly.
* Improve INDIRECT.
* Sort the function names for the index generator.
* Fix handling of mixed mode references.
* Convert lines/arrows/boxes/ovals to StyleColor.
* Correct sensitivity of menus & toolbars.
* Some initial guess work on how to import conditional XL formats.
* bump bonobo req to 1.0.8 to fix the memory problem.
* bump the gnome-print req to 0.29 in an effort to decrease
the number of problems with gnome-print installs.
* Fixed COUPNUM().
* MPS importer plugin implemented. Reads a linear program in MPS
format and creates a spreadsheet model of it. Currently, the
bounds and ranges are not implemented yet.
* The POI project has contributed an xml schema for .gnumeric files
* Speed up font handling.
* Speed up dependency handling.
* Eliminate deep recursion during dependency dirtying.
* Fix the python and python-loader modules. (Work around mind-
boggling bug in python. Again.)
* Various code cleanup.
* Fix regression.
* Implemented querying in search-and-replace.
* Implemented Search.
* improve the oleo importer.
* Support gray scale patterns when printing.
* Improve Header/Footer page for printer setup.
* Improve font handling for multi-byte environments.
* Support for translations in plugin.xml files using xml-i18n-tools
(modified xml file structure a bit).
* Sped up Gnumeric compilation by replacing #include <gnome.h> with
something smaller in almost all source files.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
when WRKOBJDIR is set, BUILD_ROOT points somewhere into the obj dir
* clean up litter in pre-clean
XXX is there a good reason we don't support a post-clean?
buildlinkify.
Explicitly disable Guile support as this was broken anyway, because
gnumeric needs at least Guile-1.5, which is a development version that
is only available through CVS.
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also
change dependency examples in Packages.txt to reflect this.
USE_PYTHON (as a testcase, more or less)
-update to 20.2.1, Changes:
-bugfixes
-Lapack update
-Implemented equality and inequality testing for arrays of characters,
complex numbers, and objects (T. Oliphant)
-In RandomArray.py, improved implementation of internal routine
_build_random_array
-Removed tabs from MLab.py and RandomArray.py
-Improved test in RandomArray
* Make guile a proper plugin.
* Basic support for M-Enter to add embedded newlines.
* Object printing work.
* Make CEIL more as users expect
* Add extra cut/copy/paste shortcut keys.
* Improve the function selector.
* Simplify background/pattern preview in cell-format dialog.
* Make sure entered text never gets lost.
* Equalize the look of all the dialogs.
* More work on group/ungroup.
* Rewrite guile plugin to use guile 1.5 or later.
* Rewrite descriptive statistics, correlation and covariance
analysis improving error checks and labels for data sets.
* Remove duplicate calculation code in analysis tools.
* Fix sampling tool.
* XL export for panes.
* Some autoscroll bugs with panes.
* Cursor support for panes.
* Improve INDIRECT.
* More smarts for autofill by month/year.
* Add some new icons from the Evolution team.
* Fix import of files generated by perl::writeExcel.
* Fix animated cursors and sheet objects.
* Fix XL import of print scaling.
* Locales with different LC_NUMERIC & LC_MONETARY.
* merge in several contributions to improve configure.in
* merge in updated debian control files.
* merge in contributed man page.
* Fix MODE.
* Clean up LARGE, SMALL, QUARTILE, PERCENTILE.
* Give the range functions a home of their own.
* Add import support for Psion.
* i18n fixes.
* Add precedence scheme for importers.
Changes include:
* Fix backspace key.
* Fix autosave dialog.
* Improve scrollbars.
* Fix double-click autofill.
* Shine-up string functions.
* Fix STF for CRLF terminated files.
* Fix bounds handling and leakage in STF.
* Add csv default importing + probing.
* Improve font preview in cell format dialog.
* Fix bugs in analysis-tools' t-test.
* Finish two-factor anova tool in analysis-tools.
* Adjust scrollbars when outputting data analysis results.
* Even more missing files.
* Crash after exiting 1 of many shared views.
* Bug when printing wrapped text in merged cells.
* Frozen panes.
* Some span bugs.
* Usability tuning (Thanks to auspex, UnNamed, & jwz)
* Misc bugs.
* Improve bsd support.
* Fix CONCATENATE.
* Fix MULTINOMIAL.
* Fix LCM.
* Fix dependency tracking problem.
* Over-the-Spot style support for XIM.
* Introduction of placeholders named "FileOperations" and
"PrintOperations" that help components to put their own menus
into the right place.
* Use temporary files to handle saving to BonoboStream with every
file saver.
* Restore missing files.
* Update spec file.
* Fix libml1 bug exposed by progress monitor.
* Some work on the SAX importer.
* Finish Group/Ungroup.
* Clean-up the STF importer.
* Add support for multicharacter separators
and quoted cells with newlines to the STF
importer.
* Clean-up row naming.
* Fix the STF exporter (it works again).
* Add new consolidation feature.
* Keyboard Shortcuts for moving and formatting.
* Financial functions.
* Fix ctrl-enter filling.
* Reorganize the recalc queue to speed things up a bit.
* Support iteration.
* Fix FV arguments.
* Support conditional number formats.
* Obscure referencing bug.
* Scaled printing.
* Some number formating bugs.
* Handle {caps,number,scroll}lock.
* Improve sheet name quoting.
* Fix PV.
* Applied some much-needed TLC to fn-financial.c and fn-eng.c.
* Speed-up Gnumeric function calls.
* Killed a zillion problems pointed out by gcc 3.0 warnings.
* Improve goal seeking slightly.
* Fix RATE and IRR.
* More work on plugin system.
* Many i/o system improvements (general cleanup, reporing i/o progress,
better probing, nicer import dialog, pluggable default savers,
handling single sheet exporters in a special way)
* Fix a variety of bugs and other issues.
* Improve parser error messages.
* Implement undo/redo for Zoom.
* Make undo/redo descriptors more descriptive.
* Complete the CELL function.
* Drastically revise and fix-up the color combo's.
* Architectural improvements for preview-grid, menu state, etc.
* GNUMERIC_ENABLE_XL_OVERWRITE
* Implemented clone, write and load for some sheet objects
* Restore horizontal FILL alignment.
* Fix array intercept checking.
* Some fine tuning to improve start and exit times.
* Merge cell & hidden column interactions
* Some XL import improvement when parsing objects
* Improve XL95 export and include merged regions & outlines
* Fix some irritating mouse behaviors
* More system portability enhancements.
* Support fraction formatting (not parsing)
* Fix printing of borders.
* Improve checking for array/merged region division.
* Prep for frozen panes.
* Partial support for outline mode
* Misc bugs.
* New architecture for selecting cell ranges into dialogs.
* Fix dialog placement.
* Improve col and row sizing when cloning a cell.
* Catch many bugs with merged regions.
* Bug fix for supporting maximized windows.
* Changed a large number of dirty diapers.
* Plugged gnumeric leaks too.
* Make search-and-destroy work better on comments.
* Fixed parsing of numbers like "-4,885". (We used to get -3115
== -4 * 1000 + 885...)
* Fixed formulae with leading dash, like "-995/5".
* Fixed MID, FIND, LEFT, RIGHT, LOWER, UPPER, PROPER, CLEAN, LEN,
EXACT, REPT.
* Improve signed-vs-unsigned situation.
* Fixed sorting dialog in the by-row case.
* Improve i18n support for XL import/export
* Added support for plugin dependencies
* Made Excel a real plugin.
* Improved plugin system performance & scalability.
Changes since 5.1.2
* set icon's title = project name
* when switching to log scale, set major/minor tick settings to 10/9
respectively
* added "HELP url" and "HELP" to the parser
* added "AUTOSCALE ONREAD NONE|XAXES|YAXES|XYAXES" to the parser
* produce MIF files with a textflow in which the graph is included, so
it can be included in another FrameMaker document
* list used fonts in %%DocumentNeededResources in the PS output
and bugfixes.
version in pkgsrc. There are many, many bugfixes, better compliance with
S3/S4, and many additional statistical analysis functions added to the
base library. There is also an improved (faster) garbage collector and
support for dynamically sizing the memory used by R. The full summary of
changes may be found on the R Project website.
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages
regardless of whether they were installed before or after xpkgwedge was
installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
checked correctly. Can cause scilab to crash instead of printing a warning.
Patch came from Giuseppe Allodi <Giuseppe.Allodi@fis.unipr.it>
posted to comp.soft-sys.math.scilab.
bump to 2.6nb1.
Changes:
Version 20.1
MA and kinds rebased on new package Properties (which grew out of the
old activeattr.py file previously in MA). Masked arrays can now be
pickled.
Properties provides a easy-to-use method to have a name act
as if it is a attribute of the class but be able to control reading,
writing, and deleting of that attribute via methods of the class.
Applied patch that fixes errors when Python is pymalloc-enabled (dmcooke).
Applied patch to add new support in LinearAlgebra for symmetrical
eigenvalue problems. (Allesandro Mirone)
Applied patch to fix comparisons to None in MLab.py (jbmoody).
Found and fixed another one in RandomArray.py.
Applied suggested fix by Mark Hadfield to let setup_all.py work on
systems where Python is installed in a directory path that contains
a space.
Version 20.0
Redo setup.py so that binary windows installers for Numeric, FFT, MA,
etc. can be made automatically. Packages LALITE and RANLIB merged back
to top level. Adjustment for BLAS in setup.py.
Documentation of Numeric module made more compatible with pydoc.
argmin/argmax/argsort/sort errors with axis specs fixed (bug #233805)
-- also made them capable of handling args that can be converted to
arrays by adding an array(a, copy=0) at the start.
Fixes sum, product, cumsum, cumproduct, alltrue, sometrue to deal with
zero shape and to take arguments that can be converted to arrays.
MA: See changes.txt file in MA for bug fixes and improvements.
New option for average to return sum of weights.
Fix bug in putmask so that it handles targets of type object.
Because of reference counting issues this is done in Python, not C,
and would not be more efficient than doing your own loop, but we
include it for completeness.
In Packages add draft implementation for PEP 0242, Numerical Kinds.
Add PyArray_CopyArray to the API (Thanks to Dave Grote).
Add defines for cygwin.
In arrayobject.h, add static declaration to importing API pointer.
May solve OS X problems.
Fix bug in FFT packages, added new test. (Thanks to Warren Focke)
Added __deepcopy__ method equal to __copy__ method. Throws an exception
if the target is an array of type 'O'. But this at least allows non-object
type arrays to be copy.deepcopied. If someone has time they can do this case.
* What is new in gsl-0.9:
** There is a new system of vector and matrix views. Any code using
vector and matrix views will need to be updated.
** The order of arguments of the view functions involving strides have
been changed to be consistent with the rest of the library.
** The ode solvers have been reorganized.
** There are new eigensystem routines for real symmetric and complex
hermitian matrices.
** The linear algebra directory now includes functions for computing
symmetric tridiagonal decompositions and bidiagonal decompositions.
** The svd routines now include the Golub-Reinsch and Modified
Golub-Reinsch algorithms in addition to the Jacobi algorithm.
** The interpolation directory has been reorganized and a higher-level
"spline" interface has been added which simplifies the handling of
interpolation arguments.
** IEEE support is now available on OpenBSD.
BitVector is a fairly extensive and fast BitVector class for Ruby.
Handles sequences of up to 2**32-1 bits (about 500 Mb). Implemented
as a wrapper around Bit::Vector version 6.0 by Steffen Beyer.
shared libraries.
Changes between NTL 5.0c and 5.1a
Some minor fixes and additions.
Completely backward compatible.
* Added a routine LatticeSolve() for finding integer solutions to
linear systems of integer equations.
* Modified the stragey used by the LLL() and image() routines in the
LLL package to deal with linear dependencies. The new strategy
guarantees better worst-case bounds on the sizes of intermediate
values. I'm not sure if it will have any serious practical impact,
though.
* Added some "partial ISO modes" so that one can use some of the
features of Standard C++, even if ones compiler does not yet
support all of the features.
* Bug fix: routine determnant() in mat_GF2.h was not visible to the
linker because of a typo in mat_GF2.c.
* Made a "smarter" script for selecting the GetTime() function. This
fixes an installation problem on Cygwin/Windows 95 platforms. I
hope it doesn't create more problems than it solves, though.
* Added some extra documentation for installation under Windows/MS
Visual C++.
* Changed some names like c_lip.c to c_lip_impl.h. This should avoid
some potential installation problems.
* Throw away first 256-bytes of arc4 streams to improve quality of
the pseudo-random number generator. This may change the precise
behavior of some programs.
* Other minor, internal modifications.
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra
definitions to add them from the package Makefiles. As advised by the
bsd.buildlink.mk file, also ensure that the buildlink.mk files are
included prior to defining any package-specific CFLAGS/LDFLAGS to ensure
that the buildlink directories are at the head of the compiler search
paths.
Use BUILDLINK_INCDIR, BUILDLINK_LIBDIR for locations of linked headers
and libraries. Create a variable BUILDLINK_TARGETS whose value is the
list of build-link targets to execute.
* What is new in gsl-0.8:
** The build process now uses the latest libtool and automake
** The library should now compile with Microsoft Visual C++
** Portable versions of the isinf, isnan and finite functions are
available as gsl_isinf(x), gsl_isnan(x) and gsl_finite(x).
** The definitions of GSL_POSINF, GSL_NEGINF and GSL_NAN no longer
cause divisions by zero during compilation.
** The gsl_interp_obj has been renamed to gsl_interp
** The poly_eval and pow_int functions have been moved from the
specfunc directory to the poly and sys directories.
** The Chebyshev functions are now available as an independent module
in their own directory.
** The error handling conventions have been unified across the
library. This simplifies the use of the special functions.
** A full CBLAS implementation is now included for systems where ATLAS
has not been installed. The CBLAS library can also be used
independently of GSL. The organisation of the BLAS directories has been
simplified.
** IEEE support for HPUX-11, NetBSD, Apple Darwin and OS/2 are now
included.
** The library now includes implementations of log1p, expm1, hypot,
acosh, asinh, atanh for platforms which do not provide them.
** The convention for alloc and set functions has changed so that they
are orthogonal. After allocating an object it is now necessary to
initialize it.
** There is a new module for estimating numerical derivatives of functions
** There is a new module for handling data with ntuples
** The histogram lookup functions are now optimized for the case of
uniform bins, and include an inline binary search for speed.
** The Chebyschev coefficients for the QAWO algorithm are now
precomputed in a table for efficiency, rather than being computed on
the fly.
** There are several new sorting functions for selecting the k-th
smallest or largest elements of a dataset.
** Iterator functions are now available for permutations,
gsl_permutation_next and gsl_permutation_prev.
** The function gsl_complex_xy has been renamed gsl_complex_rect
** The API for simulated annealing has been changed to support search
spaces in which the points cannot be represented as contiguous-memory
data structures. gsl_siman_solve() now takes three extra arguments: a
copy constructor, a copy function and a destructor, allowing
gsl_siman_solve() to do its work with linked data structures. If all
three of these function pointers are NULL, then the traditioanl
approach of using malloc(), memcpy(), and free() with the element size
is used.
Fixed
1- return() could forget objects on heap [F2]
2- polhensellift(x^3+x^2+2,[x^2,x+1],2) --> pols not coprime [F3]
3- Configure missed some shared libraries [e.g RedHat 7.0] [F4]
4- requests for precision of bnfinit(x) [ = Q ] could yield SEGV [F6]
5- compatible = 3 not taken into account when reading a file [F7]
6- lines > 0: output driver didn't reset properly after user output [F9]
7- nfdisc(x^5+2*x^4+3*x^3-3*x^2+122*x-1) --> impossible inverse [F10]
8- bug in gcc-2.95: SEGV on Linux (quicksqri) [F11]
9- addrfrac: could return a t_RFRAC whose denominator wasn't a t_POL[F12]
10- bnfcertify (zimmertbound): off by two error when reading bound [F13]
BA 11- pbs in Fp_factor_irred (factoring over Fq a pol. defined over Fp)[F25]
12- typo in quadhilbertimag (SEGV for very large discriminants) [F28]
BA 13- isprime(n < 2, 2 or 3) gave wrong result [F31]
BA 14- nfgaloisconj(polcyclo(11)+1)--> oo loop [F35]
nfgaloisconj(polcyclo(40))-->incorrect result
IS 15- typo in squfof tuning on 64bit machines [F36]
16- van Hoeij's algorithm (factor(Z[X])): wrong bound in LLL_cmbf [F41]
17- rare SEGV in nfdisc [F44]
18- rare problem in isprincipal (large non Galois base field) [F56]
--> wrong result (generators not required) or infinite loop.
19- build failed with readline-4.2 [F57]
Changed
1- DOS distribution archives (GPM removed) [C1]
XR 2- try more prime ideals in nfsqff [nffactor, modular part] [C4]
3- renamed library function gsize() to sizedigit() [pb with gtk] [C10]
IK 4- let lisGEN() return NULL when EOF is met (was oo loop) [C12]
5- install the whole distribution (see ?12) + improved Configure [C17]
Added
1- README.WIN, config/[arch-osname|locatesymbol], doc/tex2mail.1 [A1]
This is an implementation of a VSIP Library (Vector/Signal/Image
Processing Library) as defined by the VSIPL Forum for a CORE profile.
The TASP_VSIPL library is an effort to produce a VSIPL library
suitable for demonstration and early development and testing of VSIPL
code and ideas.
The Tactical Advanced Signal Processing Common Operating Environment
(TASP COE) effort is striving to produce a common operating
environment for signal processing throughout the Navy and DOD for the
COTS environment. VSIPL is thought by TASP to have a good chance of
becoming a standard signal processing library for many vendors who
supply DOD high performance computing products. For this reason TASP
is supporting the VSIPL effort.
This is the TASP VSIPL Core Plus implementation of VSIPL. Core Plus
includes all the functionality of the core profile plus most floating
point Vector and Elementwise Operations not required by the VSIPL Core
profile. The additional functions include such things as matrix
elementwise add and multiply.
The TASP VSIPL code is required to be freely available for any
use.
* Install library as libpari.a. (Previously the package installed
libpari.a.2.1 and created a symbolic link libpari.a).
* Fix warning about O_RDONLY being redefined.
LINPACK is a collection of Fortran subroutines that analyze and solve
linear equations and linear least-squares probles. The package solves
linear systems whose matrices are general, banded, symmetric
indefinite, symmetric positive definite, triangular, and tridiagonal
square. In addition, the package computes the QR and singular value
decompositions of rectangular matrices and applies them to
least-squares problems. LINPACK uses column-oriented algorithms to
increase efficiency by preserving locality of reference.
LINPACK was designed for supercomputers in use in the 1970s and early
1980s. LINPACK has been largely superceded by LAPACK which has been
designed to run efficiently on shared-memory, vector supercomputers.