| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
| | |
| | |
| | | |
[ci skip]
|
| | |
| | |
| | |
| | |
| | | |
- add section on basic and parallel builds
- update links and remove outdated info
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This update adds a section better describing record arrays in the user
guide (numpy/doc/structured_arrays.py).
It also corrects nomenclature, such that "structured array" refers to
ndarrays with structured dtype, "record array" refers to modified
ndarrays as created by np.rec.array, and "recarray" refers to ndarrays
viewed as np.recarray. See the note at the end of the structured
array user guide.
|
| |
| |
| |
| | |
[ci skip]
|
|\ \
| | |
| | | |
DOC: Reorganization request for Development Workflow docs
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The "Basic Workflow" section of the Development Workflow page was reorganized
to make it clearer to new users and remove/update old material.
Major changes:
- Moved the core developer notes. Core dev notes are confusing in basic usage
information. Updated a couple of the commands
- Added more commands and reorgaized the "New Feature Branch" section. Took
some text from "Rebasing" and moved it here, because it was redundant.
- Made many changes to the "Editing Workflow" to clarify commands. Moved some
git push stuff into this section as well.
- Moved pull request section to just after editing workflow. Removed outdated
images and simplified the text. Make code review requirements explicit.
- Moved rebasing and troubleshooting sections to the end. Could add more here
later.
- Links renamed and broken link removed.
|
| | |
| | |
| | |
| | | |
[ci skip]
|
| | |
| | |
| | |
| | |
| | | |
1. Added `ma.clump_masked` and `ma.clump_unmasked` into the rst file;
2. Removed the `.extras` in the examples due to the namespace change
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | | |
Reconcile C API with docs
|
| | |/
| |/|
| | |
| | | |
PyArray_ITEMSIZE
|
|\ \ \
| |_|/
|/| | |
DOC: NpyIter documentation improvements
|
| | |
| | |
| | |
| | | |
... so that the example is now the first thing seen after the (short) intro.
|
| | | |
|
|\ \ \
| |/ /
| | | |
DOC: iterator: don't bother users with NumPy development details
|
| | | |
|
|\ \ \
| |/ /
|/| | |
DOC: python-as-glue: use Cython, not Pyrex
|
| | |
| | |
| | |
| | | |
[ci skip]
|
| | |
| | |
| | |
| | | |
Fixes gh-4492. [ci skip]
|
|\ \ \
| |/ /
|/| | |
DOC: fix documentation build removing single backticks
|
| |/
| |
| |
| | |
[ci skip]
|
| |
| |
| |
| |
| | |
Weave is dead. It's not removed from SciPy yet, but it's deprecated and
doesn't work with Python 3.
|
|/
|
|
| |
Both projects appear to be dead.
|
|\
| |
| | |
WIP: gufunc core dimensions should not broadcast
|
| |
| |
| |
| |
| |
| | |
Documented the the new behavior in c-api.generalized-ufuncs.rst.
Added PyUFunc_FromFuncAndDataAndSignature to c-api.ufunc.rst.
|
|\ \
| | |
| | | |
DOC: update installation docs
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Installation docs still stated Python 2.4 is supported, while not mentioning
3.x at all. Also corrected the statement that distutils is in python-dev on
Debian, while it's actually in the main package.
Several parts of the dev docs and some comments also referenced now-irrelevant
2.5 bugs/limitations.
|
|/ / |
|
| | |
|
|\ \
| |/
|/|
| | |
replacing old reference from EPD to Canopy
|
| | |
|
|\ \
| |/
| |
| | |
DOC: Minor fix on c-info.python-as-glue.rst
|
| |
| |
| |
| |
| | |
Add section to remind the readers to recomplile add.pyf and add.f95
files before checking the add module in python
|
|\ \
| | |
| | | |
DOC: Correct versionadded for __numpy_ufunc__ documentation.
|
| |/
| |
| |
| | |
Make it 1.10.
|
| |
| |
| |
| | |
[ci skip]
|
| | |
|
| | |
|
|\ \
| | |
| | | |
documentation updates
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
There is no NPY_ITEM_LISTPICKLE - it was NPY_LIST_PICKLE from the
beginning - from c3551579 (Expand usage of hasobject to be a flag-like
entity keeping track of how the data-type should be used.)
The documentation in the same rst file even uses the correct identifier
later, so it was just a typo/thinko.
|
| | | |
|
| | |
| | |
| | |
| | | |
closes gh-4898
|
| |/
| |
| |
| |
| | |
added to "Changing kind of array" with the other as* functions
Closes gh-4890
|
| | |
|
|\ \
| | |
| | | |
MAINT: start 1.10-devel.
|
| | |
| | |
| | |
| | |
| | |
| | | |
There has been a warning of this change since numpy 1.7. numpy 1.10
is a good time to do it. The nanvar function needed a fix after the
change, and the tests and documentation are updated.
|
| | |
| | |
| | |
| | |
| | |
| | | |
* Create 1.10.0-notes.
* Add 1.10.-notes to the generated documentation.
* Update version number in setup.py
|
|\ \ \
| | | |
| | | | |
MAINT: const correctness and minor fixes to C code
|
| | |/
| |/| |
|
| | |
| | |
| | |
| | |
| | | |
closes gh-4805
[ci skip]
|