Accepting request 863102 from devel:languages:perl:autoupdate

- updated to 0.94
   see /usr/share/doc/packages/perl-Math-Matrix/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().

OBS-URL: https://build.opensuse.org/request/show/863102
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-Matrix?expand=0&rev=7
This commit is contained in:
2021-01-14 14:30:42 +00:00
committed by Git OBS Bridge
parent 6933849e84
commit 22b1cecd2e
4 changed files with 29 additions and 12 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Jan 14 03:08:11 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.94
see /usr/share/doc/packages/perl-Math-Matrix/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().
-------------------------------------------------------------------
Mon Nov 9 03:10:08 UTC 2020 - Tina Müller <timueller+perl@suse.de>