Up to [cvs.NetBSD.org] / pkgsrc / math / p5-Math-Utils
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.11 / (download) - annotate - [select for diffs], Thu Jul 6 09:40:55 2023 UTC (4 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
HEAD
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
*: recursive bump for perl 5.38
Revision 1.10 / (download) - annotate - [select for diffs], Tue Jun 28 11:34:42 2022 UTC (17 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
*: recursive bump for perl 5.36
Revision 1.9 / (download) - annotate - [select for diffs], Mon May 24 19:53:00 2021 UTC (2 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
*: recursive bump for perl 5.34
Revision 1.8 / (download) - annotate - [select for diffs], Mon Sep 7 11:55:10 2020 UTC (3 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.7: +2 -3
lines
Diff to previous 1.7 (colored)
p5-Math-Utils: update to 1.14. 1.14 10 Apr 2020 - Add the function softmax(). Currently in the :utility tag group, which may be too generic. We'll see what else gets added later and adjust the tagging then. - New functions uniform_scaling(), and uniform_01scaling(), contributed by Gene Boggs (GENE). - Typo found by Miguel Prz (NICEPERL) fixed.
Revision 1.7 / (download) - annotate - [select for diffs], Mon Aug 31 18:10:16 2020 UTC (3 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
*: bump PKGREVISION for perl-5.32.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Aug 11 13:21:49 2019 UTC (4 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.5: +2 -1
lines
Diff to previous 1.5 (colored)
Bump PKGREVISIONs for perl 5.30.0
Revision 1.5 / (download) - annotate - [select for diffs], Sun Jun 30 20:16:21 2019 UTC (4 years, 5 months ago) by nia
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Update packages using a search.cpan.org HOMEPAGE to metacpan.org. The former now redirects to the latter. This covers the most simple cases where http://search.cpan.org/dist/name can be changed to https://metacpan.org/release/name. Reviewed by hand to hopefully make sure no unwanted changes sneak in.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Nov 10 10:00:39 2018 UTC (5 years ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4
Changes since 1.3: +2 -3
lines
Diff to previous 1.3 (colored)
Update to 1.13 Upstream changes: 1.13 30 Oct 2018 - Add function pl_translate(), by request. - Turn README into README.md. With MetaCPAN replacing CPAN, there is no reason to have a plain-text README anymore (MetaCPAN doesn't treat the file as special). - Add a CONTRIBUTING.md file, which is becoming a thing. - New test file for pl_translate(), and upgrade test files that for some reason were still using Test::Simple to Test::More. - Added an :all tag. Why not.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Aug 22 09:45:39 2018 UTC (5 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
Recursive bump for perl5-5.28.0
Revision 1.2 / (download) - annotate - [select for diffs], Mon Aug 20 02:32:20 2018 UTC (5 years, 3 months ago) by wen
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Update to 1.12 Upstream changes: 1.12 26 Jun 2018 - Typo found by Florian Schlichting fixed. - Add gcd() and lcm() functions. - New example scripts (a couple transferred over from Math::Polynomial::Solve) in the new eg/ directory.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Aug 17 13:49:55 2017 UTC (6 years, 3 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
Import Math-Utils-1.11 as math/p5-Math-Utils. Useful mathematical functions not in Perl.