Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move symolic counting utils somewhere more convenient #917

Closed
mpharrigan opened this issue May 1, 2024 · 1 comment
Closed

Move symolic counting utils somewhere more convenient #917

mpharrigan opened this issue May 1, 2024 · 1 comment
Labels

Comments

@mpharrigan
Copy link
Collaborator

These utils have no dependencies on any of the actual resource counting functionality and are currently hard to find burried deep within that package. There should probably be a top-level package that exports all of the functions and types.

Additionally, we should make sure that all the "symbolic" versions of existing things have a distinct name. I think we've been pre-pending them with an "s".

Finally: a long term consideration would be whether we just drop the distinction between python/numpy/sympy and go full sympy everywhere (and then just use the sympy types and functions)

@tanujkhattar
Copy link
Collaborator

This is done by #941

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants