pkgsrc changes:
- Adding license definition
Upstream changes:
1.06 Fri Sep 4 2009
- added ability to automatically and rapidly generate different seeds and
return it to allow the generation of identical random number series
aamath is a program that reads mathematical expressions in infix
notation and renders them as ASCII art. It may be useful to send
mathematics through text-only media, such as e-mail or newsgroups.
Packaged by Emil Skoeldberg for pkgsrc-wip.
Implement x11 (on by default) and pgsql (off by default) options.
Changes from 0.6.0 to 0.6.1:
* Statistical bug fixes:
- Report correct standardized regression coefficients in linear
regression output (bug #23567).
* Bug fixes that affect PSPP and PSPPIRE:
- Avoid crash with pie charts (bug #24014).
- Don't append % to count totals (bug #24003).
- Don't crash on bad input (bug #24031).
- Don't crash if "end data." is not left aligned (bug #24115).
- Change default workspace value to 64 MB, to avoid unnecessary
disk accesses on modern machines.
* PSPPIRE bug fixes:
- Add ".sav" or ".por" suffix to filename when saving with Save_As
(bug #23137).
- Make it possible to reopen the output window on Windows (bug
#24033).
- A POSIX regular expression library is now included and used
automatically if the host does not have one or has one that is
inadequate.
* Build fixes and changes:
- Work around bug in GSL that prevented build with recent GCC
versions without manually adding -fgnu89-inline to CFLAGS.
- Also warn about missing prerequisites as we encounter them (bug
#24445).
- Distribute necessary files to allow users working from the
distributed tarball to configure with --enable-gui-tools.
- Append $(EXEEXT_FOR_BUILD) to output file name when building
q2c, fixing build problems on Windows.
- GSL 1.8 or later is now required.
- Build errors with --enable-relocatable were fixed.
* The German translations were removed, since native German speakers
found them too poor to be useful.
Changes from 0.4.0 to 0.6.0:
* The PSPP license is now version 3 or later of the GNU General
Public License. Previously, it was version 2 or later.
* PSPP now has a graphical interface, called PSPPIRE. This
interface allows you to enter data and variable definitions
interactively. Commands may be executed in syntax form, or by
using the interactive dialog boxes available from the dropdown
menus.
* A few sample syntax files are now included in the `examples'
directory.
* Numerous major and minor bugs have been fixed.
Build changes:
* The INSTALL file now reflects the details of how to install
PSPP. It is a tailored version of the generic installation
instructions, instead of a verbatim copy.
* iconv, which is ordinarily installed as part of a Unix-like
system, is now required. If you don't have it already, you can
install GNU libiconv (http://www.gnu.org/software/libiconv/).
* libxml2 and zlib are new optional dependencies. They are
required to use PSPP's support for reading Gnumeric files.
Statistical procedure changes:
* REGRESSION is a new procedure for fitting linear models to data
via least-squares estimation.
* NPAR TESTS is a new procedure for non-parametric tests. In this
release, it supports binomial and chi-square tests.
* RANK is a new procedure to rank variables. It supports numerous
forms of ranking.
* FREQUENCIES can now output histograms and pie charts. These
features were present in earlier releases, but not documented.
User interface changes:
* In many situations where PSPP once terminated with a fatal
error, PSPP now recovers and continues execution.
* PSPP is now able to start up and run even if it cannot find its
configuration files.
* Journaling of interactive commands to a disk file is now
implemented. By default, journaling is enabled, to a file named
`pspp.jnl' in the current directory. SET JOURNAL may be used to
control journaling.
* The use of `+' between syntax file names on the command line to
prevent the dictionary from being cleared between their
executions is no longer supported. All syntax files are now
executed as if `+' had been specified.
* The -d/--define and -u/--undef command line options are no
longer supported. Instead, use /usr/bin/env or shell primitives
to define or clear environment variables before invoking PSPP.
* If a syntax file named named `rc' is found in a configuration
directory (such as $HOME/.pspp), it is executed before any
syntax file specified on the command line. The -r or
--no-statrc command line option may be used to disable this
behavior.
Output changes:
* Output configuration options have changed. Please refer to the
manual for a full description of the available options.
In consequence, you will need to reinstall your "devices" file.
"make install" will do this for you.
* Most error messages are now written to PSPP output files by
default. SET ERROR can be used to disable this behavior.
* When invoked interactively, PSPP now by default produces output
on the terminal, piping it through the "more" program.
Previously, by default output was written only to file
pspp.list. On most terminals, the page length used for output
automatically adapts to the terminal size, even if the terminal
is resized.
* ASCII driver:
- This driver now supports charts in output. Charts are written
as separate files that the main output file refers to. By
default, charts are written in PNG format to files named
pspp-1.png, pspp-2.png, and so on.
- Configurations are provided that use VT100 (and xterm)
line-drawing characters in tables. The option "-o list-vt100"
requests use of this device for output to pspp.list.
* PostScript driver:
- The default paper size is now determined using the PAPERSIZE
environment variable, or the LC_PAPER locale category on
systems that support it. If these are not set, the default is
now A4, instead of US letter. To make US letter the default,
set PAPERSIZE to "letter" in your environment.
- Font metrics are now read from AFM files, instead of
Groff-format metrics files. PostScript fonts can now be
embedded in output.
In consequence, you will need to install an AFM file for each
font used in PostScript output. "make install" will install
AFM files for the standard PostScript fonts, including the
ones that the PostScript driver uses by default.
- Standard paper sizes no longer need to be specified through a
configuration file. The "papersize" configuration file is no
longer needed, or supported.
- The PostScript prologue is no longer obtained from the
"ps-prologue" configuration file. This configuration file is
no longer needed, or supported.
* HTML driver:
- The HTML prologue is no longer obtained from the
"html-prologue" configuration file. This configuration file
is no longer needed, or supported.
Command language changes:
* The following commands are new:
- GET DATA, which currently supports reading Gnumeric files and
text data files. It will be extended later to read other
types of foreign data.
- CD, to change the current directory.
- INSERT, to execute a syntax file.
- DELETE VARIABLES, to remove variables from the active file
dictionary.
- ADD DOCUMENT, to add text to active file documents.
- CLOSE FILE HANDLE (a PSPP extension; see below).
- XEXPORT, a PSPP extension that is a transformation equivalent
to EXPORT.
* The following functions for transformation expressions are new:
- DATEDIFF, for computing the difference of two dates.
- DATESUM, for advancing a date by a specified duration.
- VALUELABEL, to obtain the value label for a value.
* PSPP now supports very long string variables (over 255 bytes
long).
* MATCH FILES now supports the FIRST and LAST subcommands.
* Previous versions of PSPP prohibited using commands to both read and
write a single file at the same time. Now, PSPP allows this, and
the new version of the file atomically replaces the old version.
* The following commands are no longer available. They will be
re-implemented in a later release:
- CLEAR TRANSFORMATIONS
- MATRIX DATA
- REPEATING DATA
* The PROCESS IF command, which was deprecated, has been removed.
You may replace any usage of it by SELECT IF following
TEMPORARY, which has the same effect.
* The output format for variables created by VECTOR may now be
specified as part of the VECTOR syntax.
"Scratch files", a new PSPP extension:
A scratch file, like a system file, consists of a dictionary and
any number of cases. Small scratch files are stored in memory;
one that grows too large is written to disk. By default, any file
handle whose name begins with # is assumed to refer to a scratch
file.
Scratch files can be used just about anywhere a system or portable
file can be used. Also, portable files are now allowed in most
places that system files were allowed in previous PSPP version.
A new CLOSE FILE HANDLE command allows the storage associated with
scratch files to be freed. It also allows file handles to be
reassigned to new files.
For more information on scratch files, refer to the "File Handles"
section in the PSPP manual. For specifics of what commands now
allow what kinds of files to be specified, refer to the
documentation on those particular commands.
Data access changes:
* Binary formats and IBM/360 formats, including ASCII/EBCDIC
translation, are now supported. Use FILE HANDLE to specify the
format of these files.
* Little-endian, big-endian, and VAX-endian formats are now
supported for integer binary formats when reading and writing
data files. The new RIB and WIB subcommands on the SET command
control endianness of integer data. The default is the host's
native endianness.
* IEEE 754, VAX, and IBM hexadecimal formats are now supported for
floating point binary formats when reading and writing data
files. The new RRB and WRB subcommands on the SET command
control the floating point format. The default is the host's
native floating point format.
* DATA LIST now supports the SKIP subcommand, to skip records at
the beginning of a file. For compatibility, DATA LIST now
treats N format as F format for FREE and LIST format input.
* The SAVE and XSAVE commands now support the UNSELECTED,
PERMISSIONS, NAMES, and MAP subcommands.
* The EXPORT command has been re-implemented to obtain better
results. Support for the UNSELECTED, DIGITS, and TYPE
subcommands has been added.
* For compatibility, PRINT now inserts a space at the beginning of
every output line, even lines that would otherwise be blank,
when OUTFILE is specified. (The behavior of WRITE is
unchanged.)
* For compatibility, PRINT EJECT now inserts the digit `1' at the
beginning of each line that should begin a new page.
* For compatibility, WRITE now outputs the system-missing value as
a field filled with spaces. Binary formats are an exception.
(The behavior of PRINT is unchanged.)
Documentation:
* Input and output format descriptions have been rewritten. They
now precisely describe what is accepted on input and written on
output.
* The descriptions of the PSPP system and portable file formats
have been extensively revised and improved.
Changes from 0.3.0 to 0.4.0:
Newly implemented commands and statistical features:
* EXAMINE, including its graphing features.
* FREQUENCIES now supports percentiles.
* ONEWAY.
* PERMISSIONS.
* SHOW.
* SORT CASES now sorts stably, that is, two cases with equal sort
criteria will be in the same relative order before and after the
sort.
* T-TEST (re-written).
* DATE and USE. These commands are parsed but otherwise ignored,
to enhance compatibility with certain command files that invoke
them unnecessarily.
* VARIABLE WIDTH, VARIABLE ALIGNMENT, and VARIABLE LEVEL. These
currently have no effect on PSPP output, but their values are
written to and read from system files and thus may affect
third-party software.
* SET EPOCH implemented.
* DATA LIST FREE and DATA LIST LIST now support arbitrary field
delimiters.
* FILE HANDLE now supports custom tab widths.
Long variable names (and other identifiers) are now supported. Up
to the first 64 bytes of each identifier is significant. PSPP now
reads and writes system files compatible with SPSS version 12.
New --algorithm and --syntax command line options allow
SPSS-compatible or enhanced modes to be selected.
Support for transformation expressions has been rewritten and
significantly improved. Refer to the manual for details.
Calculation of moments (mean, standard deviation, kurtosis,
skewness) has been rewritten and should now be more accurate. In
--algorithm=enhanced mode moments may be more accurate than SPSS in
some cases.
Numerous bugs have been fixed, too many to mention here. Many new
tests have been added, leading to the discovery and fixing of many
of these bugs.
The ASCII output driver can now squeeze multiple blank lines into
single blank lines.
Much of the code has been rewritten and refactored. It is now much
cleaner.
The FILE TYPE and REPEATING DATA commands have been disabled for
this release because their implementations were deemed too buggy to
be useful. They will be fixed and replaced in a future release.
New pspp-mode for Emacs (in pspp-mode.el).
Added rudimentary command-line completion for interactive input.
lib/julcal and lib/dcdflib are no longer used, so they have been
removed.
Changes to 1.0.7:
* SYNTAX: Added a possibility to exactly specify which variables are copied
into a function's extra dictionary when it is being returned.
E.g. "`(x) [x0] = (x-x0)" will copy x0 from the current context. This
is a lot more efficient than the current behaviour which tries to copy
everything referenced.
* SYNTAX: Add "local" variables by specifying "local x,y,z" or "local *" as
the first statement in a function. Local variables are not visible from
higher contexts (functions called within)
* CHANGE: all system parameters are now protected and cannot be redefined
using the "parameter" keyword
* Add UserVariables, UndefineAll, ProtectAll, and add Undefine as an alias to
undefine.
* Add trigonometric Fourier series related functions:
NumericalFourierSeriesFunction, NumericalFourierSineSeriesFunction,
NumericalFourierCosineSeriesFunction, FourierSeriesFunction,
NumericalFourierSeriesCoefficients, NumericalFourierSineSeriesCoefficients,
NumericalFourierCosineSeriesCoefficients, PeriodicExtension,
EvenPeriodicExtension, OddPeriodicExtension
* Fix changing floating point precision!
* Fix uninitialized variable in graphing (Matthias Drochner)
* Improve variable substitution for returned functions to be more efficient.
Slightly changes behaviour with respect to global functions and variables
used.
* Plot windows now not treated annoyingly as dialogs
* Fix compilation/decompilation of all function attributes.
* Parse/Evaluate with a syntax error at end of string no longer terminate
genius
* Updated Mersenne stuff for the newest data from mersenne.org and
fix MersennePrimeExponents
* Fix opening new files from the command line.
* Update the gel library to use the new language features.
* Various other minor fixes
* Translation updates (Philip Withnall, Jen Ockwell,
Rodrigo Luiz Marques Flores, Daniel Nylander, Mario BlæÖttermann, me)
* For some of the changes the author (Jiri) was partially supported by
NSF grant DMS 0900885 and the University of Illinois at Urbana-Champaign
Changes since previous package:
2009-06-30, version 1.3.0
* Use the GNU autotools as build system.
* Implemented a more portable module dependency mechanism.
2008-04-05, version 1.2.2
* Re-establish CLN-1.2.0 ABI and fix ARM build, both inadvertently broken in
the previous release.
2008-03-24, version 1.2.1
* Fixed some bugs in the output of numbers larger than 2^32 decimal digits.
* Modifying C/C++ operators like +=, ++, etc. are now enabled by default.
2008-01-19, version 1.2.0
* Save big amounts of memory in computation of some functions and constants by:
- Avoiding pre-computation of series terms and instead computing them in a
streamed way.
- Avoiding computation with excess precision in binary splitting algorithm
by coercion of intermediate integer values to floating-point as early as
possible.
* Added support for huge numbers:
- intC used for all counter loops.
- intE is now a 64-bit type on all 64-bit platforms and even on selected
32-bit platforms.
* CLN now uses C++ exceptions for error handling. The cl_abort() hook is not
supported any more. Please refer to the documentation to learn about existing
exception types.
* Fixed a bug on i386 where comparing Z/2Z ring zeros returnd random results.
* Removed cl_boolean. Use built-in C++ bool instead.
* Dropped the cln-config script. Please use pkg-config instead.
* Updated infrastructure to that of libtool-1.5.24.
* Changed encoding of all files to UTF-8.
* Fix compilation issues with GCC-4.3.
* Fix linking issues on platforms that don't feature weak symbols (like win32).
User visible changes:
Fixed a documentation bug for the sgn() builtin.
Added the 1<<8/2 evaluation example to "help unexpected". That
expression evalutes to 128, not 16 as some C programmers might expect.
Fixed a bug in solve.cal where high was not returned in some situations.
Fixed a bug reported by Paul & Karen Tomlinson (paulnkaz at pktomlinson
dot fsnet dot co dot uk) where calling log multiple times with different
values of epsilon resulted in an incorrect value.
Fixed a bug where an certains typos (e.g., calling an unknown
function) would previously cause calc to exit.
Changes since 5.19.1:
* bug fix in defint
* bug fix in csign
* bug fix in "not"
* bug fix in implicit3d
* bug fix in sublist
* bug fix in share/matrix/eigen.mac
* bug fix in share/contrib/stats/stats.mac
Pkgsrc changes:
- Adjust/fix dependencies (according to META.yml and not the bundled
Makefile.PL which seems out of sync!?)
Upstream changes:
0.35 Wed 03 Jun 2009
- Add Test::NoWarnings, which is not run in AUTOMATED_TESTING
- Switched to Test::More using tests_done ()
- Text::CSV_XS requires 0.43 or up, as we use ->eof ()
still prefer a really new release, like 0.65, which
is Test::NoWarnings safe
- Spreadsheet::XLSX 0.10 still does not support attributes
- Added -n to xlscat
- XLSX tests skip on feature, not on version
Upstream changes:
0.1 Wed Mar 25 18:19:46 MSK 2009
- bypassing empty sheets (thanks Lukasz Wilun for an example with diagrams);
- rich text within a cell (by Rob Polocz);
Upstream changes:
0.54 August 25 2009
! Fix for height/width of hidden rows/columns with additional.
tests in 05_regression.t. Thanks to Greger Leijonhufvud.
http://rt.cpan.org/Public/Bug/Display.html?id=48450
! Fix for mal-formed Print_Title Name block.
Reported by Marc Elser.
0.53 August 24 2009
+ Made perl 5.8.0 a requirement for proper Unicode handling.
! Fixed minor int2col() bug thanks to David Black.
Added 28_int2col.t test for above.
http://rt.cpan.org/Public/Bug/Display.html?id=48967
+ Refactored Workbook API and docs.
Upstream changes:
0.52 August 21 2009
+ Added new FmtJapan module and tests written by Goro Fuji.
! Fixed bug in ExcelFmt() date handling where conversion to weekday
and month names wasn't handled correctly.
Add extra tests to 21_number_format_user.t for above.
! Fixed bug when checking $Config{useperlio}.
Reported by kbates and H.Merijn Brand.
http://rt.cpan.org/Public/Bug/Display.html?id=28861
! Fixed bug where CellHandler variables weren't scoped to package.
Reported be pomoxp.
http://rt.cpan.org/Public/Bug/Display.html?id=43250
+ Added tests for ExcelLocaltime() and LocaltimeExcel().
26_localtime2excel.t and 27_localtime2excel.t.
+ Refactored SaveParser docs. Work still ongoing.
Changes since 5.18.1:
Backwards-incompatible changes:
* eigenvector: greater detail in return value
* package fft:
renamed ift to inverse_fft
fft and inverse_fft do not modify their arguments
fft and inverse_fft take 1 argument (complex), not 2
New items in core:
* new functions inverse_erf, inverse_erfc
New items in share:
* package hyperint: integration of some algebraic functions
* package hypergeometric: hypergeometric functions
* package linearalgebra: new function determinate_by_lu
* package abs_integrate: new functions floor_int, if_int
* package simplify_sum: extended Gosper algorithm
Other revisions:
* exp: rework implementation
* realpart, imagpart, cabs, carg: rework implementation
* revise exponential integral functions
* apropos: argument is a string, return Maxima user symbols only
* regularize implmentation of constant declaration
* pass options from Maxima command line to Lisp
* regularize use of some special variables
* package dynamics: revisions
* package fft: accept list as argument, other revisions
* package ezunits: revise code, revise and expand documentation
* package stats: test for the difference of two proportions
* package sarag: algorithm for the multivariate certificate
* package descriptive: more options for barsplot
* package draw: new object "mesh", new options
Bug fixes:
2805251: Absence of extract_categories.sh and others
2825092: %pi^2.0b0 does not evaluate numerically
2825082: %pi^1.0b0 --> floating point value
2824928: limit(sqrt(z)/b^z,z,inf)
2824909: exp(%i*%pi/4) not simplified
2801821: limit(x*expintegral_ei(x),x,0)
2797885: problem with integration
2795534: integrate(expintegral_ei(x),x,0,1) gives result with TRUE
2794173: Manpage gives incorrect website
2793827: internal error in integrate
2793294: derivative of gamma_incomplete
2792493: hgfred([1],[-5.2],x);
2787047: Assume has problems after a reset()
2779385: gudermannian function wrong
2727078: wrong limit(log(gamma(x+1))/x,x,0)
2721670: mattrace / FIX
2699862: derivative of polylogarithm
2298099: atan2 & logarc
2029041: a*sqrt(2)/2 unsimplified
2003386: float(elliptic_kc(1)) causes Lisp error
1986726: Integrating f(x) with limits after resetting throws an error
1927178: integrate(sin(t),t,%pi/4,3*%pi/4)
1923119: 1/sqrt(8)-sqrt(8)/8
1996354: unsimplifed result from expand
1899352: integrate asks about (y-1)(y+1) after assume(y^2>1)
1853191: rat(2/sqrt(2)),algebraic doesn't cancel
1731624: asked about sign of yx in integral containing only z
1480562: 2*a*2^k isn't simplified to a*2^(k+1)
1315837: limit(?foo)
1310619: example(do) and example(if) not working
1119228: limit(1/zeroa)
1053056: TIME(%) always yields 0.0
1041570: assume(abs(x)<1) should imply x<1 and x>-1
1023931: logabs not a defmvar
938134: diff(realpart) bogus
924868: defint log(sqrt(q^2-1)+1) asks about YX
826623: simplifer returns %i*%i
751934: Inconsistent simplification of 1.0*x etc
721575: 2/sqrt(2) doesn\'t simplify
660948: simplification of exp(%i*...)
631216: horner([...],x)/FIX
619927: (-1.0b0)^(1/3) vs (-1.0d0)^(1/3)
609464: 1+%e,numer and %e^%e,numer
unnumbered: 1 was mistakenly considered greater than 1.0
unnumbered: plot2d(x^(1/3), ...) fails
unnumbered: unexpected behavior in for loop with variable step
unnumbered: infinite loop for integrate(1/(x^5-1),x,1,inf)
unnumbered: integrate(1/(sin(x/3)^2+1),x,0,24)
unnumbered: integrate(1/(sin(x-3)^2+1),x,3,11)
unnumbered: ensure foo is a reset-able variable in reset(foo)
unnumbered: abs((sqrt(3)*%i/2-1/2)/(3*(%i/(6*sqrt(3))-1/6)^(1/3))
+(%i/(6*sqrt(3))-1/6)^(1/3)*(-sqrt(3)*%i/2-1/2))
unnumbered: makelist(): argument size appears restricted to integer
unnumbered: multiple batch calls in a batch file
unnumbered: integrate(f2(a*x-b)*x^3,x,minf,inf)
where f2(x):=(2*sigma^(3/2))/(%pi*x^4+2*%pi*sigma*x^2+%pi*sigma^2)
pkgsrc changes:
- Adding license (perl5 license)
Upstream changes:
0.51 19 August 2009
! Added fix for incorrectly skipped charts. Thanks Guntram Blohm.
https://rt.cpan.org/Ticket/Display.html?id=44009
! Added fix for locale [$-ddd] strings in number formats.
Reported by Jeff Mitchell.
https://rt.cpan.org/Ticket/Display.html?id=43638
! Added fix for multiple dots in number formats.
Thanks to Father Chrysostomos.
http://rt.cpan.org/Public/Bug/Display.html?id=45502
! Added fix to make half way rounding behave like Excel.
Thanks to Joshua Megerman.
http://rt.cpan.org/Public/Bug/Display.html?id=45626
! Added checks for valid dates in Utility::ExcelFmt.
Reported by Alan James.
http://rt.cpan.org/Public/Bug/Display.html?id=48831
0.50 18 August 2009
+ Refactored Worksheet interface and documentation.
Added 04_regression.t and 05_regression.t to test above changes.
! Fixed column units conversion.
Added 24_row_col_sizes.t for above change.
! Fixed RK number conversion. The existing code was the source of several
RT bugs and portability issues. Added 25_decode_rk_numbers.t testcase.
pkgsrc changes:
- Adding license according to META.yml (perl license)
- Setting module type to Module::Build
Upstream changes:
3.0100 July 20, 2009
- Added the quantile method - thanks to Djibril Ousmanou (DJIBEL).
- https://rt.cpan.org/Ticket/Display.html?id=47948
3.0000 May 29, 2009
- Added tests (for ->count, ->sum, ->sumsq, ->min, ->max)
- Localized the scope of $stat and other variables in t/descr.t
- Got rid of AUTOLOAD in favour of individual accessors.
- Converted many direct member accesses to the accessors.
- Added ->frequency_distribution_ref() which deprecates
frequency_distribution().
- Some refactoring of the lib/Statistics/Descriptive.pm module
(without breaking the documented API).
2.9 May 13, 2009
- Fixed bug https://rt.cpan.org/Public/Bug/Display.html?id=46026 :
- standard_deviation failing due to a variance that got evaluated
to 0 due to rounding errors.
- Kwalitee : added a LICENSE section to the POD.
- Kwalitee (CPANTS) : added an examples/ directory with a script.
2.8 May 09, 2009
- Enabled "./Build runtest" and "./Build distruntest" (using Test::Run)
in the distribution.
- Fixed incomplete/broken tests in t/descr.t.
2.7 May 03, 2009
- Converted the distribution to Build.PL and re-organized it to
put everything under its proper place. Started maintaining it in:
- http://svn.berlios.de/svnroot/repos/web-cpan/Statistics-Descriptive/
- Converted t/descr.t to use "use strict;" and "use warnings;".
- Converted t/descr.t to use Test::More.
- Cleaned up the "use" statement of lib/Statistics/Descriptive.pm.
- Added more explicit dependencies (core, though) to Build.PL.
- Fixed RT bug #34999: freq distribution generated too many bins.
- https://rt.cpan.org/Ticket/Display.html?id=34999
- Added some keywords and resources to the META.yml, using Build.PL's
meta_merge.
- Fixed https://rt.cpan.org/Ticket/Display.html?id=32183
- more authoritative (and non-broken) link to the RFC.
- Applied the patch in https://rt.cpan.org/Ticket/Display.html?id=9160
- {{#9160: Variance and Standard Deviation use costly pseudo-variance,
instead of computing real variance}}.
FFTW 3.2.2
* Improve performance of some copy operations of complex arrays on
x86 machines.
* Add configure flag to disable alloca(), which is broken in mingw64.
* Planning in FFTW_ESTIMATE mode for r2r transforms became slower
between fftw-3.1.3 and 3.2. This regression has now been fixed.
SciPy 0.7.0 is the culmination of 16 months of hard work. It contains
many new features, numerous bug-fixes, improved test coverage and
better documentation. There have been a number of deprecations and
API changes in this release, which are documented below. All users
are encouraged to upgrade to this release, as there are a large number
of bug-fixes and optimizations.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.
Packages needing empty directories can use the @pkgdir command in PLIST.
Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
User-visible changes since previous release:
- Compatibility with Matlab graphics has been improved.
- New graphics functions.
- New experimental OpenGL/FLTK based plotting system.
- Functions providing direct access to gnuplot have been removed.
- The Control, Finance and Quaternion functions have been removed.
- Specific sparse matrix functions removed.
- Improvements to the debugger.
- Improved traceback error messages.
- Object Oriented Programming.
- Parsing of Command-style Functions.
- Block comments.
- Special treatment in the parser of expressions like "a' * b".
- Single Precision data type.
- Improved array indexing.
- Improved memory management.
- Improved performance for reduction operations.
- Sorting and searching.
- Range arithmetics.
- Various performance improvements.
- 64-bit integer arithmetic.
- Diagonal and permutation matrices.
- Improvements to fsolve.
- Improvements to the norm function.
- New functions for computing some eigenvalues or singular values.
- New QR and Cholesky factorization updating functions.
- New quadrature functions.
- New functions for reading and writing images.
- Other miscellaneous new functions.
- Changes to strcat.
- Improvements to the help functions.
- Deprecated functions.
Changes:
- Comparisons between elements of the Expression domain are undefined.
Earlier versions gave confusing results for expressions like '\%e < \%pi',
now FriCAS will complain about '<' being undefined.
- A domain for general quaternions was added.
- Equality in Any is now more reasonable -- it uses equality from
underlying domain if available.
- Messages about loading of components are switched off by default.
- Release build benefits from parallel make.
- In Spad code a single quote now means that the following token
is a symbol.
- Reorganization of algebra sources, in particular several types
have changed (this may affect users Spad code).
Bug fixes, in particular:
- Categories with default package can be used just after definition
(fixes 1.0.6 regression).
- Plots involving 0 or 1 work now.
- Numbers in radix bigger than 10 appear correctly in TeX output.
- Fixed browser crashes when displaying some domains.
- Fix horizontal display of fractions.
- Allow local domains in conditionals (in Spad code).
- Fixed a problem with splitting polynomials and nested extensions.