8000 Release 2.0.0.post0 - Added lru_cache, made CPython-API compliant · tekktrik/CircuitPython_functools · GitHub
[go: up one dir, main page]

Skip to content

2.0.0.post0 - Added lru_cache, made CPython-API compliant

Compare
Choose a tag to compare
@tekktrik tekktrik released this 28 May 01:06
· 6 commits to main since this release
750fc24
  • Added lru_cache decorator
  • Moved cache_clear() to be called from functions using cache and lru_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.

0