Skip to content
Snippets Groups Projects
  1. Sep 26, 2019
  2. Sep 23, 2019
  3. Aug 07, 2019
    • Stephan Seitz's avatar
      Remove deprecation warning ('cachedir' parameter has been deprecated) · 49142d54
      Stephan Seitz authored
      Warning was:
      
      ```
        /localhome/seitz_local/projects/pystencils/pystencils/cache.py:15: DeprecationWarning: The 'cachedir' parameter has been deprecated in
      version 0.12 and will be removed in version 0.14.
        You provided "cachedir='/localhome/seitz_local/.cache/pystencils'", use "location='/localhome/seitz_local/.cache/pystencils'" instead.
          disk_cache = Memory(cachedir=cache_dir, verbose=False).cache
      ```
      49142d54
  4. Mar 21, 2019
    • Martin Bauer's avatar
      Separated modules into subfolders with own setup.py · 1e02cdc7
      Martin Bauer authored
      This restructuring allows for easier separation of modules into
      separate repositories later. Also, now pip install with repo url can be
      used.
      
      The setup.py files have also been updated to correctly reference each
      other. Module versions are not extracted from git state
      1e02cdc7
  5. Apr 10, 2018
  6. Jan 31, 2018
  7. Jan 11, 2018
    • Martin Bauer's avatar
      Removed joblib.cached-sphinx workaround / Caching fix · 1ade3a6e
      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
      1ade3a6e
  8. Nov 30, 2017
  9. Oct 26, 2017
  10. Oct 10, 2017
  11. Sep 26, 2017