| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
These items were not clear in the original PR #21260 but have since been
clarified.
|
| |/ / / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* DOC: contigous -> contiguous
* DOC: enlongated -> elongated
* DOC: thuse -> thus
* DOC: quantityt -> quantity
* DOC: suppled -> supplied
* DOC: intgrally -> integrally
* DOC: assignnent -> assignment
* DOC: homoegeneous -> homogeneous
* DOC: interpereted -> interpreted
* DOC: optimised -> optimized
* DOC: Advantanges -> Advantages
* DOC: realised -> realized
* DOC: parametrizing -> parameterizing
* DOC: realised -> realized
* DOC: intrisics -> intrinsics
* DOC: ablility -> ability
* DOC: intrisic -> intrinsic
* DOC: unversal -> universal
* DOC: machnisms -> mechanisms
* DOC: specfiy -> specify
* DOC: exclution -> exclusion
* DOC: optimzations -> optimizations
* DOC: declrations -> declarations
* DOC: auto-gernreated -> auto-generated
* DOC: it highely recomaned -> it is highly recommended
* DOC: exectuing -> executing
* DOC: strectched -> stretched
* DOC: foriegn -> foreign
* DOC: indeded -> intended
* DOC: multimdimensional -> multidimensional
* DOC: supserseded -> superseded
* DOC: generalisation -> generalization
* FIX: whitespace before comma
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Group all C++ flags in one location.
This avoids redundancy and makes sure we test the flags we use, and use the
flags we test.
Fix #21302
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | | |
Add a document that enumerates the differences between numpy and numpy.array_api
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This applies even of the name changed, because it affects the case where no
keyword is passed.
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
implemented)
|
| | | | | | |
|
| | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This is a more organized presentation of the various "Note" comments in
numpy/array_api.
In particular, each difference is notated as to whether it is a strictness
difference (no change in NumPy needed), a compatible change (NumPy can change
in a backwards compatible way), or a breaking change (NumPy would need to
break backwards compatibility to match the spec).
|
| | | | |
| | | | |
| | | | |
| | | | | |
Kept the Python code output uniform
|
|\ \ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[skip azp]
[skip actions]
|
|/ / / / / |
|
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* DOC: mention Gitpod as alternative to build numpy
Fixes #20679
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
|
| | | |
| | | |
| | | |
| | | |
| | | | |
This is invalid syntax (well technically valid, its literally rendering
:role: followed by what's inside the double backticks as verbatim text
instead of a link...
|
|/ / / |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Adds note on how to install the test dependencies when building numpy
from source.
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
|
|\ \ \
| | | |
| | | | |
MAINT, DOC: make np._from_dlpack public
|
| | | |
| | | |
| | | | |
Co-authored-by: Matti Picus <matti.picus@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Co-authored-by: Matti Picus <matti.picus@gmail.com>
|
| | | | |
|
| | | | |
|
| |/ / |
|
|\ \ \
| | | |
| | | | |
DOC: document uploads to ananconda.org
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
This now makes it explicit when upper bounds should be set, and returns previous
guidance on `numpy_version + 3`. Also adds content on pinning major version
for users of the C API.
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Update mailmap
- Update release.rst
- Update 1.22.0-notes.rst -- mention OS X 10.14 base.
- Create 1.22.3-notes.rst
- Create 1.22.3-changelog.rst
|
|/ / |
|
|\ \
| | |
| | | |
DOC: Refactoring f2py user guide
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
DEP: deprecate `numpy.distutils`, and add a migration guide
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[skip azp]
[skip actions]
Also addresses review comments.
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | | |
DOC: explicitly define numpy.datetime64 semantics
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Explicity state datetime64 semantics:
- adoption of proleptic Gregorian Calendar
- Astronomical year numbering
- 86400 s constant length of day.
Add some exmples of shortcomings of the above semnatics with ref. to
UTC timescale (missing leap seconds) and UT timescale (variable
legth of day).
Closes GH-20675
|
|\ \ \
| | | |
| | | | |
DEP: Remove support for non-tuple nd-indices.
|
| | |/
| |/|
| | |
| | |
| | | |
This behavior has been deprecated since NumPy 1.15
(https://github.com/numpy/numpy/pull/9686).
|
|\ \ \
| |/ /
|/| | |
MAINT: Remove the RELAXED_STRIDES_CHECKING env variable
|
| | |
| | |
| | |
| | |
| | | |
An error is for now raised in `setup.py` if this is set, eventually
we should just delete that.
|
|\ \ \
| | | |
| | | | |
MAINT, DOC: Fix SciPy intersphinx link
|
| |/ / |
|
|/ /
| |
| | |
Fixes refguide errors for basics.types, basics.byteswapping, basics.indexing
|
| | |
|
|\ \
| | |
| | | |
DOC: Added explanation document on interoperability
|
| | | |
|
| | | |
|
| | | |
|