Skip to content

Commit

Permalink
Update VERSION to 2.017 and FAQ.pod for release
Browse files Browse the repository at this point in the history
  • Loading branch information
devel-chm committed Oct 8, 2016
1 parent f153bbc commit e7b4179
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 41 deletions.
2 changes: 1 addition & 1 deletion Basic/Core/Core.pm
Expand Up @@ -8,7 +8,7 @@ use PDL::Exporter;
require PDL; # for $VERSION
use DynaLoader;
our @ISA = qw( PDL::Exporter DynaLoader );
our $VERSION = '2.016_91';
our $VERSION = '2.017';
bootstrap PDL::Core $VERSION;
use PDL::Types ':All';
use Config;
Expand Down
2 changes: 1 addition & 1 deletion Basic/PDL.pm
Expand Up @@ -147,7 +147,7 @@ start-up modules.


# set the version:
$PDL::VERSION = '2.016_91';
$PDL::VERSION = '2.017';

# Main loader of standard PDL package

Expand Down
17 changes: 9 additions & 8 deletions Basic/Pod/FAQ.pod
Expand Up @@ -6,12 +6,12 @@ PDL::FAQ - Frequently asked questions about PDL

=head1 VERSION

Current FAQ version: 1.006
Current FAQ version: 1.007


=head1 DESCRIPTION

This is version 1.005 of the PDL FAQ, a collection of frequently
This is version 1.007 of the PDL FAQ, a collection of frequently
asked questions about PDL - the Perl Data Language.


Expand Down Expand Up @@ -72,8 +72,7 @@ initiator of the PDL project:
2048x2048 images in only a fraction of a second.


It provides tons of useful
functionality for scientific and numeric analysis.
It provides tons of useful functionality for scientific and numeric analysis.

For readers familiar with other scientific data evaluation packages it
may be helpful to add that PDL is in many respects similar to IDL,
Expand Down Expand Up @@ -396,8 +395,8 @@ I<very> good reason for doing that.
=head2 Q: 3.3 What is the current version of PDL ?


As of this writing (FAQ version 1.006 of 10 Oct 2015) the latest stable version
is 2.014. The latest stable version should always be available from a CPAN
As of this writing (FAQ version 1.007 of 08 Oct 2016) the latest stable version
is 2.017. The latest stable version should always be available from a CPAN
mirror site near you (see L<Question 2.7|"Q: 2.7 Where do I get it?"> for
info on where to get PDL).

Expand Down Expand Up @@ -576,8 +575,10 @@ PDL builds fine on Win32 using MinGW or Microsoft compilers. See
the F<win32/INSTALL> file in the PDL source distribution for details.
Other compilers have not been tested--input is welcome. There is
also a distribution of PDL through ActiveState's ppm, though it
might not always be the latest version. PDL-2.014 builds out of
the box on Strawberry Perl and ActiveState Perl.
might not always be the latest version. PDL-2.017 builds out of
the box on Strawberry Perl and ActiveState Perl and there are
distributions of Strawberry Perl with bundled PDL
(see L<http://strawberryperl.com/releases.html>).



Expand Down
32 changes: 1 addition & 31 deletions Known_problems
Expand Up @@ -70,50 +70,20 @@ The following issues have been reported with this version of PDL:


- The following SourceForge bugs are outstanding at time of the
PDL-2.016_91 release:

425 svd is broken for everything but 2x2 matrices
- pending-fixed, please report any problems

424 Calling PDL on a list of piddles fails to propogate bad values
- pending-fixed, please report any problems

423 wcols FORMAT option always incorrectly gives error
- pending-fixed, please report any problems

422 PDL misc. compiler warnings
- pending-fixed, please report any problems

421 PDL::IO::FITS can't handle 64-bit integers (longlong, indx)
- pending-fixed , please report any problems
PDL-2.017 release:

420 PDL-2.016 fails to build on ASperl solaris 32bit or 64bit platforms
419 t/#pdl_from_string.t fails on long double systems
- pending-fixed , please report any problems

418 warp2d and fitwarp2d polynomial fitting doesn't work as expected
413 PDL::Core::Dev::pdlpp_postamble() cannot handle .pd files in subdirectories
- pending-fixed , please report any problems

412 16bit TIFF image IO not exact in PDL::IO::Pic
411 relax reshape() constraints
410 perl scalar NVs to float/#double types confusing
409 PDL demos with PGPLOT display ignore $ENV{PGPLOT_DEV}
- pending-fixed , please report any problems

405 PDL::Bad - adding locf() function
397 PDL::FFT not 64bit integer safe
393 Tests may fail if perl is compiled with -Duselongdouble
- pending-fixed , please report any problems

392 Inline Pdlpp doesn't work in clean build tree
391 Operators called in the form "explicit call with trailing 0" give syntax error
384 pdldoc.db is getting invalid paths to files on cygwin
382 plplot-5.11.0 comes with libplplot.a but missing libplplotd.a
381 rpic/rim fail to read files with whitespace in the filename
379 Passing qsort an extra argument causes a segfault
- pending-fixed , please report any problems

364 type promotion in whistogram is based upon the index, not the weight
354 filter demo list by actually available
339 PDL::Complex support is inconsistent and incomplete
Expand Down

0 comments on commit e7b4179

Please sign in to comment.