Skip to content

Conversation

@atheendre130505
Copy link

@atheendre130505 atheendre130505 commented Nov 2, 2025

  • Fixes Issue KroneckerNormal using deprecated batched_dot #7878
  • Replace pt.batched_dot(sqrt_quad.T, sqrt_quad.T) with pt.sum(sqrt_quad.T ** 2, axis=-1)
  • Computes squared norm per sample using modern PyTensor operations
  • Eliminates deprecation warnings and ensures future compatibility

Description

Related Issue

  • Closes #
  • Related to #

Checklist

Type of change

  • New feature / enhancement
  • Bug fix
  • Documentation
  • Maintenance
  • Other (please specify):

📚 Documentation preview 📚: https://pymc--7942.org.readthedocs.build/en/7942/

- Fixes Issue pymc-devs#7878
- Replace pt.batched_dot(sqrt_quad.T, sqrt_quad.T) with pt.sum(sqrt_quad.T ** 2, axis=-1)
- Computes squared norm per sample using modern PyTensor operations
- Eliminates deprecation warnings and ensures future compatibility
@atheendre130505
Copy link
Author

@pre-commit-ci autofix

@atheendre130505
Copy link
Author

Hi @ricardoV94 or maintainers,

I've fixed the formatting issues. Pre-commit should now pass.
Could you please approve the workflow to let CI run? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant