Releases: SciML/PreallocationTools.jl
Releases · SciML/PreallocationTools.jl
v0.4.24
PreallocationTools v0.4.24
Merged pull requests:
- Allow bigfloats through dualcaches (#112) (@ChrisRackauckas)
Closed issues:
- DualCache doesn't work for BigFloat? (#72)
v0.4.23
PreallocationTools v0.4.23
Merged pull requests:
- Add optional
initializer!
function toLazyBufferCache
(#111) (@SouthEndMusic)
Closed issues:
- Support passing a cache initialization function for
LazyBufferCache
(#110)
v0.4.22
PreallocationTools v0.4.22
Merged pull requests:
- ci: standardise workflows using SciML's reusable workflows (#107) (@thazhemadam)
- Bump julia-actions/cache from 1 to 2 (#108) (@dependabot[bot])
- refactor: trigger resize warning with
maxlog = 1
(#109) (@sathvikbhagavan)
v0.4.21
PreallocationTools v0.4.21
Merged pull requests:
- Bump codecov/codecov-action from 3 to 4 (#97) (@dependabot[bot])
- [skip ci] update downgrade CI repo (#103) (@ArnoStrouwen)
- [skip ci] reapply formatting (#104) (@ArnoStrouwen)
- Bump julia-actions/setup-julia from 1 to 2 (#105) (@dependabot[bot])
- allow for explicit size specification (#106) (@hexaeder)
v0.4.20
PreallocationTools v0.4.20
Merged pull requests:
- Make Lazy caches support get_tmp (#102) (@LilithHafner)
v0.4.19
PreallocationTools v0.4.19
Merged pull requests:
- Continue to support sizemaps that return Int in LazyBufferCache (#101) (@LilithHafner)
v0.4.18
PreallocationTools v0.4.18
Merged pull requests:
- more CI (#95) (@ArnoStrouwen)
- Bump crate-ci/typos from 1.16.20 to 1.17.0 (#96) (@dependabot[bot])
- Bump crate-ci/typos from 1.17.0 to 1.18.0 (#98) (@dependabot[bot])
- [skip ci] Update dependabot.yml (#99) (@ArnoStrouwen)
- Fix and test LazyBufferCache on types that are not fixed points of similar [bugfix] (#100) (@LilithHafner)
v0.4.17
PreallocationTools v0.4.17
Merged pull requests:
- Remove dynamic dispatch from (General)LazyBufferCache (#93) (@LilithHafner)
- Add performance tests for (General)LazyBufferCaches (#94) (@LilithHafner)
Closed issues:
- v0.4.16: Circular dependency crash w/ Symbolics (#92)
v0.4.16
PreallocationTools v0.4.16
Merged pull requests:
- Move extension to Symbolics (#91) (@ChrisRackauckas)
v0.4.15
PreallocationTools v0.4.15
Merged pull requests:
- More extensive handling of dispatching on type (#90) (@ChrisRackauckas)