Skip to content
Snippets Groups Projects
  • Martin Bauer's avatar
    ec91b547
    Removed joblib.cached-sphinx workaround / Caching fix · ec91b547
    Martin Bauer authored
    - sphinx detection is not reliable, e.g. jupyter notebooks have sphinx
      imported at startup -> no caching from notebooks
    - explicitly added cached functions via autofunction to docs
    - some functions do not support memory cache, because memory cache can't
      handle non-hashable parameters -> introduced diskcacheNoFallback
      decorator for these functions
    ec91b547
    History
    Removed joblib.cached-sphinx workaround / Caching fix
    Martin Bauer authored
    - sphinx detection is not reliable, e.g. jupyter notebooks have sphinx
      imported at startup -> no caching from notebooks
    - explicitly added cached functions via autofunction to docs
    - some functions do not support memory cache, because memory cache can't
      handle non-hashable parameters -> introduced diskcacheNoFallback
      decorator for these functions