calculus
High Dimensional Numerical and Symbolic Calculus
A published calculus engine whose last two years produced one overloaded method
◆Recent moves
- 1y ago
is.numeric overloaded to accept complex numbers
A single change: is.numeric now treats complex numbers as numeric, which affects dispatch anywhere the package checks its inputs. Narrow, but it is the only code change in nearly three years and it points at complex-valued work being the live use case.
View source ↗ - 3y ago
Documentation site moved to a new domain
Records a move of the package website. No code change of any kind.
View source ↗ - 3y ago
Journal of Statistical Software publication recorded
Marks the JSS paper with its citation and BibTeX entry, the milestone the previous two years of CRAN and pre-review fixes were working toward. The version number moved to 1.0.0 for the occasion rather than for a change in the code.
View source ↗ - 4y ago
CRAN check fixes; CI moved to GitHub Actions
Fixes CRAN checks and moves unit testing off Travis CI. Infrastructure upkeep during the run-up to publication.
View source ↗ - 5y ago
CRAN check and JSS pre-review fixes
Two lines, both housekeeping: a CRAN check fix and changes requested before JSS review. Part of the same publication push.
View source ↗ - 5y ago
Package restructured; ordinary differential equations added
Restructures the package — flagged in the notes as breaking — and adds ordinary differential equations alongside the existing differentiation and integration, plus vignettes. The body is too terse to show how far the ODE support reaches, but it is the last release to add a capability rather than a method.
View source ↗