All Versions
41
Latest Version
Avg Release Cycle
107 days
Latest Release
834 days ago

Changelog History
Page 3

  • v1.1.3 Changes

    September 15, 2015
    • ๐Ÿ›  Fix pickle tests.
  • v1.1.2 Changes

    September 15, 2015
    • ๐Ÿ›  Fix pickling of large LRUCache and TTLCache instances.
  • v1.1.1 Changes

    September 07, 2015
    • ๐Ÿ‘Œ Improve key functions.

    • ๐Ÿ‘Œ Improve documentation.

    • ๐Ÿ‘Œ Improve unit test coverage.

  • v1.1.0 Changes

    August 28, 2015
    • โž• Add @cached function decorator.

    • โž• Add hashkey and typedkey fuctions.

    • โž• Add key and lock arguments to @cachedmethod.

    • Set __wrapped__ attributes for Python versions < 3.2.

    • ๐Ÿšš Move functools compatible decorators to cachetools.func.

    • ๐Ÿ—„ Deprecate @cachedmethod typed argument.

    • ๐Ÿ—„ Deprecate cache attribute for @cachedmethod wrappers.

    • ๐Ÿ”’ Deprecate getsizeof and lock arguments for cachetools.func decorator.

  • v1.0.3 Changes

    June 26, 2015
    • Clear cache statistics when calling clear_cache().
  • v1.0.2 Changes

    June 18, 2015
    • ๐Ÿ‘ Allow simple cache instances to be pickled.

    • ๐Ÿ”จ Refactor Cache.getsizeof and Cache.missing default implementation.

  • v1.0.1 Changes

    June 06, 2015
    • Code cleanup for improved PEP 8 conformance.

    • โž• Add documentation and unit tests for using @cachedmethod with generic mutable mappings.

    • ๐Ÿ‘Œ Improve documentation.

  • v1.0.0 Changes

    December 19, 2014
    • Provide RRCache.choice property.

    • ๐Ÿ‘Œ Improve documentation.

  • v0.8.2 Changes

    December 15, 2014
    • ๐Ÿ‘‰ Use a NestedTimer for TTLCache.
  • v0.8.1 Changes

    December 07, 2014
    • ๐Ÿ—„ Deprecate Cache.getsize().