Skip to content
  1. Feb 10, 2022
  2. Jan 17, 2022
  3. Jan 16, 2022
  4. Dec 30, 2021
  5. Dec 13, 2021
  6. Dec 12, 2021
  7. Dec 07, 2021
  8. Dec 05, 2021
    • nchristensen's avatar
      Make if_positive keep strides of then_ if known. (#523) · 631d938e
      nchristensen authored
      
      
      * Make if_positive keep strides of then_ if known.
      
      The previous version of `if_positive` always returns a C-ordered array even if `then_` is not C-ordered. This breaks artificial viscosity in Mirgecom when an array context uses a Fortran style data layout. This change makes the output have the same strides as `then_` if the shape of `then_` is known, otherwise it defaults to use the same layout as `criterion`.
      
      * Increment version
      
      * Resolve Flake8 failures
      
      * Use more idiomatic != in shape comparison
      
      Co-authored-by: default avatarAndreas Klöckner <inform@tiker.net>
      v2021.2.10
      631d938e
  9. Nov 24, 2021
  10. Oct 20, 2021
  11. Oct 18, 2021
  12. Oct 07, 2021
  13. Oct 06, 2021
  14. Aug 16, 2021
  15. Jul 07, 2021
  16. Jul 06, 2021
  17. Jun 30, 2021
    • Tim Gates's avatar
      docs: fix a few simple typos · a56281af
      Tim Gates authored and Andreas Klöckner's avatar Andreas Klöckner committed
      There are small typos in:
      - aksetup_helper.py
      - doc/types.rst
      - examples/black-hole-accretion.py
      - pyopencl/__init__.py
      - pyopencl/cl/pyopencl-random123/array.h
      
      Fixes:
      - Should read `unconditional` rather than `uncondtional`.
      - Should read `transferring` rather than `transfering`.
      - Should read `recipes` rather than `recipies`.
      - Should read `preferred` rather than `prefered`.
      - Should read `corresponding` rather than `correpsonding`.
      - Should read `arrays` rather than `arrrays`.
      
      Closes #500
      a56281af
  18. Jun 27, 2021
  19. Jun 26, 2021
  20. Jun 25, 2021
  21. Jun 24, 2021
  22. Jun 23, 2021