1. 20 1月, 2024 1 次提交
  2. 18 1月, 2024 7 次提交
  3. 16 1月, 2024 5 次提交
  4. 15 1月, 2024 4 次提交
  5. 12 1月, 2024 2 次提交
  6. 08 1月, 2024 1 次提交
  7. 07 1月, 2024 6 次提交
  8. 02 1月, 2024 3 次提交
  9. 20 12月, 2023 1 次提交
  10. 18 12月, 2023 1 次提交
  11. 17 12月, 2023 1 次提交
  12. 15 12月, 2023 5 次提交
  13. 12 12月, 2023 3 次提交
    • Ricardo Vieira's avatar
      Update PULL_REQUEST_TEMPLATE.md · 89fe939f
      Ricardo Vieira 提交于
      89fe939f
    • Jesse Grabowski's avatar
      Update aliases to reflect package name (#547) · 9df55cc6
      Jesse Grabowski 提交于
      * Change `import pytensor.tensor as at` to `as pt` everywhere in the docs
      
      * Change `import pytensor.tensor as at` to `as pt` everywhere
      
      Change `import pytensor.scalar as aes` to `as ps` everywhere
      
      Change `import pytensor.tensor.random as aer` to `as ptr` everywhere
      
      Change test variables with `_at` suffix or `at_` prefix to `_pt` and `pt_`, respectively
      
      * More renaming
      
      * Rename remaining instances of `aes` and `aer`
      9df55cc6
    • Ricardo Vieira's avatar
      Fix shape inference for multivariate random Ops · c38eea06
      Ricardo Vieira 提交于
      When size is not provided, the batch shapes of the parameters were being broadcasted twice, and the second time, wrongly, due to mixing static shape of the original parameters and the potentially larger shape of the just broadcasted parameters.
      c38eea06