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.
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.
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.