Skip to content
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

Fix unintentionally swapped words in index.md #3806

Closed
wants to merge 17 commits into from

Commits on Jul 11, 2023

  1. Fix typo in CITATION.cff (psf#3779)

    Fix tiny typo in CITATION.cff
    skykasko authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    a062d5c View commit details
    Browse the repository at this point in the history
  2. Remove Python 3.7 from classifiers (psf#3784)

    Follow-up on psf#3765
    nsoranzo authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    027afda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4490ac View commit details
    Browse the repository at this point in the history
  4. Fix lint in test_ipynb (psf#3781)

    Unblocks psf#3780
    hauntsaninja authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    8d21103 View commit details
    Browse the repository at this point in the history
  5. [pre-commit.ci] pre-commit autoupdate (psf#3780)

    updates:
    - [github.com/pycqa/flake8: 4.0.1 → 6.0.0](PyCQA/flake8@4.0.1...6.0.0)
    - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.0](pre-commit/mirrors-prettier@v2.7.1...v3.0.0)
    - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
    pre-commit-ci[bot] authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    37895f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6123b4a View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    0e26ada View commit details
    Browse the repository at this point in the history
  2. Avoid importing IPython if notebook cells do not contain magics (ps…

    …f#3782)
    
    Co-authored-by: hauntsaninja <[email protected]>
    Co-authored-by: Shantanu <[email protected]>
    3 people authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    92e0f5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d80aec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1e30d9 View commit details
    Browse the repository at this point in the history
  5. Bump pypa/cibuildwheel from 2.13.1 to 2.14.1 (psf#3795)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    068f6fb View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Fix diff-shades comment missing newlines (psf#3799)

    Preserving newlines is done differently when writing to $GITHUB_OUTPUT
    over the deprecated :set-output: command.
    ichard26 authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    2f68ac8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b301f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Configuration menu
    Copy the full SHA
    e7e8d62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13bd4ff View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Fix unintentionally swapped words in index.md

    I think the intent was to say "large changes in formatting", because it doesn't make sense to say "large formatting in changes".
    pradeep90 authored Jul 23, 2023
    Configuration menu
    Copy the full SHA
    f7bc6e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    27a7f56 View commit details
    Browse the repository at this point in the history