Skip to content

Releases: pymc-devs/pytensor

rel-2.18.0

21 Nov 11:34

Choose a tag to compare

What's Changed

Major Changes 🛠

  • Implement ChiSquare via Gamma by @wd60622 in #490
  • Implement vectorize helper with similar semantics to that of NumPy by @ricardoV94 in #500

New Features 🎉

Bugfixes 🐛

Documentation 📖

  • Add set and inc TensorVariable methods for set_subtensor and inc_subtensor operations by @ricardoV94 in #494

Maintenance 🔧

New Contributors

  • @wd60622 made their first contribution in #490

Full Changelog: rel-2.17.4...rel-2.18.0

rel-2.17.4

12 Nov 10:38

Choose a tag to compare

What's Changed

New Features 🎉

Bugfixes 🐛

Maintenance 🔧

New Contributors

Full Changelog: rel-2.17.3...rel-2.17.4

rel-2.17.3

17 Oct 12:14

Choose a tag to compare

What's Changed

Bugfixes 🐛

Full Changelog: rel-2.17.2...rel-2.17.3

rel-2.17.2

12 Oct 07:52

Choose a tag to compare

What's Changed

Bugfixes 🐛

Maintenance 🔧

Full Changelog: rel-2.17.1...rel-2.17.2

rel-2.17.1

04 Oct 12:08

Choose a tag to compare

What's Changed

Bugfixes 🐛

Full Changelog: rel-2.17.0...rel-2.17.1

rel-2.17.0

29 Sep 13:22

Choose a tag to compare

What's Changed

Major Changes 🛠

  • Do not invert Gamma rate and fix JAX implementation of Gamma and Pareto by @tvwenger in #460

New Features 🎉

  • Extend cholesky of triangular dot rewrite to matmul Ops by @ricardoV94 in #459

New Contributors

Full Changelog: rel-2.16.3...rel-2.17.0

rel-2.16.3

25 Sep 07:45
2d94407

Choose a tag to compare

What's Changed

New Features 🎉

Bugfixes 🐛

Full Changelog: rel-2.16.2...rel-2.16.3

rel-2.16.2

21 Sep 12:50

Choose a tag to compare

What's Changed

Bugfixes 🐛

  • Exclude backend incompatible rewrites in Scan dispatch by @ricardoV94 in #427

Maintenance 🔧

Full Changelog: rel-2.16.1...rel-2.16.2

rel-2.16.1

12 Sep 15:14

Choose a tag to compare

What's Changed

Bugfixes 🐛

  • Fix SoftmaxGrad failure with constant dy in numba backend by @ricardoV94 in #435
  • Fix bug in local_dimshuffle_subtensor rewrite by @ricardoV94 in #438

Full Changelog: rel-2.16.0...rel-2.16.1

rel-2.16.0

07 Sep 11:14

Choose a tag to compare

What's Changed

Major Changes 🛠

  • Implement graph.vectorize and Blockwise Op by @ricardoV94 in #306
  • Deprecate extract_diag and linalg.trace in favor of numpy look-alikes by @ricardoV94 in #428

New Features 🎉

  • Add Op corresponding to scipy.linalg.solve_discrete_are by @jessegrabowski in #417
  • Improve static output shape and numba implementations of some Ops by @aseyboldt in #375

Documentation 📖

Maintenance 🔧

  • Rename module pytensor.tensor.var to pytensor.tensor.variable by @purna135 in #424

New Contributors

Full Changelog: rel-2.15.0...rel-2.16.0