summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* BLD: update to OpenBLAS 0.3.23, fixmattip2023-05-051-10/+9
|
* Merge pull request #22493 from mwtoews/maint-openSebastian Berg2023-04-283-8/+7
|\ | | | | MAINT: remove redundant open() modes and io.open() alias
| * MAINT: remove redundant open() modes and io.open() aliasMike Taves2022-10-293-8/+7
| |
* | Deleted tools/allocation_tracking/README.mdJules Kouatchou2023-04-261-86/+0
| |
* | Provided an example on how to use np.lib.tracemalloc_domain.Jules Kouatchou2023-04-221-5/+84
| | | | | | | | This is meant to address Issue 14766.
* | MAINT: remove sudoAndrew Nelson2023-04-081-4/+5
| |
* | CI: macosx_arm64 natively on cirrusAndrew Nelson2023-04-084-6/+110
| |
* | MAINT: remove support for Gitpod, add note on using CodespacesRalf Gommers2023-03-234-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 Harris2023-03-141-1/+1
|\ \ | | | | | | | | | | | | step-security-bot/stepsecurity_remediation_1678041261 MAIN: Apply security best practices
| * | [StepSecurity] Apply security best practicesStepSecurity Bot2023-03-051-1/+1
| | | | | | | | | Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
* | | BLD: Check for submodules before build (#23372)Raghuveer Devulapalli2023-03-121-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 Harris2023-03-031-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_pyfragmentsSebastian Berg2023-02-221-0/+2
|\ \ | | | | | | BUG: SWIG overloaded long functions on pyfragments.swg will seg fault
| * \ Merge branch 'main' into bugfix_16492_segfault_on_pyfragmentsCharles Harris2022-06-0941-1160/+4078
| |\ \
| * | | BUG: default/overloadedfunctions with long will seg faultiamsoto2020-06-141-0/+2
| | | |
* | | | CI: Include x86-simd-sort in submodules in gitpod.Dockerfilewarren2023-02-161-1/+1
| | | | | | | | | | | | | | | | [skip ci]
* | | | CI: check env in wheel uploader (#23183)Andrew Nelson2023-02-091-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__`BvB932023-02-021-6/+0
| | | |
* | | | Merge pull request #23127 from andyfaff/ancMatti Picus2023-01-302-3/+9
|\ \ \ \ | | | | | | | | | | BLD: use conda to install anaconda-client for upload
| * | | | BLD: use conda to install anaconda-client for upload [wheel build][skip ↵Andrew Nelson2023-01-302-3/+9
| | | | | | | | | | | | | | | | | | | | azp][skip circle]
* | | | | CI: Rebase numpy DLLs in runtests.py.DWesl2023-01-301-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.DWesl2023-01-291-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.DWesl2023-01-261-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.DWesl2023-01-261-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 Picus2023-01-221-0/+7
| | | | | | | | | | | | | | | | Adds protection against deploying empty docs when sphinx build fails in circleCI.
* | | | CI: musllinux_x86_64 (#22864)Andrew Nelson2023-01-201-5/+34
| | | | | | | | | | | | [ci skip]
* | | | BLD: Try cibuildwheel v2.12.0Charles Harris2023-01-161-1/+1
| | | |
* | | | BLD: Try cibuildwheel 2.11.4Charles Harris2023-01-161-1/+1
| | | | | | | | | | | | | | | | Also cleanup some uneeded/commented stuff.
* | | | BLD: Try 2.11.3 to narrow things down.Charles Harris2023-01-161-1/+1
| | | |
* | | | BLD: Try building wheels with cibuildwheel 2.11.4Charles Harris2023-01-161-1/+1
| | | |
* | | | MAINT: Remove distutils usage in travis-test.sh.Mariusz Felisiak2023-01-041-1/+1
| | | | | | | | | | | | | | | | distutils module was removed in Python 3.12.
* | | | MAINT: Replace Python3.8 by Python3.9.Charles Harris2022-12-291-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 reduxAndrew Nelson2022-12-191-1/+1
| | | |
* | | | BLD: redo delocate, update labelermattip2022-12-181-2/+1
| | | |
* | | | BLD: use newer version of delocatemattip2022-12-171-1/+1
| | | |
* | | | CI: fix CIRRUS_TAG check when tagging. Closes #22730 (#22752)Andrew Nelson2022-12-071-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-uploadMatti Picus2022-12-022-13/+7
|\ \ \ \ | | | | | | | | | | BLD: fix cirrus wheel upload triggers
| * | | | BUILD: more bash script cleanupsmattip2022-11-301-2/+2
| | | | |
| * | | | BUILD: fix cirrus wheel upload triggersmattip2022-11-302-11/+5
| | | | |
* | | | | CI: Make benchmark asv run quick to only check that benchmarks workSebastian Berg2022-11-301-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 tweaksmattip2022-11-281-1/+3
| | | |
* | | | BUILD: tweak configuration, run set_travis_varsmattip2022-11-281-4/+6
| | | |
* | | | BUILD: disable aarch64 on travis, parse CIRRUS env variables for wheel uploadmattip2022-11-281-2/+6
| | | |
* | | | Merge pull request #22650 from andyfaff/cirrusMatti Picus2022-11-281-0/+88
|\ \ \ \ | | | | | | | | | | CI: Add cirrus-ci to test linux_aarch64
| * | | | remove TODOMatti Picus2022-11-271-1/+0
| | | | |
| * | | | Add encrypted tokensMatti Picus2022-11-271-3/+3
| | | | |
| * | | | CI: split into separate runsAndrew Nelson2022-11-261-1/+3
| | | | |
| * | | | CI: enable uploadAndrew Nelson2022-11-221-9/+8
| | | | |
| * | | | CI: initial cirrus configAndrew Nelson2022-11-221-0/+88
| | | | |
* | | | | BLD: enable building NumPy with MesonRalf Gommers2022-11-251-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>