The NetBSD Project

CVS log for pkgsrc/math/p5-Math-Derivative/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / math / p5-Math-Derivative

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: pkgsrc-2017Q4


Revision 1.7 / (download) - annotate - [select for diffs], Thu Aug 17 13:58:21 2017 UTC (6 years, 8 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.6: +4 -3 lines
Diff to previous 1.6 (colored)

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.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>