Skip to content

Conversation

@atheendre130505
Copy link

@atheendre130505 atheendre130505 commented Nov 2, 2025

  • Remove VarName NewType definition from util.py
  • Replace all VarName type hints with str
  • Simplify get_var_name function to use var.name directly
  • Update imports in model_graph.py and model/core.py
  • Fix all type annotations and function signatures

Resolves #7843

Description

Related Issue

  • Closes #
  • Related to #

Checklist

Type of change

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

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

- Remove VarName NewType definition from util.py
- Replace all VarName type hints with str
- Simplify get_var_name function to use var.name directly
- Update imports in model_graph.py and model/core.py
- Fix all type annotations and function signatures

Resolves pymc-devs#7843
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove VarName from codebase

1 participant