Skip to content
Snippets Groups Projects
  1. 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
    • Martin Bauer's avatar
      Moved Qt Stuff into separate file · ce63537a
      Martin Bauer authored
      ce63537a
    • Martin Bauer's avatar
      pystencils cleanup · c598dc78
      Martin Bauer authored
      - single function to create kernel for specified target
      - data type creation from string - reuse numpy functionality
      - bugfixes in dot display
      c598dc78
  2. Jan 10, 2018
  3. Dec 12, 2017
  4. Dec 11, 2017
  5. Dec 06, 2017
  6. Dec 04, 2017
  7. Dec 03, 2017
  8. Dec 02, 2017
  9. Nov 30, 2017
  10. Nov 10, 2017
  11. Nov 08, 2017
  12. Nov 07, 2017
  13. Nov 02, 2017
  14. Oct 26, 2017
  15. Oct 24, 2017
  16. Oct 23, 2017
  17. Oct 21, 2017
  18. Oct 17, 2017
  19. Oct 13, 2017
  20. Oct 11, 2017
  21. Oct 10, 2017
  22. Oct 09, 2017
    • Martin Bauer's avatar
      Vectorization & Type system overhaul · ea847bc5
      Martin Bauer authored
      - first vectorization tests are running
      - type system: use memoized getTypeOfExpression
      - casts are done using sp.Function('cast')
      - C backend adapted for vectorization support
      - AST nodes can required optional headers
      ea847bc5
  23. Sep 26, 2017