Changelog for
python311-pylru-1.2.1-6.43.noarch.rpm :
* Wed Oct 05 2022 Yogalakshmi Arunachalam
- Update to Version 1.2.1
* Small optimization to popitem().
* Improved comments, removed whitespace, etc.
* Added __getstate__() and __setstate__().
* Moved from distutils to setuptools in setup.py
* Moved readme to Restructured Text.- Update to Version 1.2.0
* Renamed the markdown formatted README.txt to README.md
* Updated documentation.
* Added optional callback to FunctionCacheManager.
* Merge pull request #28 from marc1n/master
* Minimize memory consuption of _dlnode
* Merge pull request #26 from bpsuntrup/master
* Add optional callback funtionality to lrudecorator.- Update to version to 1.1.0
* Added pop, popitem, and setdefault methods to lrucache class.
* Improved update() method of lrucache.
* Added len() method to WriteBackCacheManager.
* Simplified logic of a couple __getitem__ implementations.
* Cleaned up some of the comments and whitespace.
* Merge pull request #22 from btimby/master
* Undo whitespace changes.
* Added update() method.
* Merge pull request #20 from pp-qq/patch-1
* refactor(lrucache): improve lrucache.get()
* Fixes #13, a bug in lrudecorator.
* Small change to README.
* Small change to README.
* Moved version to 1.0.8
* Added documentation for FunctionCacheManager.
* lrudecorator now updates the metadata to look more like the wrapped function.
* Refactored lrudecorator using FunctionCacheManager.
* Added clear() and size() to FunctionCacheManager.
* Added FunctionCacheManager.
* Fri Dec 06 2019 Erico Mendonca - Initial version.