2.0.0.post0 - Added lru_cache, made CPython-API compliant
- Added
lru_cache
decorator - Moved
cache_clear()
to be called from functions usingcache
andlru_cache
- Library is now CPython-API compliant
- Updated example file
- Updated repository infrastructure
NOTE THAT THIS UPDATE ADDS BACKWARDS-INCOMPATIBLE API CHANGES!
To use in CircuitPython, simply install the CircuitPython Community Bundle.
To use in CPython, pip3 install circuitpython-functools.
Read the docs for info on how to use it.