| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Rescued from a non-linked file under numpy.org
|
|
|
|
| |
Rescued from ancient history.
|
| |
|
|
|
|
| |
Rescued from ancient history.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* DOC: add docstring for np.float16 (see #10106)
* DOC: add docstrings for uint8, uint16, uint32, uint64 (see #10106)
* DOC: make numeric types' docstrings char codes formatting consistent
* DOC: Adding documentation to C/Python compatible names of scalar types
* DOC: Adding platform-dependent aliases to scalar type docstrings
* DOC: Fix typos and minor issues in scalar type docstrings
* DOC: Add hard-coded aliases to scalar type docstrings
* DOC: Fix platform-dependent aliases in doc string of scalar types
* DOC: Fix indentation of numeric types' docstring
* TST: Add test checking for platform-dependent generation of numeric type docstrings
* TST: Fix docstring test failures when PYTHONOPTIMIZE/Py_OptimizeFlag > 1
* TST: Moving check of PYTHONOPTIMIZE for test_numerictypes.py::TestDocStrings into pytest.mark.skip decorator
* DOC: Cleanup code for adding docstrings to numeric types and mention canonical type name
* DOC: Cleaning up access of numeric type objects and character codes in dynamic docstring generation
* DOC: Prepend 'np.' to numeric type docstrings
* MAINT: Remove dead code, rename function
* DOC: Cleaning up numeric_type_aliases in core/_add_newdocs.py
* DOC: Fixing dynamic aliases in docstrings for complex scalar types
* DOC: Removing docstrings for complex scalar types in numpy/core/src/multiarray/scalartypes.c.src, as they are now set in numpy/core/_add_newdocs.py
* DOC: Merging lists of different dynamic aliases into one, and prepending 'np.' to fixed aliases
* DOC: Adding scalar type docstring improvements to release notes
* DOC: Tweak release notes
|
|\
| |
| | |
DEP: finish making all comparisons to NaT false
|
| | |
|
|\ \
| | |
| | | |
DOC: Add warning/clarification about backwards compat in NEP-18
|
| | | |
|
| |/
| |
| |
| |
| | |
Per mailing list discussion in:
https://mail.python.org/pipermail/numpy-discussion/2018-August/078493.html
|
| | |
|
| | |
|
|/ |
|
| |
|
|\
| |
| | |
DOC: #defining -> #define / Added a short explanation for Numeric
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
is archaic.
|
|\ \
| | |
| | | |
MAINT: remove exec_command from system_info.py
|
| | |
| | |
| | |
| | |
| | |
| | | |
* replace exec_command() with its standard
library equivalent in distutils system_info
module
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Issue #10966 fix
* Issue #10966 fix
Added documentation for return of standard python types on success for `PyArray_GETITEM`
* Update c-api.array.rst
* Update c-api.array.rst
* Update c-api.array.rst
* Update c-api.array.rst
* Update c-api.array.rst
* Update c-api.array.rst
* Update c-api.array.rst
|
|\ \
| | |
| | | |
DOC: dtype offset and itemsize is limited by range of C int
|
| | | |
|
|\ \ \
| |/ /
|/| | |
NEP: Mark NEP 18 as accepted
|
| |/
| |
| | |
We should wait to merge this until Nathaniel's has had the chance to read it.
|
| | |
|
|\ \
| | |
| | | |
TST: Drop Python 3.4 testing
|
| | |
| | |
| | |
| | |
| | |
| | | |
* Drop Python 3.4 testing on travis and appveyor.
* Move the DEBUG build to 3.5.
* Document dropping 3.4 support in the release notes.
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
Discussed and accepted in this thread:
https://mail.python.org/pipermail/numpy-discussion/2018-July/078476.html
Will be linked from https://scipy.org/codes-of-conduct.html and from the
GitHub community profile (https://github.com/numpy/numpy/community)
|
|\ \ |
|
| |\ \
| | | |
| | | | |
ENH: implement nep 0015: merge multiarray and umath
|
| | | | |
|
| |\ \ \
| | | | |
| | | | | |
DOC: document use when f2py is not in the PATH
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| |\ \ \ \
| | | | | |
| | | | | | |
ENH: Use entry_points to install the f2py scripts.
|
| | |/ / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Using console_scripts changes the type of the f2py script on Windows
from `*.py` to `*.exe`, so the script can no longer be executed as a
python script. This is a compatibility break and needs mentioning in the
release notes.
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Add augmented assignment for supported operations
Add augmented assignments for `+=`, `-=`, `*=`, `/=`, `%=`, and `**=`.
* correct idiv and imod
* remove augomented operationa. add notes.
Explicitly state the intention that all instances of a polynomial baseclass are immutable.
* fix typo, remove Note from _polybase
|
| |/ /
| | |
| | |
| | | |
[ci skip]
|
| | | |
|
| | | |
|
| | | |
|
| |\ \
| | | |
| | | | |
ENH: Add support for ipython latex printing to polynomial
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Choices made, and the alternatives rejected (for no particularly strong reason):
1. Show terms in ascending order, to match their internal representation
* alternative: descending, to match convention
2. Shows 0 terms in gray
* alternative: omit entirely
* alternative: show normally to aid comparison
3. Write each term as `basis(ax + b)
* alternative: write as `basis(u) ... where u = ax + b`
* alternative: show the normalized polynomial
In future it would perhaps make sense to expose these options to the end user
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | | |
Attempts to use this on either cpython27 or cpython35, in either a shell or a script, gives:
NameError: name '__path__' is not defined
Perhaps I'm calling it wrong, but it might just be broken.
|
| |\ \
| | | |
| | | | |
ENH: support for empty matrices in linalg.lstsq
|
| | | | |
|