| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|/ |
|
|
|
|
|
|
| |
when installing nightly wheel for downstream testing.
[ci skip]
|
|
|
|
|
| |
* Adding testsetup and testcleanup for temporary files
* Removing doctest skips, and fixing examples.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* ~ not ^
* = skipped for -
* swap - and = underline in files they are swapped
* * to = in header underline
* - to = and * to - for consitency
* A few more change * -> ~
* use ~ instead of +
* DOC: Fixup `c-api/array.rst` with further ^ with ~ replacement
There is still a fourth level here, which remains using "
Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net>
|
|
|
|
|
| |
The example in documentation says 2d array. however it should be 3d array.
as noted in issue 21642
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This contains various RST reformatting.
One, moving `(C)` one line up, is specific to a bug in tree-sitter-rst
that mis parses this section. Another is adding one black line for a
similar reason where `..` is seen as section underline by
tree-sitter-rst.
This is some shuffling of section underline: try to be consitant,
`=`, then `-`, then `~`, with this refactor there is also no more
section that use backticks as underline.
Note in particular that non-consitency of underline lead to a problem in
datetime64 section where "weekmasks" (underlined with `-`) were actually
a level-4 heading instead of a level 2 or 3 I guess, and thus were
nested under the `busday_count()` section.
You'll note also 2 formulas that are under double-quotes as they are not
references.
|
|
|
|
|
|
|
|
|
| |
This seems to be a slightly better order, because these initializations
are independent of module creation, and if initialization fails then
there's no reference to the new module floating around. See
https://github.com/scipy/scipy/issues/16231
[skip actions]
|
| |
|
| |
|
|\
| |
| |
| |
| | |
seberg/fix-void-cast-safety-promotion-and-comparison
API: Fix structured dtype cast-safety, promotion, and comparison
|
| | |
|
| |
| |
| |
| | |
stuff in the NEP 50 draft...
|
|/ |
|
|
|
|
|
|
|
|
| |
user/index is not an orphan page, it is references in the main index.rst
Unless there is another reason to mark it as orphan ?
Also lowercase a directive, it is the only instance of an uppercase
directive in all the source code of numpy/scipy.
|
|\
| |
| | |
DOC: Note interop from "subclassing" docs and explain when to avoid
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
I think we have consensus that for many users subclassing is a bad idea,
but our docs don't really give much of a hint as to why, and what else.
We long have the answers for these, so this is a start to actually
write them down.
Addresses some of the points in gh-20998.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| |
| |
| |
| |
| |
| | |
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>
|
| | | |
|
| |/ |
|
|/
|
|
|
| |
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.
|
|\
| |
| | |
DOC: Refactoring f2py user guide
|
| | |
|
| |
| |
| |
| |
| | |
This behavior has been deprecated since NumPy 1.15
(https://github.com/numpy/numpy/pull/9686).
|
| |
| |
| | |
Fixes refguide errors for basics.types, basics.byteswapping, basics.indexing
|
|\ \
| | |
| | | |
DOC: Added explanation document on interoperability
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
DOC: add instructions for cross compilation
|
| | |/
| |/|
| | |
| | | |
Closes #20737.
|
| | | |
|
|/ /
| |
| |
| |
| |
| |
| | |
The erroring code in basics.rec.rst was not tested earlier.
1. Fix formatting
2. Correct wrong code for the structured_to_unstructured example
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* DOC: Updated pointer spacing for consistency.
* DOC: Additional modifications to ufunc tutorial
- Couple of extra imports removed
- Couple of warnings about `const` eliminated
- Some whitespace made more conistent
- etc.
* DOC: Missed a couple of spaces
* DOC: Bug in half-float computation example
* DOC: Removed unnecessary references to `data`.
This commit makes the PR depend on #20689
|
|\ \
| | |
| | | |
DOC: Replaced svgs with pngs in the Broadcasting doc
|
| | | |
|
|\ \ \
| |/ /
| | | |
DOC, ENH: Added pngs for svgs for pdf build
|
| | | |
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* DEP: remove NPY_ARRAY_UPDATEIFCOPY, deprecated in 1.14
* remove more UPDATEIFCOPY
* typo: add missing comma
* remove a few more UPDATEIFCOPY
* Add release note
* remove UPDATEIFCOPY from comment (from review)
|
| | | |
|