Up to [cvs.NetBSD.org] / pkgsrc / math / p5-Math-Matrix
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.9 / (download) - annotate - [select for diffs], Thu Jul 6 09:40:53 2023 UTC (2 months, 4 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
HEAD
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
*: recursive bump for perl 5.38
Revision 1.8 / (download) - annotate - [select for diffs], Fri Jan 27 04:12:37 2023 UTC (8 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1
Changes since 1.7: +2 -3
lines
Diff to previous 1.7 (colored)
Update to 0.94 Upstream changes: 0.94 2021-01-13 * Fix broken test in t/mldiv.t The rounding performed for values that are very close to an integer was performed on the wrong matrix. 0.93 2021-01-12 * The test is_deeply() does string comparison, so avoid negative zeros in test data and output from tests. Also round test output where the output may be slightly off from an integer. * Require Math::Trig version 1.06 so Math::Trig::Inf() is available. * Update the SUPPORT section to reflect that CPAN RT will be closing down on 1st March 2021. * Add support for negative integer powers in mpow(). 0.92 2020-11-02 * Add a larged amount of new methods. Improve existing methods. Fix overloading. This will close most of the remaining CPAN RT tickets.
Revision 1.7 / (download) - annotate - [select for diffs], Tue Jun 28 11:34:40 2022 UTC (15 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
*: recursive bump for perl 5.36
Revision 1.6 / (download) - annotate - [select for diffs], Mon May 24 19:52:59 2021 UTC (2 years, 4 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.5: +2 -1
lines
Diff to previous 1.5 (colored)
*: recursive bump for perl 5.34
Revision 1.5 / (download) - annotate - [select for diffs], Mon Sep 7 11:51:38 2020 UTC (3 years 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.4: +4 -5
lines
Diff to previous 1.4 (colored)
p5-Math-Matrix: update to 0.91. Add LICENSE. 0.91 2020-08-09 * Ensure a recent version of Math::Complex in the test files that use that module. Math::Complex didn't support any way of cloning/copying Math::Complex objects before version 1.57. 0.9 2020-08-07 * Fix typos in POD and add more documentation and examples. * Extended new() to handle empty matrices and allow the matrix to be specified as a single argument. * Improve code so subclassing works better. * Add many new tests to confirm existing and new behaviour. * Misellaneous modernizations. * This release closes CPAN RT ##104334 and #109353.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Aug 31 18:10:14 2020 UTC (3 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
*: bump PKGREVISION for perl-5.32.
Revision 1.3 / (download) - annotate - [select for diffs], Sun Aug 11 13:21:48 2019 UTC (4 years, 1 month 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.2: +2 -2
lines
Diff to previous 1.2 (colored)
Bump PKGREVISIONs for perl 5.30.0
Revision 1.2 / (download) - annotate - [select for diffs], Wed Aug 22 09:45:38 2018 UTC (5 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Recursive bump for perl5-5.28.0
Revision 1.1 / (download) - annotate - [select for diffs], Wed Jun 20 05:10:50 2018 UTC (5 years, 3 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2
math/p5-Math-Matrix: import p5-Math-Matrix-0.8 The following methods are available: new clone size of matrix concat transpose multiply solve multiply_scalar add substract equal slice determinant dot_product absolute normalizing cross_product print