Skip to content

Commit

Permalink
Update Changes for 2.016_02.
Browse files Browse the repository at this point in the history
  • Loading branch information
d-lamb committed Sep 21, 2016
1 parent 3fbd29b commit 5076966
Showing 1 changed file with 26 additions and 3 deletions.
29 changes: 26 additions & 3 deletions Changes
@@ -1,13 +1,36 @@
v2.016_02 2016-09-17
v2.016_02 2016-09-21 13:42:15-04:00

General Notes:

* This is version 2.016_02 of the Perl Data Language.


* Bugs fixed:
379 Passing qsort an extra argument causes a segfault
393 Tests may fail if perl is compiled with -Duselongdouble
409 PDL demos with PGPLOT display ignore $ENV{PGPLOT_DEV}
421 PDL::IO::FITS can't handle 64-bit integers (longlong, indx)
422 PDL misc. compiler warnings.
423 wcols FORMAT option always incorrectly gives error
424 Calling PDL on a list of piddles fails to propogate bad values
425 svd is broken for everything but 2x2 matrices
--- Typo in PDL::GSLSF::COUPLING routine gsl_sf_coupling_6j

Highlights:

* TBD
* One can now use $pdlc = pdl($pdla,$pdlb) when $pdla and/or $pdlb
have BAD values and the BAD values will propagate to
$pdlc. Previously this would only work with a copy of a single
piddle (e.g., $pdlc = pdl($pdla) ) or with 'cat'.

* Many changes have been made to make PDL compile more cleanly and
emit fewer compiler warnings.

* Many cleanups and additions to the test suite to use Test::More
and to add meaningful test descriptions.

* Several patches contributed from the Debian team have been applied
that fix documentation spelling errors, make PDL builds more
reproducible, and will make packaging PDL easier.



Expand Down

0 comments on commit 5076966

Please sign in to comment.