Releases: JuliaCollections/Memoize.jl
Releases · JuliaCollections/Memoize.jl
v0.4.4
Memoize v0.4.4
Closed issues:
- Use/ignore specific arguments when memoizing (#23)
- Conditional memoization for caching functions with heavy IO (#56)
Merged pull requests:
- RFC: Allow dict parameter to be a function call (#51) (@kmsquire)
- Use get! instead of haskey/getindex/setindex! (#52) (@kmsquire)
- In docs, update name
ObjectIdDict
->IdDict
, and add link to Julia doc page (#55) (@bzinberg) - Add clear-cache (#60) (@rikhuijzer)
- Bump version to 0.4.4 (#62) (@rikhuijzer)
v0.4.3
v0.4.2
v0.4.1
v0.4.0
Memoize v0.4.0
Closed issues:
- Cannot document memoized functions (#25)
- UndefVarError: Inference not defined (#27)
- Broken in Julia 1.0? (#30)
- Error tagging new release (#31)
- Bug report: Coverage information is not being uploaded (#36)
- Memoize.jl in deps: error on travis-ci.com (#39)
- Vararg functions (#40)
- Why does Memoize's UUID differ between here and the general registry? (#41)
Merged pull requests:
- Make memoized functions documentable (#21) (@cloud-oak)
- Improve code coverage (#35) (@DilumAluthge)
- Fix badge URLs in README.md (#38) (@mlhetland)
- Install TagBot as a GitHub Action (#42) (@JuliaTagBot)
- Update package uuid to match General registry (#43) (@kmsquire)
- Redo based on Macrotools (based on and closes #24) (#44) (@kmsquire)
- Add compat section to Project.toml (#45) (@kmsquire)
Now we’re gonna move on to Richard in the Bronx.
v0.3.0 Restore REQUIRE file to make attobot happy
v0.2.0: Remove caveat about type inference
It should actually work fine on 0.5+