Skip to content
  1. May 17, 2022
  2. May 10, 2022
  3. May 09, 2022
  4. May 01, 2022
  5. Apr 19, 2022
  6. Apr 17, 2022
  7. Apr 04, 2022
  8. Apr 03, 2022
  9. Feb 18, 2022
  10. Feb 17, 2022
  11. Feb 15, 2022
  12. Feb 14, 2022
  13. Feb 10, 2022
  14. Jan 17, 2022
  15. Jan 16, 2022
  16. Dec 30, 2021
  17. Dec 13, 2021
  18. Dec 12, 2021
  19. Dec 07, 2021
  20. 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
  21. Nov 24, 2021
  22. Oct 20, 2021