Skip to content
Snippets Groups Projects
  1. Dec 10, 2024
  2. Dec 04, 2024
  3. Dec 01, 2024
  4. Nov 25, 2024
  5. Nov 23, 2024
  6. Nov 22, 2024
  7. Nov 19, 2024
  8. Nov 17, 2024
  9. Nov 14, 2024
  10. Nov 07, 2024
  11. Oct 28, 2024
  12. Oct 18, 2024
  13. Oct 08, 2024
  14. Sep 20, 2024
  15. Sep 18, 2024
  16. 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
  17. 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
  18. Aug 25, 2024
  19. Aug 23, 2024
  20. Aug 06, 2024
  21. Aug 02, 2024
    • Matt Smith's avatar
      Add `TransformMapper`/`TransformMapperWithExtraArgs` (#530) · c9d11e49
      Matt Smith authored
      * add clone_for_callee to CopyMapperWithExtraArgs
      
      * add TransformMapper/TransformMapperWithExtraArgs
      
      * make CopyMapper/CopyMapperWithExtraArgs inherit from TransformMapper/TransformMapperWithExtraArgs
      
      * expand on purpose of TransformMapper in docstring
      c9d11e49
  22. Aug 01, 2024
Loading