Skip to content
  1. Dec 20, 2024
  2. Dec 18, 2024
  3. Dec 13, 2024
  4. Dec 10, 2024
  5. Dec 04, 2024
  6. Dec 01, 2024
  7. Nov 25, 2024
  8. Nov 23, 2024
  9. Nov 22, 2024
  10. Nov 19, 2024
  11. Nov 17, 2024
  12. Nov 14, 2024
  13. Nov 07, 2024
  14. Oct 28, 2024
  15. Oct 18, 2024
  16. Oct 08, 2024
  17. Sep 20, 2024
  18. Sep 18, 2024
  19. Sep 12, 2024
    • Matthias Diener's avatar
      use numpy type promotion directly (#540) · 850dcb47
      Matthias Diener authored
      * use numpy 2 type promotion directly
      
      * fix lint
      
      * add comment & test regarding np.result_type with pytato arrays
      
      * adjust README
      
      * revert old_numpy test adjustment (tested manually with numpy 1.26)
      
      * remove comment
      850dcb47
  20. Sep 09, 2024
    • Addison A.'s avatar
      Update tag propagation logic (#494) · 3fedafc2
      Addison A. authored
      
      
      * Add new propagation logic
      
      * Fix failing tests
      
      * Actually fix failing tests
      
      * linter fixes + other fixes
      
      * use pytools to generate propagation graph
      
      * add pytools 2024.1.14 as dependency
      
      * add correct pytools version to requirements.txt
      
      * remove dependencies in pyproject.toml, add dependency on pytools 2024.1.14 to setup.py
      
      * IgnoredForPropagationTag -> AxisIgnoredForPropagationTag; update docs
      
      * change wording
      
      ---------
      
      Co-authored-by: default avatarAndreas Klöckner <inform@tiker.net>
      3fedafc2
    • Addison A.'s avatar
      Allow reshapes for 'F' ordered arrays (#455) · 2de3bc9c
      Addison A. authored
      
      
      * First shot at implementing 'F' ordered array reshapes
      
      * Remove restriction on reshape order
      
      * Refactor to unify paths
      
      * Slight adjustment
      
      * Update comment wording
      
      * Rough draft of old -> new axis mapping
      
      * Absorb new tag propagation
      
      * Revert changes
      
      * don't linearize everything
      
      * pass tests with new reshaped indices getter
      
      * revert change that belongs to another branch
      
      * fix mypy issues
      
      * fix failing arraycontext test
      
      * fix failing flake8 test
      
      * fixes
      
      * remove unnecessary import
      
      * ruff fixes + small change
      
      * Stopped in the middle
      
      * improved index expression generation
      
      * add test for F ordered reshapes
      
      * remove redundant scalar check
      
      * Improve reshape docs
      
      * Goodbye unnecessary variable
      
      * Way more reshape test coverage
      
      ---------
      
      Co-authored-by: default avatarAndreas Kloeckner <inform@tiker.net>
      2de3bc9c
  21. Aug 25, 2024
Loading