Pade now defaults to method = "qr" (using
qr.solve) as it is more numerically robust to ill-conditioned
Taylor-coefficient matrices than is the former default, solve.
Minor internal performance improvements.
New method argument has been added to allow the user to use
solve in cases where speed is of the essence and the matrices are
sufficiently well-conditioned.
New optional tol argument which can be passed to
qr.solve when using the (default) QR solver.
Minor corrections to code and comments. No user-facing changes.
Corrected and streamlined internal unit tests.
Removed explicit return from Pade function.
Use native CRAN DOI.
Update ‘README’ and documentation.
Add package metadata unit test.
Set up new version of rhub checking.
Limited exports.
Added SPDX codes to source files.
Refactored ‘README’ to split out security and contributions wordings to their own respective files and link the citation to the file on CRAN.
Updated help.
Updated Github actions.
Made code more consistent with style guide.
CITATION converted to use bibentry at CRAN request.
Converted tests to tinytest to reduce dependencies.
Added DOI to citation.
Corrected CRAN requests.
Changed tests to be compliant with testthat 3rd edition.
Cleaned up documentation.
Added source and ISBN to Description per CRAN request.
Added CITATION file.
Cleaned README & NEWS.
Added CRAN version release and date badge.
Incremented to release version.
Internal tweaks to project files.
Moved primary repository from Bitbucket to Github.
Changed versioning to more canonic Major.Minor.Patch.
Changed example to use lowercase x.
Changed Author description to include ORCID.
Added project status badge to README.
Added line feeds before and after LaTeX blocks in README.
Correct the example to evaluate from x^0, not x^1,
by appending -1 to the seq_along call (Issue #1:
Thanks to Anonymous. Note: In move to GitHub, this issue could not be
transferred).
Update DESCRIPTION and NAMESPACE to explicitly import
head and tail from
package utils.
Corrected use of grave to proper aigu (thanks to Dirk Eddelbuettel).
Made polynomial order variable names consistent in documentation.
Minor clarifying prose tweaks to documentation.
Initial release.