We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d511b7 commit 4a238adCopy full SHA for 4a238ad
CHANGELOG.rst
@@ -1,3 +1,13 @@
1
+v6.2.0 (2025-08-25)
2
+===================
3
+
4
+- Improve general ``RRCache`` performance by storing cache keys in an
5
+ additional sequence container. Note that this will increase memory
6
+ consumption.
7
8
+- Add more unit tests.
9
10
11
v6.1.0 (2025-06-16)
12
===================
13
src/cachetools/__init__.py
@@ -12,7 +12,7 @@
"cachedmethod",
)
14
15
-__version__ = "6.1.0"
+__version__ = "6.2.0"
16
17
import collections
18
import collections.abc
0 commit comments