Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update VERSION to 2.007_08 for more development
  • Loading branch information
devel-chm committed Jan 6, 2015
1 parent f479008 commit 98c407c
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Basic/PDL.pm
Expand Up @@ -146,7 +146,7 @@ start-up modules.


# set the version:
$PDL::VERSION = '2.007_07'; # Go to sub numbering per git push
$PDL::VERSION = '2.007_08'; # Go to sub numbering per git push

# Main loader of standard PDL package

Expand Down
2 changes: 1 addition & 1 deletion Known_problems
Expand Up @@ -97,7 +97,7 @@ The following issues have been reported with this version of PDL:


- The following SourceForge bugs are outstanding at time of the
PDL-2.007_07 release:
PDL-2.007_08 release:

368 PDL::Slatec::polyfit ignores incorrect length of weight piddle; passes garbage to slatec polfit
367 BAD value parsing breakage
Expand Down
48 changes: 47 additions & 1 deletion Release_Notes
@@ -1,3 +1,44 @@
Release Notes for PDL 2.007_08 --------------------------

+---------------------------------------------------------------+
| BE WARNED: This release includes an update to the internal, |
| C-level PDL API for PDL versions 2.006 and earlier. This |
| will require that you re-build any PP or XS modules. Do not |
| upgrade or install over an existing PDL installation unless |
| you are prepared to do so!!! |
+---------------------------------------------------------------+

General Notes:

* Counting down to a PDL-2.008 release this January 2015

* Another quick CPAN developers release

- It is a snapshot of the current git development tree
and everything may not work correctly or have complete
documentation.

- These release notes may not be fully complete. Please
see Changes (from the git log) for full details.

- All tests may not pass, especially ones corresponding
to issues in Known_problems.

- Manual build/install is recommended although the
cpan shell may be used by specifying the distribution
path rather than just the module name, e.g.:

cpan> get CHM/PDL-2.007_08.tar.gz
cpan> make CHM/PDL-2.007_08.tar.gz
cpan> test CHM/PDL-2.007_08.tar.gz
cpan> look CHM/PDL-2.007_08.tar.gz

Highlights:

* TBD



Release Notes for PDL 2.007_07 --------------------------

+---------------------------------------------------------------+
Expand Down Expand Up @@ -35,7 +76,12 @@ General Notes:

Highlights:

* TBD
* This release includes the new pre-generated pm/pod to
clean up the docs available on-line on metacpan.org and
search.cpan.org.

* Bug fix in t/vsearch.t to support perl 5.12 and earlier.
PDL currently supports perl 5.8.x and later.



Expand Down

0 comments on commit 98c407c

Please sign in to comment.