Skip to content

Tags: karlicoss/cachew

Tags

v0.16.20240129

Toggle v0.16.20240129's commit message
ci: update actions versions

v0.15.20231019

Toggle v0.15.20231019's commit message
fix handling of undefined type annotations when from __future__ impor…

…t annotations is on

v0.14.20231004

Toggle v0.14.20231004's commit message
ci updates: sync with pympalte

- use python 3.12
- use ruff instead of pylint
- use pyproject.toml

v0.14.20230922

Toggle v0.14.20230922's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
core: disabling cachew through CACHEW_DISABLE env (#56)

* core: disabling cachew through CACHEW_DISABLE env

v0.14.20230920

Toggle v0.14.20230920's commit message
setup: install all namespace packages (instead of just 'cachew')

v0.14.20230919

Toggle v0.14.20230919's commit message
update readme

v0.13.0

Toggle v0.13.0's commit message
refresh readme

v0.12.0

Toggle v0.12.0's commit message
core: use ParamSpec for better type checking

v0.11.0

Toggle v0.11.0's commit message
core: properly dispose of sqlalchemy engine

otherwise for some reason this was causing shm/wal turnds (and test_cache_paths to fail)

the commit that 'broke' it is sqlalchemy/sqlalchemy@22ed657 -- not sure what's up

v0.10.0

Toggle v0.10.0's commit message
readme: regenerate & fix template after nbconvert update