Skip to content

Releases: ferdiu/SimpleCaching.jl

v0.2.3

15 Aug 15:59
Compare
Choose a tag to compare

SimpleCaching v0.2.3

Diff since v0.2.2

Closed issues:

  • Error when caching with broadcasted function (#4)

Merged pull requests:

  • Fix macros not working with broadcasting (#6) (@ferdiu)

v0.2.2

21 May 10:51
63927d6
Compare
Choose a tag to compare

Adds new macros allowing the user to omit type and cache_dir parameters when calling @scache[jld][_if] macros.

Other minor changes

  • Fix: .cirrus.yml CI not working on Linux;
  • Update: documentation (new features and now the documentation says that the package is registered);
  • Update: more tests.