1. 24 1月, 2025 11 次提交
  2. 22 1月, 2025 1 次提交
  3. 16 1月, 2025 2 次提交
  4. 14 1月, 2025 7 次提交
  5. 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
  6. 06 1月, 2025 2 次提交
  7. 01 1月, 2025 1 次提交
  8. 31 12月, 2024 2 次提交
  9. 26 12月, 2024 1 次提交
  10. 09 12月, 2024 2 次提交
  11. 03 12月, 2024 3 次提交
  12. 30 11月, 2024 6 次提交
  13. 29 11月, 2024 1 次提交
    • Ricardo Vieira's avatar
      Support multidimensional boolean set/inc_subtensor in Numba via rewrite (#1108) · 0824dba8
      Ricardo Vieira 提交于
      * Remove opinionated message about ignore_duplicates.
      
      Setting to false can lead to slower code on C/Numba backend which don't support np.add.at natively.
      
      * Setting to false can lead to slower code on C/Numba backend which don't support np.add.at natively.
      
      Support multidimensional boolean set/inc_subtensor in Numba via rewrite
      0824dba8