Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-04-16 | 700 Bytes | |
v0.17.0 source code.tar.gz | 2025-04-16 | 11.9 MB | |
v0.17.0 source code.zip | 2025-04-16 | 11.9 MB | |
Totals: 3 Items | 23.9 MB | 2 |
TaylorIntegration v0.17.0
This release introduces cache structures which help save memory when calling repeatedly taylorinteg
. In this case the recommendation is to use taylorinteg!
.
Breaking changes
- Function
_taylorinteg!
was renamed totaylorinteg!
, and also its call signature changed.
Merged pull requests:
- Bump codecov/codecov-action from 4 to 5 (#201) (@dependabot[bot])
- Cache structs to save memory use on repeated calls to taylorinteg!
(#203) (@PerezHz)
- CompatHelper: bump compat for TaylorSeries to 0.19, (keep existing compat) (#204) (@github-actions[bot])