-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Add complex expand #873
Add complex expand #873
Conversation
Move code from django_doc and latex_doc .py to common_doc.py In the process we should handle pymathics better. Remove a number of unused functions and variables like ``is_private`` and pymathics_doc_loaded.
See if we can get by with out using the want_sorting parameter
Pull out flaky Unique[] doctests and start a more robust pytest for these. more work is needed.
Fix bug in InterpretedBox
Reinstate hard-coded XMLDoc where self.doc_fn() is not available Reinstante want_sorting option
--pymathics -> --load-module. Note that one splits module names with a comma. The name Pymathics is deprecated
Clean up ComplexExpand Added test cases for ComplexExpand Fix style
Implement ComplexExpand
One very small thing that was missing from ComplexExpand is to mention it in CHANGES.rst. And there was the duplication of the same expression as a doctest and a pytest. There are problem a lot more examples that could be tried - if they are of interest to users then a statement of what aspect this is showing interesting would be in the doctest. (I think that is missing in the current doctest that I started). Or if it is just an edge case that we want to test then it would go in pytest. I will try to look at it more detail late today. |
* Correct behavior when only one complex variable has been given * Add "ComplexExpand" to CHANGES.rst * More ComplexExpand doctests * Correct url links
@rocky, I open this PR to avoid losing the last changes. I think it is almost ready, but I put this as a draft in case you think there are pending things.