| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |\
| |
| | |
MAINT: remove redundant open() modes and io.open() alias
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
This is meant to address Issue 14766.
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| | |
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]
|
| |\ \
| | |
| | |
| | |
| | | |
step-security-bot/stepsecurity_remediation_1678041261
MAIN: Apply security best practices
|
| | | |
| | |
| | | |
Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
|
| |/ /
| |
| |
| |
| |
| |
| |
| |
| | |
- 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>
|
| | |
| |
| |
| |
| |
| |
| |
| | |
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]
|
| |\ \
| | |
| | | |
BUG: SWIG overloaded long functions on pyfragments.swg will seg fault
|
| | |\ \ |
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | | |
[skip ci]
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* CI: check env
* CI: check env
* CI: only upload cirrus if schedule
* CI: enable numpy/numpy
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | | |
BLD: use conda to install anaconda-client for upload
|
| | | | | |
| | | | |
| | | | |
| | | | | |
azp][skip circle]
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This assumes NumPy is rebased before tests run,
but does not assume the locations are in the database.
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Also adjust CI so they don't immediately collide with NumPy.
I forgot to do that last time, which caused problems.
|
| | | | | |
| | | | |
| | | | | |
It should be plenty of time; each of these commands should complete in maybe five seconds per file on a slow day.
|
| |/ / / /
| | | |
| | | | |
Let's see if this shows why everything's got a fork() failure now.
|
| | | | |
| | | |
| | | |
| | | | |
Adds protection against deploying empty docs when sphinx build fails
in circleCI.
|
| | | | |
| | | |
| | | | |
[ci skip]
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | | |
Also cleanup some uneeded/commented stuff.
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | | |
distutils module was removed in Python 3.12.
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
We will drop Python3.8 in NumPy 1.25. This PR updates the ci tests and
wheel builds to use 3.9.
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* 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>
|
| |\ \ \ \
| | | | |
| | | | | |
BLD: fix cirrus wheel upload triggers
|
| | | | | | |
|
| | | | | | |
|
| |/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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?)
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | | |
CI: Add cirrus-ci to test linux_aarch64
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| |/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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>
|