-
Notifications
You must be signed in to change notification settings - Fork 806
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
Update horner.rst #3964
Update horner.rst #3964
Conversation
@Jochem-L Thanks for following up on this. I cannot find time to review this PR within a reasonable time frame, but I think we should ask for comments from @georgeouzou, since he is the latest person to touch the Horner docs in any substantial way, in connection with his introduction of invertible polynomiums in #3133 and #3217 last year. Unfortunately, I cannot add @georgeouzou as suggested reviewer - perhaps because one needs commit rights in order to review? But that would not prevent him from chiming in here in the comments |
Hi there! After checking the changes i have the following comments:
|
@georgeouzou you may not be following the PROJ mailing list anymore, so for your information, the reasoning behind some of the material @Jochem-L provides has been elaborated somewhat on in a thread over at https://lists.osgeo.org/pipermail/proj/2023-November/011166.html |
@georgeouzou, Thanks for your great comments.
Does that solve the inconsistencies you found? |
@Jochem-L all changes seem consistent and correct! |
@Jochem-L so once you have updated the PR to reflect your comments above, I'm ready to merge the material |
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.
Looks good to me
The backport to
stderr
stdout
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-9.3 9.3
# Navigate to the new working tree
cd .worktrees/backport-9.3
# Create a new branch
git switch --create backport-3964-to-9.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick 0025bf0a0ca21ba7fa6e8daa740438f63d6ca1f9,a377a470ec807acb0c605c8ad587b33869aa2917,91b4bf7d725f0f94f8f580e2383b12a38885e486
# Push it to GitHub
git push --set-upstream origin backport-3964-to-9.3
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-9.3 Then, create a pull request where the |
Update horner.rst with improved description of polynomium coefficient order
manually cherry-picked to |
No description provided.