Releases: marius311/Memoization.jl
Releases · marius311/Memoization.jl
v0.1.7
Memoization v0.1.7
v0.1.6
Memoization v0.1.6
Closed issues:
Merged pull requests:
- Link to LRUCache.jl (#8) (@cstjean)
- Rework memoization internals and remove world-age issues (#12) (@marius311)
v0.1.5
v0.1.4
Memoization v0.1.4
Changes:
- Fix erroneously clearing the cache for closures every time the function is run.
- Allow unnamed positional arguments, e.g.
@memoize foo(::Type{T}) where {T} = ...
v0.1.3
Memoization v0.1.3
Closed issues:
- Allow to memoize a callable object (#1)
Merged pull requests:
- Install TagBot as a GitHub Action (#2) (@JuliaTagBot)