2020-07-07 09:04:47 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-cachetools: updated to 4.1.1
v4.1.1
Improve popitem() exception context handling.
Replace float('inf') with math.inf.
Improve "envkey" documentation example.
|
2020-04-12 23:13:14 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-cachetools: update to 4.1.0.
v4.1.0 (2020-04-08)
===================
- Support ``user_function`` with ``cachetools.func`` decorators
(Python 3.8 compatibility).
- Support ``cache_parameters()`` with ``cachetools.func`` decorators
(Python 3.9 compatibility).
|
2020-01-09 15:20:28 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-cachetools: update to 4.0.0.
v4.0.0 (2019-12-15)
===================
- Require Python 3.5 or later.
|
2019-07-02 12:19:10 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-cachetools: updated to 3.1.1
v3.1.1:
- Document how to use shared caches with @cachedmethod.
- Fix pickling/unpickling of cache keys
|
2019-01-31 11:01:05 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-cachetools: updated to 3.1.0
v3.1.0:
- Fix Python 3.8 compatibility issue.
- Use time.monotonic as default timer if available.
- Improve documentation regarding thread safety.
|
2019-01-04 23:48:43 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-cachetools: updated to 3.0.0
v3.0.0:
Officially support Python 3.7.
Drop Python 3.3 support (breaking change).
Remove missing cache constructor parameter (breaking change).
Remove self from @cachedmethod key arguments (breaking change).
Add support for maxsize=None in cachetools.func decorators.
|
2018-05-15 08:49:45 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-cachetools: updated to 2.1.0
2.1.0:
- Deprecate missing cache constructor parameter.
- Handle overridden getsizeof() method in subclasses.
- Fix Python 2.7 RRCache pickling issues.
- Various documentation improvements.
|
2017-08-22 10:18:20 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
v2.0.1:
- Officially support Python 3.6.
- Move documentation to RTD.
- Documentation: Update import paths for key functions
|
2017-03-20 20:56:56 by Min Sik Kim | Files touched by this commit (4) |
Log message:
Import py-cachetools-2.0.0
cachetools is Extensible memoizing collections and decorators.
|