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

At vars #266

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

At vars #266

wants to merge 9 commits into from

Conversation

jverzani
Copy link
Contributor

@jverzani jverzani commented Sep 12, 2023

This PR adds a few things:

  • borrows the code for @syms from SymPy to enhance @vars (allowing for arrays of variables and symbolic functions to be more easily created)
  • adds a few functions that have been wrapped in SymEngine, but not brought into SymEngine.jl
  • rewrites a test to avoid printing to terminal
  • adds test for functions defined in mathfuns.jl
  • adds tests for basic @vars usage

Sorry, I see the PR #265 is also included here. If that is not desired, I can rework.)

@jverzani
Copy link
Contributor Author

don't know why gcd is now failing on one part of test matrix, that wasn't touched here.

@jverzani
Copy link
Contributor Author

jverzani commented Sep 9, 2024

Was there something holding this back?

Comment on lines +1 to +4
# !!! Note:
# Many thanks to `@matthieubulte` for this contribution to `SymPy`.

# The map_subscripts function is stolen from Symbolics.jl
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What are the licenses for these codes?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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