Skip to content

Releases: JuliaCollections/Memoize.jl

v0.4.4

14 Dec 16:13
89d9ac7
Compare
Choose a tag to compare

Memoize v0.4.4

Diff since v0.4.3

Closed issues:

  • Use/ignore specific arguments when memoizing (#23)
  • Conditional memoization for caching functions with heavy IO (#56)

Merged pull requests:

v0.4.3

20 Feb 09:04
Compare
Choose a tag to compare

Memoize v0.4.3

Diff since v0.4.2

Closed issues:

  • Vararg problem (#26)

Merged pull requests:

v0.4.2

20 Feb 00:07
Compare
Choose a tag to compare

Memoize v0.4.2

Diff since v0.4.1

Closed issues:

  • Cannot handle other associative types (#33)

Merged pull requests:

  • Update contributors, bump patch version in Project.toml (#49) (@kmsquire)
  • Evaluate cache dictionary in defining module (#50) (@kmsquire)

v0.4.1

19 Feb 21:04
Compare
Choose a tag to compare

Memoize v0.4.1

Diff since v0.4.0

Closed issues:

  • Improve performance (#6)
  • Return type specifications (#12)
  • incremental compilation warning (#32)
  • Cannot handle other associative types (#33)

Merged pull requests:

  • Add compat section to Project.toml (#45) (@kmsquire)
  • Use Main instead of @__MODULE__ to hold memoization Dict (#46) (@kmsquire)
  • Loosen bounds on MacroTools to allow installing (and testing) on Julia v0.7 (#47) (@kmsquire)
  • Update contributors, bump patch version in Project.toml (#49) (@kmsquire)

v0.4.0

19 Feb 19:04
353bd49
Compare
Choose a tag to compare

Memoize v0.4.0

Diff since v0.3.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:

Now we’re gonna move on to Richard in the Bronx.

25 Aug 17:26
Compare
Choose a tag to compare
v0.3.0

Restore REQUIRE file to make attobot happy

v0.2.0: Remove caveat about type inference

05 Jul 15:03
Compare
Choose a tag to compare
It should actually work fine on 0.5+

v0.1.0

04 Mar 15:13
Compare
Choose a tag to compare
Apparently the random Compat version wasn't good enough for @tkelman