Skip to content

Replace Bartlett Op with symbolic graph (Issue #1210)#1924

Open
alessandrogentili001 wants to merge 2 commits intopymc-devs:v3from
alessandrogentili001:rewrite-esoteric-ops
Open

Replace Bartlett Op with symbolic graph (Issue #1210)#1924
alessandrogentili001 wants to merge 2 commits intopymc-devs:v3from
alessandrogentili001:rewrite-esoteric-ops

Conversation

@alessandrogentili001
Copy link

Description

This PR deprecates the Bartlett Op and replaces it with a pure-symbolic graph implementation. By shifting the logic to a symbolic expression, we eliminate the need for separate C, Numba, and JAX backend dispatchers, as these backends can now natively compile the constituent basic operations.

Related Issue

Checklist

Type of change

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

@ricardoV94
Copy link
Member

ricardoV94 commented Mar 1, 2026

No need to deprecate the Op, just remove it

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.

2 participants