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/traitlets
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.8.0
Choose a base ref
...
head repository: ipython/traitlets
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.9.0
Choose a head ref
  • 7 commits
  • 11 files changed
  • 6 contributors

Commits on Dec 29, 2022

  1. Add more api docs (#821)

    blink1073 authored Dec 29, 2022
    Configuration menu
    Copy the full SHA
    bea00da View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. [pre-commit.ci] pre-commit autoupdate (#822)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Steven Silvester <steven.silvester@ieee.org>
    pre-commit-ci[bot] and blink1073 authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    2cdbe59 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

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

Commits on Jan 9, 2023

  1. Publish 5.8.1

    SHA256 hashes:
    
    traitlets-5.8.1-py3-none-any.whl: a1ca5df6414f8b5760f7c5f256e326ee21b581742114545b462b35ffe3f04861
    
    traitlets-5.8.1.tar.gz: 32500888f5ff7bbf3b9267ea31748fa657aaf34d56d85e60f91dda7dc7f5785b
    blink1073 committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    a6c926e View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Polishing argcomplete support (#829)

    * Polishing argcomplete support
    
    * Forgot to add license notice on new files
    * Add support for completing subcommands. Its not easy to
      do this with argparse's subparser with the way traitlets
      uses argparse, so instead directly add subcommands as
      completions for the first cword in argcomplete.
    * A few other small refactor/cleanup/testing
    
    * Add missed subapp.clear_instance() in unit test
    
    Otherwise, this test prevents other tests from creating
    subcommand applications.
    azjps authored Jan 28, 2023
    Configuration menu
    Copy the full SHA
    d2fbecc View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Test that name and description can be set via constructor. (#826)

    Alternative to #825, that adds tests for behavior.
    
    I don't think we _need_ the ability to set the value via a constructor,
    And I'm generally in favor of simplifying, but at least this should have
    tests.
    Carreau authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    c11a4d9 View commit details
    Browse the repository at this point in the history
  2. Publish 5.9.0

    SHA256 hashes:
    
    traitlets-5.9.0-py3-none-any.whl: 9e6ec080259b9a5940c797d58b613b5e31441c2257b87c2e795c5228ae80d2d8
    
    traitlets-5.9.0.tar.gz: f6cde21a9c68cf756af02035f72d5a723bf607e862e7be33ece505abf4a3bad9
    blink1073 committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    098711f View commit details
    Browse the repository at this point in the history
Loading