forked from numpy/numpy
-
Notifications
You must be signed in to change notification settings - Fork 0
Experiment with MT #3
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]> Co-authored-by: Ross Barnowski <[email protected]>
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
DOC: Fix Boolean types in C functions
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 [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.37.0 to 5.37.1. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.37.0...hypothesis-python-5.37.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps [pydata-sphinx-theme](https://github.com/pandas-dev/pydata-sphinx-theme) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/pandas-dev/pydata-sphinx-theme/releases) - [Changelog](https://github.com/pandas-dev/pydata-sphinx-theme/blob/master/docs/changelog.rst) - [Commits](pydata/pydata-sphinx-theme@v0.4.0...v0.4.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
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] <[email protected]>
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
Flagged by LGTM.
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.38.0 to 5.41.0. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-5.38.0...hypothesis-python-5.41.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
….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] <[email protected]>
REL: Update master after 1.19.4 release.
MAINT: Bump pytz from 2020.1 to 2020.4
BUG: Fix small bug in ``make_lite.py``.
TST: use a more standard workflow for PyPy
SIMD: Add sum intrinsics for float/double.
Fix small typos.
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 <[email protected]>
Hello @bashtage! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
|
bashtage
pushed a commit
that referenced
this pull request
Nov 19, 2021
commit 9c833bed5879d77e625556260690c349de18b433 Author: Thomas Li <[email protected]> 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 <[email protected]> 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.