Skip to content

Commit

Permalink
Update Changes and Known_problems for CPAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
devel-chm committed Oct 6, 2015
1 parent ca09e49 commit a8ef066
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
11 changes: 10 additions & 1 deletion Changes
Expand Up @@ -12,7 +12,16 @@ General Notes:

Highlights:

* TBD
* t/opengl.t is skipped the dynamic GL window creation
tests if $AUTOMATED_TESTING is true.

* A new ipow() routine for integer exponentiation

* Corrected return types of intover, borover, bandover,
nbadover, and ngoodover.

* Fixed compile problem in clang from using finite()
on an integer datatype.



Expand Down
12 changes: 6 additions & 6 deletions Known_problems
Expand Up @@ -4,7 +4,7 @@ The following issues have been reported with this version of PDL:
- For perls with long double or greater for NVTYPE, there
is an unavoidable loss of precision in converting to/from
the PDL_Double values. This may effect the results of
calculations.
calculations. A warning is output every "use PDL;"


- A bug in Netpbm from versions 10.56.00 through 10.61.2 may
Expand Down Expand Up @@ -84,9 +84,13 @@ The following issues have been reported with this version of PDL:
- The following SourceForge bugs are outstanding at time of the
PDL-2.013_04 release:

402 Add support for $PDL::indxformat to piddle stringify operation
397 PDL::FFT not 64bit integer safe
395 ipow (integer exponentiation) support for 64bit index support
393 Tests may fail if perl is compiled with -Duselongdouble

The tests are all marked TODO so that roundoff error
in the float/double calculations don't cause FAILs

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
Expand All @@ -95,16 +99,12 @@ The following issues have been reported with this version of PDL:
379 Passing qsort an extra argument causes a segfault
364 type promotion in whistogram is based upon the index, not the weight
354 filter demo list by actually available
340 orover of byte data returns long type
339 PDL::Complex support is inconsistent and incomplete
334 Test coverage is incomplete
330 NiceSlice can get confused by comments to cause compilation errors
324 PDL re-install wipes out non-core docs
322 PDL::Demos system needs overhaul
308 propagate badflag with .=

Is this ready to include in a PDL-2.014 release?

274 'help funname' fails to show multiple function names
254 online docs don't link to functions in other PDL modules
238 NiceSlice affects code where it should not
Expand Down

0 comments on commit a8ef066

Please sign in to comment.