Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ipython/ipython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5332c14
Choose a base ref
...
head repository: ipython/ipython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cf4a6f5
Choose a head ref
  • 5 commits
  • 2 files changed
  • 3 contributors

Commits on Feb 22, 2024

  1. back to dev

    Carreau committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    1f25c79 View commit details
    Browse the repository at this point in the history
  2. Depend upon traitlets >5.10.0

    In previous versions, traitlets.List does not inherit from
    typing.Generic which means it does not implement __class_getitem__
    which means List[ast.NodeTransformer] raises at runtime.
    ahumeau committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    7fce1ae View commit details
    Browse the repository at this point in the history
  3. Depend upon traitlets >5.13.0

    Co-authored-by: Michał Krassowski <5832902+krassowski@users.noreply.github.com>
    ahumeau and krassowski authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    c60fa3f View commit details
    Browse the repository at this point in the history
  4. Depend upon traitlets >5.13.0 (#14353)

    In previous versions, `traitlets.List` does not inherit from
    `typing.Generic` which means it does not implement `__class_getitem__`
    which means
    [`List[ast.NodeTransformer]`](https://github.com/ipython/ipython/blob/8.22.0/IPython/core/interactiveshell.py#L331)
    raises at runtime.
    Carreau authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    3ebd53b View commit details
    Browse the repository at this point in the history
  5. release 8.22.1

    Carreau committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    cf4a6f5 View commit details
    Browse the repository at this point in the history
Loading