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

Pull upstream changes #1

Merged
merged 76 commits into from Apr 19, 2021
Merged

Pull upstream changes #1

merged 76 commits into from Apr 19, 2021

Conversation

illright
Copy link
Owner

No description provided.

adityausathe and others added 30 commits November 21, 2020 11:37
Example: When an IPython session is ran with the 'autoreload' extension,
you will now have the option '3' to select which means the following:

    1. replicate all functionality from option 2
    2. autoload all new funcs/classes/enums/globals from the module
        when they're added
    3. autoload all newly imported funcs/classes/enums/globals
        from external modules

Try ``%autoreload 3`` in an IPython session
after running ``%load_ext autoreload``

For more information please see unit test -
extensions/tests/test_autoreload.py : 'test_autoload_newly_added_objects'
    pyupgrade --py36-plus IPython/extensions/tests/test_autoreload.py

To ignore those changes when using git blame see the content of
.git-blame-ignore-revs
    black --target-version py36 IPython/extensions/tests/test_autoreload.py

To ignore those changes when using git blame see the content of
.git-blame-ignore-revs
    pyupgrade --py36-plus IPython/extensions/autoreload.py

To ignore those changes when using git blame see the content of
.git-blame-ignore-revs
    black --target-version py36 IPython/extensions/autoreload.py

To ignore those changes when using git blame see the content of
.git-blame-ignore-revs
    pyupgrade --py36-plus IPython/extensions/autoreload.py

To ignore those changes when using git blame see the content of
.git-blame-ignore-revs
    black --target-version py36 IPython/extensions/autoreload.py

To ignore those changes when using git blame see the content of
.git-blame-ignore-revs
Carreau and others added 29 commits April 16, 2021 17:27
Make %precision work for numpy.float64 type
…reload-option-3

Feature add autoreload option 3
Issue ipython#12107 fix: additional spaces while parsing timeit-magic options
Added clear kwarg to display()
Remove a syntax warning; and use explicit kwargs instead of kwargs.pop.
Fix docstring syntax to be properly parsed by numpydoc.
Minor syntax cleanup and simplification.
This strips "[ins] " and "[nav] " prefix of the prompt from the
commands.

This commit adds support for it in singleline commands only.
Trying to head toward 100% of DocString autoformatted in IPython and
fixing issues in velin when I find cases that are wrong.
DOC: Some more autoformatting of docstrings.
Strip vi-mode style prompts from the input
Also add some configuration to ignore some files.
fix: broken github link on generated documentation pages
DOC: More autoreformatting of docstrings.
@illright illright merged commit 58f8486 into master Apr 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet