10000 Enh lint by ganesh-k13 · Pull Request #2 · ganesh-k13/numpy · GitHub
[go: up one dir, main page]

Skip to content

Enh lint #2

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

Closed
wants to merge 176 commits into from
Closed

Enh lint #2

wants to merge 176 commits into from

Conversation

ganesh-k13
Copy link
Owner

No description provided.

SabrinaSimao and others added 23 commits June 12, 2020 14:13
….transpose

I feel like the `ndarray.transpose` has more details, and it's also called by `transpose`, so i changed the way the link between them was being used
This rewrite better reflects the cited reference R example
by offering a 2-tailed test and more accurate language.
Closes numpy#18370.
Clarify point about std computation
Use absolute value for p-value computation of 2-tailed test
The reported shape always missed the transpose operation, this refactors
the transpose getting out and applies it in the error path.

Closes numpygh-18401, numpygh-5710
Add typing to the lowest-level building blocks on random
Fix initial bugs
Add _Interface named tuple
Add initial typing for select bit generators
Add typing for remaining core bit generators
Clean up remaining files
Update using TypedDict for state
Update with latest suggestions
Correct specific typing and general typing
Replace with concrete types
Addresses numpygh-18321.

Also fixes a typo where `font-style` instead of `font-family` was used. Since the font boldness and letter-spacing choices were built on top of this mistake, they were removed too.

If someone feels the pydata-sphinx-theme would look nicer with some layout tweaks, I would strongly encourage them to adjust the theme itself upstream.
MAINT: Update END statements parsing for recent Fortran standards.
I thought I had fixed these leaks, but it appears I missed some.
We probably should backport this to 1.20.x (its simple), but the leaks
are also pretty harmless unless someone uses `like=` hundrets of
thousands of times in a running program (and its a new fetaure).
BUG: Fix tiny memory leaks when `like=` overrides are used
@ganesh-k13 ganesh-k13 force-pushed the enh_lint branch 3 times, most recently from af76db4 to 7111eed Compare February 16, 2021 17:01
Bas van Beek and others added 15 commits March 4, 2021 12:48
`timedelta64` does not support the `__mod__` and `__divmod__` operations with integers and booleans
* Upload docs to main branch of neps/devdocs

* Update `master` to `main` to be consistent with current state of renaming

* Remove badges from README

* Replace remaining instances of `master` with `main`

* Add back logo

* Fix CircleCI branch checks

* Fix GA branch name

* master->main in issue templates.

* master->main for 2 links to numpy archive.

* Change master to main in NEP 23

Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
Co-authored-by: Matti Picus <matti.picus@gmail.com>
DOC: remove layout overrides for headers
The azure-pipeline test Linux_Python_38_32bit_full_with_asserts has
been failing after the release of the latest manylinux2010. Pin
the docker image to an earlier version to fix this.

Closes numpy#18553.
BUG: NameError in numpy.distutils.fcompiler.compaq
ENH: Add dtype-support to the ufunc-based `ndarray` magic methods 4/4
NEP: add Spending NumPy Project Funds (NEP 48)
@ganesh-k13 ganesh-k13 closed this Apr 14, 2021
@ganesh-k13 ganesh-k13 deleted the enh_lint branch April 14, 2021 04:15
ganesh-k13 pushed a commit that referenced this pull request Dec 11, 2021
commit 9c833bed5879d77e625556260690c349de18b433
Author: Thomas Li <47963215+lithomas1@users.noreply.github.com>
Date:   Wed Nov 17 16:21:27 2021 -0800

    Add Windows config to GHA

    update script [wheel build]

    typo [wheel build]

    fix typo? [wheel build]

    fix linux builds? [wheel build]

    typo [wheel build]

    add license and pin to windows 2016

    skip tests [wheel build]

    pin to windows 2019 instead [wheel build]

    try to find out the error on windows [wheel build]

    maybe fix? [wheel build]

    maybe fix? [wheel build]

    fix? [wheel build]

    cleanup [wheel build]

    Add Windows config to GHA

    update script [wheel build]

    typo [wheel build]

    fix typo? [wheel build]

    fix linux builds? [wheel build]

    typo [wheel build]

    add license and pin to windows 2016

    skip tests [wheel build]

    pin to windows 2019 instead [wheel build]

    try to find out the error on windows [wheel build]

    maybe fix? [wheel build]

    maybe fix? [wheel build]

    fix? [wheel build]

    cleanup [wheel build]

    Update LICENSE_win32.txt

    Update LICENSE_win32.txt

    Add Windows config to GHA

    update script [wheel build]

    typo [wheel build]

    fix typo? [wheel build]

    fix linux builds? [wheel build]

    typo [wheel build]

    add license and pin to windows 2016

    skip tests [wheel build]

    pin to windows 2019 instead [wheel build]

    try to find out the error on windows [wheel build]

    maybe fix? [wheel build]

    maybe fix? [wheel build]

    fix? [wheel build]

    cleanup [wheel build]

    Update LICENSE_win32.txt

    Update LICENSE_win32.txt

    Update cibw_test_command.sh

commit 4bd12df
Author: Thomas Li <47963215+lithomas1@users.noreply.github.com>
Date:   Mon Nov 15 17:28:47 2021 -0800

    # This is a combination of 14 commits.
    # This is the 1st commit message:

    Add Windows config to GHA
    # This is the commit message #2:

    update script [wheel build]
    # This is the commit message #3:

    typo [wheel build]
    # This is the commit message #4:

    fix typo? [wheel build]
    # This is the commit message #5:

    fix linux builds? [wheel build]
    # This is the commit message #6:

    typo [wheel build]
    # This is the commit message #7:

    add license and pin to windows 2016
    # This is the commit message #8:

    skip tests [wheel build]
    # This is the commit message #9:

    pin to windows 2019 instead [wheel build]
    # This is the commit message #10:

    try to find out the error on windows [wheel build]
    # This is the commit message #11:

    maybe fix? [wheel build]
    # This is the commit message #12:

    maybe fix? [wheel build]
    # This is the commit message #13:

    fix? [wheel build]
    # This is the commit message #14:

    cleanup [wheel build]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0