summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* NEP: add NEP 26, a summary of missing data discussions and NEPs.Ralf Gommers2018-09-221-0/+727
| | | | Rescued from a non-linked file under numpy.org
* NEP: add NEP 25, the second alternative NEP to NEP 12 (missing data)Ralf Gommers2018-09-221-0/+469
| | | | Rescued from ancient history.
* DOC: BLD: remove graphviz dependency of neps doc build. Closes gh-11617Ralf Gommers2018-09-225-29/+4
|
* NEP: add first alternative NEP on missing data.Ralf Gommers2018-09-221-0/+210
| | | | Rescued from ancient history.
* Revert "NEP: Revert "NEP: Mark NEP 18 as accepted""Stephan Hoyer2018-09-201-1/+2
|
* DOC: add docstrings for numeric types (#11858)Yannick Jadoul2018-09-181-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Merge pull request #11948 from shoyer/finish-nat-deprecationCharles Harris2018-09-141-1/+14
|\ | | | | DEP: finish making all comparisons to NaT false
| * DOC: release notes for expired NaT depreactionStephan Hoyer2018-09-141-1/+14
| |
* | Merge pull request #11943 from shoyer/nep-18-warn-about-changesStephan Hoyer2018-09-141-13/+41
|\ \ | | | | | | DOC: Add warning/clarification about backwards compat in NEP-18
| * | DOC: switch order of checking for new protoclsStephan Hoyer2018-09-131-5/+5
| | |
| * | DOC: Add warning/clarification about backwards compat in NEP-18Stephan Hoyer2018-09-131-13/+41
| |/ | | | | | | | | Per mailing list discussion in: https://mail.python.org/pipermail/numpy-discussion/2018-August/078493.html
* | DOC: Adjust the gufunc signature examplesMatti Picus2018-09-131-2/+6
| |
* | DOC: Add documentation of PyUFuncObject membersMatti Picus2018-09-131-1/+58
| |
* | STY: string trailing spacesEric Wieser2018-09-131-2/+2
|/
* Revert "NEP: Mark NEP 18 as accepted"revert-11693-accept-nep18Stephan Hoyer2018-09-121-2/+1
|
* Merge pull request #11929 from derek-kim/masterMatti Picus2018-09-122-7/+7
|\ | | | | DOC: #defining -> #define / Added a short explanation for Numeric
| * DOC: Add missing commaEric Wieser2018-09-111-1/+1
| |
| * STY: revert whitespace changesEric Wieser2018-09-111-3/+3
| |
| * DOC: #defining -> #defineDerek Kim2018-09-111-6/+6
| |
| * DOC: #defining -> #define / Added a short explanation for Numeric, whichDerek Kim2018-09-111-4/+4
| | | | | | | | is archaic.
* | Merge pull request #11899 from tylerjereddy/rm_exec_command_3Charles Harris2018-09-101-0/+7
|\ \ | | | | | | MAINT: remove exec_command from system_info.py
| * | MAINT: remove exec_command from system_info.pyTyler Reddy2018-09-101-0/+7
| | | | | | | | | | | | | | | | | | * replace exec_command() with its standard library equivalent in distutils system_info module
* | | DOC: Clarify difference between PySequence_GETITEM, PyArray_GETITEM (#11914)Yug Khanna2018-09-101-3/+5
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Merge pull request #11912 from mattip/dtype-offset-intCharles Harris2018-09-091-3/+4
|\ \ | | | | | | DOC: dtype offset and itemsize is limited by range of C int
| * | DOC: dtype offset is limited to intmattip2018-09-091-3/+4
| | |
* | | Merge pull request #11693 from shoyer/accept-nep18Charles Harris2018-09-081-1/+2
|\ \ \ | |/ / |/| | NEP: Mark NEP 18 as accepted
| * | Mark NEP 18 as acceptedStephan Hoyer2018-08-081-1/+2
| |/ | | | | We should wait to merge this until Nathaniel's has had the chance to read it.
* | Link to specific section on docstringsTim Swast2018-09-071-1/+1
| |
* | Merge pull request #11866 from charris/fix-drop-3.4-testingRalf Gommers2018-09-021-0/+12
|\ \ | | | | | | TST: Drop Python 3.4 testing
| * | TST: Drop Python 3.4 testingCharles Harris2018-09-011-0/+12
| | | | | | | | | | | | | | | | | | * 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.
* | | DOC: add a Code of Conduct document.Ralf Gommers2018-09-013-0/+383
|/ / | | | | | | | | | | | | | | 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)
* | Merge branch 'master' into warn-float16-nanCharles Harris2018-08-3121-237/+486
|\ \
| * \ Merge pull request #10915 from mattip/implement-nep-0015Charles Harris2018-08-311-0/+9
| |\ \ | | | | | | | | ENH: implement nep 0015: merge multiarray and umath
| | * | DOC: write release notemattip2018-08-211-0/+9
| | | |
| * | | Merge pull request #11800 from mattip/f2py-exeCharles Harris2018-08-284-19/+31
| |\ \ \ | | | | | | | | | | DOC: document use when f2py is not in the PATH
| | * | | DOC: change f2py2e -> numpy.f2py [ci skip]mattip2018-08-283-13/+13
| | | | |
| | * | | DOC: formatting, de-emphasize f2pyfe [ci skip]mattip2018-08-222-10/+10
| | | | |
| | * | | DOC: document use when f2py is not in the PATHmattip2018-08-222-6/+18
| | | | |
| * | | | Merge pull request #11802 from charris/f2py-console-scriptCharles Harris2018-08-281-1/+9
| |\ \ \ \ | | | | | | | | | | | | ENH: Use entry_points to install the f2py scripts.
| | * | | | DOC: Note f2py script extension change on Windows.Charles Harris2018-08-231-1/+9
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | DOC: Polybase augmented assignment notes (#11806)Jeff2018-08-261-5/+10
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * | | DOC: Update docs after 1.15.1 release.Charles Harris2018-08-214-8/+143
| |/ / | | | | | | | | | [ci skip]
| * | DOC: reflow paragraph to 80 columnsmattip2018-08-171-9/+7
| | |
| * | fixes from reviewmattip2018-08-161-1/+1
| | |
| * | DOC: reduce warnings and cleanup redundant c-api documentationmattip2018-08-149-186/+80
| | |
| * | Merge pull request #11528 from eric-wieser/polynomial-ipython-latexCharles Harris2018-08-121-0/+6
| |\ \ | | | | | | | | ENH: Add support for ipython latex printing to polynomial
| | * | ENH: Add support for ipython latex printing to polynomialEric Wieser2018-08-121-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | DEP: Remove np.pkgload, which was deprecated in 1.10Eric Wieser2018-08-121-0/+6
| | |/ | |/| | | | | | | | | | | | | | | | | | | 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.
| * | Merge pull request #11594 from convexset/handle-empty-matrices-lstsqMatti Picus2018-08-071-5/+5
| |\ \ | | | | | | | | ENH: support for empty matrices in linalg.lstsq
| | * | cleaned up documentationJeremy Chen2018-08-031-11/+5
| | | |