Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BLD: update to OpenBLAS 0.3.23, fix | mattip | 2023-05-05 | 1 | -10/+9 |
| | |||||
* | Merge pull request #22493 from mwtoews/maint-open | Sebastian Berg | 2023-04-28 | 3 | -8/+7 |
|\ | | | | | MAINT: remove redundant open() modes and io.open() alias | ||||
| * | MAINT: remove redundant open() modes and io.open() alias | Mike Taves | 2022-10-29 | 3 | -8/+7 |
| | | |||||
* | | Deleted tools/allocation_tracking/README.md | Jules Kouatchou | 2023-04-26 | 1 | -86/+0 |
| | | |||||
* | | Provided an example on how to use np.lib.tracemalloc_domain. | Jules Kouatchou | 2023-04-22 | 1 | -5/+84 |
| | | | | | | | | This is meant to address Issue 14766. | ||||
* | | MAINT: remove sudo | Andrew Nelson | 2023-04-08 | 1 | -4/+5 |
| | | |||||
* | | CI: macosx_arm64 natively on cirrus | Andrew Nelson | 2023-04-08 | 4 | -6/+110 |
| | | |||||
* | | MAINT: remove support for Gitpod, add note on using Codespaces | Ralf Gommers | 2023-03-23 | 4 | -218/+0 |
| | | | | | | | | | | | | | | See this mailing list thread for the discussion on removal: https://mail.python.org/archives/list/numpy-discussion@python.org/thread/SSPI7HVL2PLWPFL42T6UNR2ENARE5A5E/ [skip azp] [skip cirrus] | ||||
* | | Merge pull request #23339 from ↵ | Charles Harris | 2023-03-14 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | step-security-bot/stepsecurity_remediation_1678041261 MAIN: Apply security best practices | ||||
| * | | [StepSecurity] Apply security best practices | StepSecurity Bot | 2023-03-05 | 1 | -1/+1 |
| | | | | | | | | | Signed-off-by: StepSecurity Bot <bot@stepsecurity.io> | ||||
* | | | BLD: Check for submodules before build (#23372) | Raghuveer Devulapalli | 2023-03-12 | 1 | -1/+3 |
|/ / | | | | | | | | | | | | | | | | | - DOC: update git clone command in doc to initialize submodules - BLD: Check for submodules before building - CI: update meson.build check and Cirrus for new git submodule [skip ci] Co-authored-by: Ralf Gommers <ralf.gommers@gmail.com> | ||||
* | | MAINT: Ignore hadolint info error DL3059. | Charles Harris | 2023-03-03 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | That is a suggestion to consolidate run lines. I suppose we could raise the error threshold from the current "info" level, but it seems easier to just ignore what is effectively a "style" error. [skip ci] [skip cirrus] | ||||
* | | Merge pull request #16604 from Iamsoto/bugfix_16492_segfault_on_pyfragments | Sebastian Berg | 2023-02-22 | 1 | -0/+2 |
|\ \ | | | | | | | BUG: SWIG overloaded long functions on pyfragments.swg will seg fault | ||||
| * \ | Merge branch 'main' into bugfix_16492_segfault_on_pyfragments | Charles Harris | 2022-06-09 | 41 | -1160/+4078 |
| |\ \ | |||||
| * | | | BUG: default/overloadedfunctions with long will seg fault | iamsoto | 2020-06-14 | 1 | -0/+2 |
| | | | | |||||
* | | | | CI: Include x86-simd-sort in submodules in gitpod.Dockerfile | warren | 2023-02-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | [skip ci] | ||||
* | | | | CI: check env in wheel uploader (#23183) | Andrew Nelson | 2023-02-09 | 1 | -18/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * CI: check env * CI: check env * CI: only upload cirrus if schedule * CI: enable numpy/numpy | ||||
* | | | | MAINT: Remove the python <3.9 guards for `__class_getitem__` | BvB93 | 2023-02-02 | 1 | -6/+0 |
| | | | | |||||
* | | | | Merge pull request #23127 from andyfaff/anc | Matti Picus | 2023-01-30 | 2 | -3/+9 |
|\ \ \ \ | | | | | | | | | | | BLD: use conda to install anaconda-client for upload | ||||
| * | | | | BLD: use conda to install anaconda-client for upload [wheel build][skip ↵ | Andrew Nelson | 2023-01-30 | 2 | -3/+9 |
| | | | | | | | | | | | | | | | | | | | | azp][skip circle] | ||||
* | | | | | CI: Rebase numpy DLLs in runtests.py. | DWesl | 2023-01-30 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This assumes NumPy is rebased before tests run, but does not assume the locations are in the database. | ||||
* | | | | | TST: Rebase F2Py-built extension modules. | DWesl | 2023-01-29 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Also adjust CI so they don't immediately collide with NumPy. I forgot to do that last time, which caused problems. | ||||
* | | | | | CI: Put timeouts on Cygwin dependency checks. | DWesl | 2023-01-26 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | It should be plenty of time; each of these commands should complete in maybe five seconds per file on a slow day. | ||||
* | | | | | CI: Print more debug information while rebasing. | DWesl | 2023-01-26 | 1 | -1/+3 |
|/ / / / | | | | | | | | | Let's see if this shows why everything's got a fork() failure now. | ||||
* | | | | DOC: fail the CI build and do not deploy if docs are not created (#23065) | Matti Picus | 2023-01-22 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | Adds protection against deploying empty docs when sphinx build fails in circleCI. | ||||
* | | | | CI: musllinux_x86_64 (#22864) | Andrew Nelson | 2023-01-20 | 1 | -5/+34 |
| | | | | | | | | | | | | [ci skip] | ||||
* | | | | BLD: Try cibuildwheel v2.12.0 | Charles Harris | 2023-01-16 | 1 | -1/+1 |
| | | | | |||||
* | | | | BLD: Try cibuildwheel 2.11.4 | Charles Harris | 2023-01-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Also cleanup some uneeded/commented stuff. | ||||
* | | | | BLD: Try 2.11.3 to narrow things down. | Charles Harris | 2023-01-16 | 1 | -1/+1 |
| | | | | |||||
* | | | | BLD: Try building wheels with cibuildwheel 2.11.4 | Charles Harris | 2023-01-16 | 1 | -1/+1 |
| | | | | |||||
* | | | | MAINT: Remove distutils usage in travis-test.sh. | Mariusz Felisiak | 2023-01-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | distutils module was removed in Python 3.12. | ||||
* | | | | MAINT: Replace Python3.8 by Python3.9. | Charles Harris | 2022-12-29 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | | | | | We will drop Python3.8 in NumPy 1.25. This PR updates the ci tests and wheel builds to use 3.9. | ||||
* | | | | BLD: CIRRUS_TAG redux | Andrew Nelson | 2022-12-19 | 1 | -1/+1 |
| | | | | |||||
* | | | | BLD: redo delocate, update labeler | mattip | 2022-12-18 | 1 | -2/+1 |
| | | | | |||||
* | | | | BLD: use newer version of delocate | mattip | 2022-12-17 | 1 | -1/+1 |
| | | | | |||||
* | | | | CI: fix CIRRUS_TAG check when tagging. Closes #22730 (#22752) | Andrew Nelson | 2022-12-07 | 1 | -6/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * CI: fix CIRRUS_TAG check when tagging * CI: cirrus upload on tag+maintenance * MAINT: Break a long line. Co-authored-by: Charles Harris <charlesr.harris@gmail.com> | ||||
* | | | | Merge pull request #22690 from mattip/cirrus-upload | Matti Picus | 2022-12-02 | 2 | -13/+7 |
|\ \ \ \ | | | | | | | | | | | BLD: fix cirrus wheel upload triggers | ||||
| * | | | | BUILD: more bash script cleanups | mattip | 2022-11-30 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | BUILD: fix cirrus wheel upload triggers | mattip | 2022-11-30 | 2 | -11/+5 |
| | | | | | |||||
* | | | | | CI: Make benchmark asv run quick to only check that benchmarks work | Sebastian Berg | 2022-11-30 | 1 | -2/+2 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | This means that benchmark results are effectively useless but I do not think we use them anyway right now. IT could be useful to have an asv running as a chron job with an in depth test. (or maybe also on request for a given PR?) | ||||
* | | | | BUILD: more cirrus CI env tweaks | mattip | 2022-11-28 | 1 | -1/+3 |
| | | | | |||||
* | | | | BUILD: tweak configuration, run set_travis_vars | mattip | 2022-11-28 | 1 | -4/+6 |
| | | | | |||||
* | | | | BUILD: disable aarch64 on travis, parse CIRRUS env variables for wheel upload | mattip | 2022-11-28 | 1 | -2/+6 |
| | | | | |||||
* | | | | Merge pull request #22650 from andyfaff/cirrus | Matti Picus | 2022-11-28 | 1 | -0/+88 |
|\ \ \ \ | | | | | | | | | | | CI: Add cirrus-ci to test linux_aarch64 | ||||
| * | | | | remove TODO | Matti Picus | 2022-11-27 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | Add encrypted tokens | Matti Picus | 2022-11-27 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | CI: split into separate runs | Andrew Nelson | 2022-11-26 | 1 | -1/+3 |
| | | | | | |||||
| * | | | | CI: enable upload | Andrew Nelson | 2022-11-22 | 1 | -9/+8 |
| | | | | | |||||
| * | | | | CI: initial cirrus config | Andrew Nelson | 2022-11-22 | 1 | -0/+88 |
| | | | | | |||||
* | | | | | BLD: enable building NumPy with Meson | Ralf Gommers | 2022-11-25 | 1 | -0/+86 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This enables building with NumPy on Linux and macOS. Windows support should be complete to, but is untested as of now and may need a few tweaks. This contains: - A set of `meson.build` files and related code generation script tweaks, header templates, etc. - One CI job on Linux - Basic docs on using Meson to build NumPy (not yet integrated in the html docs, it's too early for that - this is for early adopters right now). The build should be complete, with the major exception of SIMD support. The full test suite passes. See gh-22546 for the tracking issue with detailed notes on the plan for switching NumPy to Meson as its build system. Co-authored-by: Stefan van der Walt <stefanv@berkeley.edu> |