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

Experiment with MT #3

Closed
wants to merge 571 commits into from
Closed

Experiment with MT #3

wants to merge 571 commits into from

Conversation

bashtage
Copy link
Owner

@bashtage bashtage commented Nov 4, 2020

No description provided.

lschwetlick and others added 30 commits October 9, 2020 12:35
Adds a keyword-only dtype parameter to correlate and coerrcoef to allow
user to specify the dtype of the output.

Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
Same intent as PR numpy#17365 -- point "Installation" links to Hugo, start
page with "What is NumPy", let Hugo page link to
"Troubleshooting ImportError".
Only attempt to pull from refs/pull/xxxx/merge when pr is still
active.
To fix CircleCI fail; missed it in the c6dc9d6 commit.
CI: Make merge ref grabbing conditional on the PR being active
DOC: Display real license on license page
* Fix some links and typos
* Use the official website
Fixes the incompatible type comparison found in numpy#17490.

This also corrects the logic to not print the heading when only private/magic methods are present.
Since we no longer support Python 3.5 and below, this code is unreachable.

As with the rest of `py3k.py`, we leave behind the aliases to prevent breaking downstream code.
`Path` can now never be none, and `PurePath` is not used and not in `__all__`.
MAINT: Cleanup compatibility code for pathlib
MAINT: Use utf8 strings in more of datetime
ENH: Pass optimizations arguments to asv build
The various character codes are for C types, which are all
platform-dependent.
Bumps [mypy](https://github.com/python/mypy) from 0.782 to 0.790.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](python/mypy@v0.782...v0.790)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
DOC: Add docstrings for some scalar types
….37.1

MAINT: Bump hypothesis from 5.37.0 to 5.37.1
…x-theme-0.4.1

MAINT: Bump pydata-sphinx-theme from 0.4.0 to 0.4.1
charris and others added 24 commits November 1, 2020 15:44
….41.0

MAINT: Bump hypothesis from 5.38.0 to 5.41.0
Bumps [pytz](https://github.com/stub42/pytz) from 2020.1 to 2020.4.
- [Release notes](https://github.com/stub42/pytz/releases)
- [Commits](stub42/pytz@release_2020.1...release_2020.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
BUG: Fix small bug in ``make_lite.py``.
TST: use a more standard workflow for PyPy
SIMD: Add sum intrinsics for float/double.
MAINT: Rename `DtypeLike` to `DTypeLike`
BUG,ENH: fix pickling user-scalars by allowing non-format buffer export
BUG: Fixed an issue where `.pyi` files were ignored by numpy sub-packages
Adds a blurb about the transpose property of ndarray and updates formatting
of some rst inline literals.

Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
@pep8speaks
Copy link

Hello @bashtage! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 691:38: E203 whitespace before ':'
Line 691:49: E231 missing whitespace after ','
Line 943:46: E231 missing whitespace after ','
Line 946:26: E265 block comment should start with '# '

@bashtage bashtage closed this Feb 18, 2021
@bashtage bashtage deleted the flags-mt branch February 18, 2021 16:35
bashtage pushed a commit that referenced this pull request Nov 19, 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