Commit graph

9 commits

Author SHA1 Message Date
wiz
93b46879c7 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
wen
6845f4c158 Update to 1.01
Add missing DEPENDS.

Upstream changes:
1.01
	15 Aug 2017
	- Move Math::Utils dependancy from 1.06 to 1.10. A test
	  was failing in 21-secondd.t because the older version's
	  pl_evaluate() wasn't handling lists back then.
1.00
	9 Aug 2017
	- Add tests, more POD clean-up, send to CPAN.
	18 Jul 2017
	- Add references for the central and forward difference
	  methods.
	- Have not been able to find a reference for the second
	  derivative difference method, annoyingly.
	- Minimum perl version set to 5.10.1.
	17 Jul 2017
	- Added a forward difference approximation method (bug was filed
	  for this as user Maitraya Baliyan was expecting it instead of
	  the central difference approximation method that Derivative1()
	  used).
	- Added names forwarddiff() and centraldiff() for export.
	  Derivative1() is aliased to centraldiff(), so as not to break
	  old code.
	- Likewise, seconddx() is now the exported name of the second
	  derivative difference method, with Derivative2() aliased to it.
	- There is now an EXPORT tag, ':all'.
	- POD is more descriptive, has more examples, and uses the
	  new names.
2017-08-17 13:58:21 +00:00
ryoon
17cfb59fe1 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
wen
f9f70b2336 Update to 0.04
Upstream changes:
0.04
	13 Jul 2015
	- Whitespace and POD clean up. Functions are described
	  individually.
	- Added error checking for the array lengths.
	- Modernized the use of EXPORT, added a minimum perl version, etc.
0.03
	26 May 2015
	- Remove pod-coverage.t from the test directory.
0.02
	17 May 2015
	- Get package up to more-or-less current standards using
	  Module-Starter. Tests and documentation updates come
	  with the next release.
2016-04-13 13:31:23 +00:00
agc
286ea2536c Add SHA512 digests for distfiles for math category
Problems found locating distfiles:
	Package dfftpack: missing distfile dfftpack-20001209.tar.gz
	Package eispack: missing distfile eispack-20001130.tar.gz
	Package fftpack: missing distfile fftpack-20001130.tar.gz
	Package linpack: missing distfile linpack-20010510.tar.gz
	Package minpack: missing distfile minpack-20001130.tar.gz
	Package odepack: missing distfile odepack-20001130.tar.gz
	Package py-networkx: missing distfile networkx-1.10.tar.gz
	Package py-sympy: missing distfile sympy-0.7.6.1.tar.gz
	Package quadpack: missing distfile quadpack-20001130.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 23:33:26 +00:00
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
fhajny
862bd67bf1 Import math/p5-Math-Derivative.
Numeric 1st and 2nd order differentiation.
2014-02-20 11:26:20 +00:00