Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #17481 from takanori-pskq/i13114-fix-structures-member | Matti Picus | 2020-10-07 | 1 | -251/+251 | |
|\ | | | | | DOC: Fix the entries for members of structures | |||||
| * | DOC: Fix the entries for members of structures | takanori-pskq | 2020-10-07 | 1 | -251/+251 | |
| | | ||||||
* | | DOC: rm numpy. from type alias attr definitions. | Ross Barnowski | 2020-10-06 | 1 | -14/+14 | |
| | | ||||||
* | | DOC: add some missing scalar aliases | Eric Wieser | 2020-10-06 | 1 | -5/+23 | |
|/ | ||||||
* | Merge pull request #17464 from takanori-pskq/i13114-add-entries | Matti Picus | 2020-10-06 | 2 | -75/+112 | |
|\ | | | | | DOC: Add some entries for C types and macros | |||||
| * | Fix: Remove the link for `PyArrayMapIterObject` | takanori-pskq | 2020-10-06 | 1 | -3/+1 | |
| | | ||||||
| * | Fixup | takanori-pskq | 2020-10-06 | 1 | -2/+2 | |
| | | ||||||
| * | DOC: Add some entries for C types and macros | takanori-pskq | 2020-10-06 | 2 | -74/+113 | |
| | | ||||||
* | | Merge pull request #17331 from eric-wieser/remove-scalar-tables | Matti Picus | 2020-10-06 | 1 | -99/+220 | |
|\ \ | |/ |/| | DOC: Remove the tables of scalar types, and use `..autoclass` to create link targets instead | |||||
| * | DOC: typo. | Ross Barnowski | 2020-10-05 | 1 | -1/+1 | |
| | | ||||||
| * | DOC: Overhaul the scalar type documentation to use `..autoclass` | Eric Wieser | 2020-10-04 | 1 | -99/+220 | |
| | | | | | | | | | | | | This remove the tables. since they only had three columns, and using the character code is advised against anyway. With this change, the individual scalar types as well as their aliases are now valid sphinx python domain targets. | |||||
* | | DOC: Fix some references for macros | takanori-pskq | 2020-10-05 | 4 | -9/+18 | |
| | | ||||||
* | | Fix: Add the entry for `NPY_ARR_HAS_DESCR` | takanori-pskq | 2020-10-05 | 1 | -0/+2 | |
| | | ||||||
* | | DOC: Fix the references for macros | takanori-pskq | 2020-10-04 | 3 | -5/+17 | |
|/ | ||||||
* | DOC: Fix the links for ``Ellipsis`` (#17431) | Takanori H | 2020-10-02 | 1 | -4/+4 | |
| | ||||||
* | DOC: Add arraysetops to autosummary. | Ross Barnowski | 2020-09-29 | 1 | -0/+5 | |
| | | | | | | * Generate stub for module, fixes 7 broken links * Modify arraysetops module docstring w/ rst formatting * Remove listing of functions from module docstring. | |||||
* | DOC: Fix incorrect `.. deprecated::` syntax that led to this note being ↵ | Eric Wieser | 2020-09-18 | 1 | -8/+9 | |
| | | | | invisible. | |||||
* | Merge pull request #17330 from eric-wieser/dtype-docs | Sebastian Berg | 2020-09-16 | 1 | -26/+29 | |
|\ | | | | | DOC: improve `issubdtype` and scalar type docs | |||||
| * | DOC: Fix broken references and make the tables a little clearer | Eric Wieser | 2020-09-16 | 1 | -26/+29 | |
| | | | | | | | | | | | | `types.BooleanType` and similar names were python2 things that no longer exist `unicode` also no longer exists, and is now `str` | |||||
* | | DOC: add new glossary terms (#17263) | Matti Picus | 2020-09-14 | 1 | -0/+3 | |
|/ | | | | | | | | | | | * DOC: add new glossary terms * DOC: link to python Ellipsis * DOC: fixes from review * DOC: fixes from review * DOC: remove glossary items that belong to python | |||||
* | Merge pull request #17154 from eric-wieser/remove-PyCObject-refs | Charles Harris | 2020-09-07 | 1 | -22/+37 | |
|\ | | | | | DOC: Remove references to PyCObject | |||||
| * | Wrap lines | Eric Wieser | 2020-08-26 | 1 | -4/+6 | |
| | | ||||||
| * | Improve wording of note | Eric Wieser | 2020-08-26 | 1 | -2/+4 | |
| | | ||||||
| * | DOC: Remove references to PyCObject | Eric Wieser | 2020-08-24 | 1 | -22/+33 | |
| | | | | | | | | This has been replaced by PyCapsule, and no longer exists as of 3.2. | |||||
* | | DOC: Fix the link to the quick-start in the old API functions | Sebastian Berg | 2020-09-03 | 1 | -1/+1 | |
| | | ||||||
* | | MAINT, DOC: move informational files from numpy.doc.*.py to their *.rst ↵ | Matti Picus | 2020-09-02 | 1 | -1/+157 | |
| | | | | | | | | | | | | | | | | | | counterparts (#17222) * DOC: redistribute docstring-only content from numpy/doc * DOC: post-transition clean-up * DOC, MAINT: reskip doctests, fix a few easy ones | |||||
* | | ENH: random: Add the method `permuted` to Generator. (#15121) | Warren Weckesser | 2020-09-02 | 1 | -0/+94 | |
| | | | | | | | | | | | | | | | | | | | | | | * ENH: random: Make _shuffle_raw and _shuffle_int standalone functions. * ENH: random: Add the method `permuted` to Generator. The method permuted(x, axis=None, out=None) shuffles an array. Unlike the existing shuffle method, it shuffles the slices along the given axis independently. Closes gh-5173. | |||||
* | | Merge pull request #17182 from seberg/doc-metadata | Matti Picus | 2020-09-02 | 1 | -0/+7 | |
|\ \ | | | | | | | DOC: Document `dtype.metadata` | |||||
| * | | DOC: Document ``dtype.metadata`` | Sebastian Berg | 2020-08-28 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | This adds some basic documentation to the ``dtype.metadata`` attribute. Note that none of the documentation mentions metadata including https://numpy.org/devdocs/reference/arrays.dtypes.html | |||||
* | | | ENH: Allow μs as an alias for us | Eric Wieser | 2020-08-28 | 1 | -1/+1 | |
|/ / | | | | | | | This is motivated primarily as a proof that the datetime API is now unicode-safe, and generally seems harmless. | |||||
* | | API: Remove `np.ctypeslib.ctypes_load_library` | Eric Wieser | 2020-08-20 | 1 | -1/+0 | |
|/ | | | | | | This function has been deprecated since fcee1ad856089a7ecb7b6865d280c0273dacb638 (Numpy v1.0b3). 14 years is more than enough time for users to switch from it. | |||||
* | Merge pull request #16886 from takanori-pskq/i13114-3 | Matti Picus | 2020-08-13 | 5 | -12/+12 | |
|\ | | | | | DOC: Fix types including curly braces | |||||
| * | DOC: Fix types including curly braces | takanori-pskq | 2020-08-13 | 5 | -12/+12 | |
| | | ||||||
* | | DEP: lib: Remove the deprecated financial functions. (#17067) | Warren Weckesser | 2020-08-12 | 2 | -22/+0 | |
|/ | | | | | | | | | As explained in NEP 32, the financial functions are to be removed from version 1.20. They are now replaced with module level `__getattr__` to give a useful error message for those surprised by the `AttributeError`. This only works for Python 3.7+, but it is expected that by the 1.20 release Python 3.6 will not be supported. | |||||
* | Merge pull request #16894 from takanori-pskq/fix-doc-dtypes-quote | Matti Picus | 2020-08-01 | 1 | -16/+0 | |
|\ | | | | | DOC: Fix wrong markups in `arrays.dtypes` | |||||
| * | DOC: Fix wrong markups in `arrays.dtypes` | takanori-pskq | 2020-08-01 | 1 | -16/+0 | |
| | | ||||||
* | | DOC: Remove the links for ``True`` and ``False`` (#16887) | Takanori H | 2020-07-31 | 2 | -6/+6 | |
|/ | | | * DOC: use :py:data:True and :py:data:False | |||||
* | Merge pull request #16896 from takanori-pskq/i13114-5 | Matti Picus | 2020-07-31 | 7 | -178/+169 | |
|\ | | | | | DOC: Improve documentation of C code | |||||
| * | DOC: Fixup | takanori-pskq | 2020-07-25 | 2 | -14/+5 | |
| | | ||||||
| * | DOC: Fix the role of references (var -> macro) | takanori-pskq | 2020-07-25 | 7 | -163/+163 | |
| | | ||||||
| * | DOC: Remove links for C codes | takanori-pskq | 2020-07-18 | 1 | -3/+3 | |
| | | ||||||
* | | DOC: Fix the declarations of C fuctions (#16897) | Takanori H | 2020-07-31 | 1 | -2/+2 | |
| | | | | | | * DOC: Fix the declarations of C fuctions | |||||
* | | DOC: Add ufunc docstring to generated docs. | Ross Barnowski | 2020-07-20 | 1 | -0/+5 | |
|/ | | | | | | | | Adds the ufunc class to the documentation so that it is included in the generated html docs and all links to it work. Slightly modify ufunc docstring to remove unrecognized heading name. | |||||
* | DOC: describe ufunc copy behavior when input and output overlap (#16826) | Neal C | 2020-07-16 | 1 | -0/+13 | |
| | | | | | | | Describing ufunc copy behaviour when input and output overlaps. Closes #16749 Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> | |||||
* | Merge pull request #16836 from seiko2plus/doc_simd_improve_ftables | Sebastian Berg | 2020-07-14 | 4 | -198/+282 | |
|\ | | | | | DOC: improve SIMD features tables | |||||
| * | DOC: improve SIMD features tables | Sayed Adel | 2020-07-14 | 4 | -198/+282 | |
| | | | | | | | | | | | | - improve the tables generator(style/simplify) - show the differences between the compilers - add an explanation about interrelated CPU features | |||||
* | | Update doc/source/reference/random/index.rst | Charles Harris | 2020-07-13 | 1 | -2/+1 | |
| | | | | | | Co-authored-by: Matti Picus <matti.picus@gmail.com> | |||||
* | | DOC: use print() instead of str() for generator object to pass circleci tests | Laurie | 2020-07-12 | 1 | -9/+9 | |
| | | ||||||
* | | DOC: updates based on mattip's suggestions, add seed to all default_rng so ↵ | Laurie | 2020-07-12 | 1 | -24/+22 | |
| | | | | | | | | tests will pass, get rid of directly printing generator object | |||||
* | | DOC: add examples to random number generator pages | Laurie | 2020-07-12 | 1 | -20/+59 | |
|/ |