Changes in version 1.1.0 (2026-03-25) Changed o 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. o Minor internal performance improvements. Added o 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. o New optional tol argument which can be passed to qr.solve when using the (default) QR solver. Changes in version 1.0.9 (2026-01-08) Fixed o Minor corrections to code and comments. No user-facing changes. Changes in version 1.0.8 (2025-07-10) Fixed o Corrected and streamlined internal unit tests. o Removed explicit return from Pade function. Changes in version 1.0.7 (2024-06-19) Changed o Use native CRAN DOI. o Update README and documentation. o Add package metadata unit test. o Set up new version of rhub checking. Changes in version 1.0.6 (2023-10-12) Changed o Limited exports. o Added SPDX codes to source files. o Refactored README to split out security and contributions wordings to their own respective files and link the citation to the file on CRAN. Changes in version 1.0.5 (2023-02-01) Changed o Updated help. o Updated Github actions. o Made code more consistent with style guide. o CITATION converted to use bibentry at CRAN request. Changes in version 1.0.4 (2022-01-18) Changed o Converted tests to tinytest to reduce dependencies. o Added DOI to citation. Changes in version 1.0.3 (2020-11-10) Fixed o Corrected CRAN requests. Changes in version 1.0.2 Changed o Changed tests to be compliant with testthat 3rd edition. o Cleaned up documentation. Changes in version 1.0.1 (2020-06-02) Added o Added source and ISBN to Description per CRAN request. o Added CITATION file. Changed o Cleaned README & NEWS. Changes in version 1.0.0 (2019-12-09) Added o Added CRAN version release and date badge. Changed o Incremented to release version. o Internal tweaks to project files. Changes in version 0.1.5 (2019-10-07) Changed o Moved primary repository from Bitbucket to Github. o Changed versioning to more canonic Major.Minor.Patch. o Changed example to use lowercase x. o Changed Author description to include ORCID. o Added project status badge to README. o Added line feeds before and after LaTeX blocks in README. Changes in version 0.1-4 (2015-07-29) Bug fixes o 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). Changes in version 0.1-3 (2015-07-01) Updates o Update DESCRIPTION and NAMESPACE to explicitly import head and tail from package utils. Changes in version 0.1-2 (2015-06-10) Updates o Corrected use of grave to proper aigu (thanks to Dirk Eddelbuettel). o Made polynomial order variable names consistent in documentation. o Minor clarifying prose tweaks to documentation. Changes in version 0.1-1 (2015-06-10) Added o Initial release.