1. 29 1月, 2025 2 次提交
    • Ricardo Vieira's avatar
      Make BLAS flags check lazy and more actionable · 0f8d876e
      Ricardo Vieira 提交于
      It replaces the old warning that does not actually apply by a more informative and actionable one.
      
      This warning was for Ops that might use the alternative blas_headers, which rely on the Numpy C-API.
      
      However, regular PyTensor user has not used this for a while. The only Op that would use C-code with this alternative headers is the GEMM Op which is not included in current rewrites. Instead Dot22 or Dot22Scalar are introduced, which refuse to generate C-code altogether if the blas flags are missing.
      0f8d876e
    • Adhvaith Hundi's avatar
      Add overwrite_existing flag (#1119) · 5fb56bab
      Adhvaith Hundi 提交于
      * Add 'overwrite_existing' flag to allow graph rewrites
      and include appropriate testing
      
      * Encapsulate test rewriters and use user-facing API
      
      ---------
      Co-authored-by: 's avatarRicardo Vieira <ricardo.vieira1994@gmail.com>
      5fb56bab
  2. 28 1月, 2025 1 次提交
  3. 25 1月, 2025 1 次提交
  4. 24 1月, 2025 11 次提交
  5. 22 1月, 2025 1 次提交
  6. 16 1月, 2025 2 次提交
  7. 14 1月, 2025 7 次提交
  8. 13 1月, 2025 1 次提交
    • Jesse Grabowski's avatar
      Add example gallery to docs (#1150) · 2b57f74f
      Jesse Grabowski 提交于
      * Add example gallery
      
      * Add example gallery
      
      * Update rtd environment
      
      * Fix typo in `generate_gallery.py`
      
      * Add graph rewriting tutorial to examples
      
      * Add default gallery image
      
      * Fix default image path
      
      * Add default image
      
      * Add scan tutorial example
      
      * Add header links to github/colab/binder
      
      Add ablog with tags, authors, and categories
      
      Modify example notebooks
      
      * Update license and package name in footer
      
      Delete placeholder notebook
      
      * Delete docs for `sandbox` module
      
      * rename `pytensor.tensor.var._tensor_py_operators` -> `pytensor.tensor.variable._tensor_py_operators`
      
      * Fix underline lengths
      
      * Remove reference to depreciated functions
      
      * Add end of file newline
      
      * Remove references to sandbox
      
      * Try adding sitemap and robots.txt
      
      * pre-commit
      
      * Add cross-references and fix formatting
      
      * Fix cross-reference
      2b57f74f
  9. 06 1月, 2025 2 次提交
  10. 01 1月, 2025 1 次提交
  11. 31 12月, 2024 2 次提交
  12. 26 12月, 2024 1 次提交
  13. 09 12月, 2024 2 次提交
  14. 03 12月, 2024 3 次提交
  15. 30 11月, 2024 3 次提交