Skip to content
Snippets Groups Projects
  1. Oct 10, 2017
  2. Mar 19, 2017
  3. Mar 13, 2017
    • Martin Bauer's avatar
      pystencils: Cleaned up type system · c8b455fe
      Martin Bauer authored
      - use data type class consistently instead of strings (in TypedSymbol, Field and jit module)
      - new datatype class is based on numpy types with additional specifier information (const and restrict)
      - translation between data type class and other modules (numpy, ctypes)
      c8b455fe
    • Jan Hoenig's avatar
      backup · 2d654ff4
      Jan Hoenig authored
      2d654ff4
  4. Mar 10, 2017
  5. Mar 02, 2017
  6. Feb 23, 2017
  7. Feb 14, 2017
  8. Feb 13, 2017
    • Michael Kuron's avatar
      Python 2.7 compatibility · cb05590d
      Michael Kuron authored and Martin Bauer's avatar Martin Bauer committed
      This commit makes the Python code backwards compatible down to Python 2.7. Previously it would only run on Python 3.5 and up.
      
      Problems fixed included:
      - `time.perf_counter()` doesn't exist
      - all classes need to be new-style
      - `functools.lru_cache` doesn't exist
      - only the last argument to a function call can be `*`-expanded
      - the `nonlocal` keyword doesn't exist
      - metaclasses are used with a different syntax
      - `yield from` doesn't exist
      - `tempdir.TemporaryDirectory` doesn't exist
      - iterators need a `next()` method
      cb05590d
  9. Feb 09, 2017
  10. Dec 15, 2016
  11. Dec 08, 2016
  12. Nov 17, 2016
  13. Nov 16, 2016
  14. Nov 10, 2016