Skip to content

Add a single table as summary to cmath documentation - #131887

Merged
AA-Turner merged 12 commits into
python:mainfrom
skirpichev:cmath.rst-tables
Apr 6, 2025
Merged

Add a single table as summary to cmath documentation#131887
AA-Turner merged 12 commits into
python:mainfrom
skirpichev:cmath.rst-tables

Conversation

@skirpichev

@skirpichevskirpichev commented Mar 30, 2025

Copy link
Copy Markdown
Member

📚 Documentation preview 📚: https://cpython-previews--131887.org.readthedocs.build/


for reviewers:

skirpichevand others added 6 commits October 25, 2024 09:12
In the main:
$ ./python -m timeit -r11 -s 'from cmath import sin;z=1j' 'sin(z)'
1000000 loops, best of 11: 312 nsec per loop
With patch:
$ ./python -m timeit -r11 -s 'from cmath import sin;z=1j' 'sin(z)'
1000000 loops, best of 11: 330 nsec per loop
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Comment threadDoc/library/cmath.rst Outdated
Comment threadDoc/library/cmath.rst Outdated
Comment threadDoc/library/cmath.rst
skirpichevand others added 2 commits March 30, 2025 12:37
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Comment threadDoc/library/cmath.rst
Comment threadDoc/library/cmath.rst
@python-cla-bot

Copy link
Copy Markdown

All commit authors signed the Contributor License Agreement.

CLA signed

Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
Comment threadDoc/library/cmath.rst Outdated
Comment threadDoc/library/cmath.rst Outdated
AA-Turnerand others added 2 commits April 6, 2025 21:51
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
@AA-Turner
AA-Turner merged commit 6eaa4ae into python:mainApr 6, 2025
@github-project-automationgithub-project-automationBot moved this from Todo to Done in Docs PRsApr 6, 2025
@miss-islington-app

Copy link
Copy Markdown

Thanks @skirpichev for the PR, and @AA-Turner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Apr 6, 2025
(cherry picked from commit 6eaa4ae)
Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Apr 6, 2025
(cherry picked from commit 6eaa4ae)
Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
@bedevere-app

Copy link
Copy Markdown

GH-132179 is a backport of this pull request to the 3.13 branch.

@bedevere-appbedevere-appBot removed the needs backport to 3.13 bugs and security fixes label Apr 6, 2025
@bedevere-app

Copy link
Copy Markdown

GH-132180 is a backport of this pull request to the 3.12 branch.

@bedevere-appbedevere-appBot removed the needs backport to 3.12 only security fixes label Apr 6, 2025
AA-Turner added a commit that referenced this pull request Apr 6, 2025
…32179)
Docs: Add a single table summary for ``cmath`` (GH-131887)
(cherry picked from commit 6eaa4ae)
Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
AA-Turner added a commit that referenced this pull request Apr 6, 2025
…32180)
Docs: Add a single table summary for ``cmath`` (GH-131887)
(cherry picked from commit 6eaa4ae)
Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
@skirpichev
skirpichev deleted the cmath.rst-tables branch April 7, 2025 01:46
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip issueskip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

5 participants

@skirpichev@hugovk@AA-Turner@XuehaiPan@StanFromIreland