-
Notifications
You must be signed in to change notification settings - Fork 53
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
Modify signature of evaluate for TaylorN's #247
Conversation
I hope to include some tests this afternoon... |
@dpsanders I think this is ready for reviewing. I've checked that other packages (TaylorIntegration and TaylorModels) have their tests passing if this is merged. cc @PerezHz |
@dpsanders Sorry, forgot to add something to the docs... I'll ping you back |
I guess we should also bump a new (minor) version, though we can wait and also address #230, which would also be a breaking change. |
If we can address #230 then that would be great, yes, and then release a
new minor version.
…On Thu, Jul 9, 2020 at 2:20 PM Luis Benet ***@***.***> wrote:
I guess we should also bump a new (minor) version, though we can wait and
also address #230
<#230>, which would
also be a breaking change.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#247 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABO2TTT5632NTQ75X7WFR3R2YC7XANCNFSM4OQ4FJMQ>
.
--
Dr. David P. Sanders
Profesor Titular "C" / Full Professor (tenured)
Departamento de Física, Facultad de Ciencias
Universidad Nacional Autónoma de México (UNAM)
dpsanders@g <[email protected]>mail.com / Twitter: @davidpsanders
<https://twitter.com/DavidPSanders>
http://sistemas.fciencias.unam.mx/~dsanders / GitHub: dpsanders
<https://github.com/dpsanders>
Cubículo / office: #414, 4o. piso del Depto. de Física
Tel.: (+52 55) 5622 4965
|
The differentiation part in #230 is not a problem; other cases (e.g. |
and add a keyword parameter to some methods of evaluate
Rebased to current master |
The removed tests are related to function-like evaluation, which therefore implies using `sorting=true` in `evaluate`
Minor changes so tests pass |
and related updates in the docs
@dpsanders I think this is ready for review. While the core problem ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't really follow the logic, but go ahead and merge if tests pass.
It seems strange to me that so much splatting is necessary.
Thanks for the review; I'm pushing a new commit and wait for the tests to pass before merging. |
Merging. |
No description provided.