-
-
Notifications
You must be signed in to change notification settings - Fork 601
Log function and documentation revamp #18970
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
Comments
This comment has been minimized.
This comment has been minimized.
Author: Ralf Stephan |
New commits:
|
Commit: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:6
Before this patch
After
I've repeated (differently) it due to the caching-warnings. Before
After
In particular |
comment:7
which is a different behavior compared to the common/similar arithmetic operations (e.g. |
comment:8
Is this a one-time comment, or do you plan to review to the end? |
comment:9
Replying to @rwst:
Does this make a difference on how to react to my comment? ;) ....or more seriously: I am not sure if I feel qualified enough to review a change in the |
comment:11
The code at hand unconditionally tries to coerce the arguments into ZZ,QQ instead of checking the type first. Apart from the speed issue it also would benefit from moving completely into GiNaC: atm some cases are intercepted unnecessarily in |
comment:12
I guess some of the speed regression is due to the at least partially redundant checking whether Not sure how much the probably superfluous coercion contributes. |
Changed branch from u/rws/always_simplify_log_a_m_a__to_m_for_any_a_m_coercible_to_integer to u/rws/18970-1 |
Dependencies: pynac-0.6.91 |
comment:14
New branch depends on Pynac git master. New commits:
|
comment:15
Timings with this branch. Before:
After:
The single run measurements vary so much from run to run that I refrain from giving them here. The After values of |
comment:29
does not apply |
comment:32
Needs another rebase over beta9. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Changed branch from u/rws/18970-2 to u/rws/18970-3 |
comment:37
Fixes were added, cruft removed, and it all squashed. New commits:
|
Reviewer: Travis Scrimshaw |
comment:38
LGTM. Timings on my laptop with branch:
vs. with
|
comment:39
Thanks. |
Changed branch from u/rws/18970-3 to |
From https://groups.google.com/forum/?hl=en#!topic/sage-devel/hwm-7V8S3hE
Depends on #21623
Depends on #21517
Depends on #21518
Component: symbolics
Author: Ralf Stephan
Branch/Commit:
b0486c8
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/18970
The text was updated successfully, but these errors were encountered: