Skip to content

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.

@jverzani
Copy link
Contributor Author

ping. Any comment on merging this?

@isuruf isuruf closed this Feb 25, 2025
@isuruf isuruf reopened this Feb 25, 2025
@isuruf
Copy link
Member

isuruf commented Feb 25, 2025

Looks good . Feel free to merge when CI pass

@jverzani
Copy link
Contributor Author

I can't tell why the lcm test is failing here. The substantial change here is the extension to the at vars macro. Let me work that into a separate PR to see if that cleanly passes CI.

@jverzani
Copy link
Contributor Author

I should close this in lieu of #278

@jverzani
Copy link
Contributor Author

Closed with #278

@jverzani jverzani closed this Mar 19, 2025
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