summaryrefslogtreecommitdiff
path: root/numpy/core/_add_newdocs_scalars.py
Commit message (Expand)AuthorAgeFilesLines
* DOC: Rm bool8 alias from _add_newdoc_for_scalar.Ross Barnowski2023-05-121-1/+1
* DOC: Corrects scalar string documentation in regards to trailing null codepoi...Tajbinjohn2023-04-231-1/+5
* Fix typos found by copdespellDimitri Papadopoulos2023-02-111-1/+1
* DOC: Update np.void docs based on Matti's commentsSebastian Berg2022-11-211-6/+6
* ENH: Allow creating structured void scalars by passing dtypeSebastian Berg2022-09-211-6/+42
* fix typoPieter Eendebak2022-07-291-1/+1
* revert lookup tablePieter Eendebak2022-07-291-5/+2
* fix pylintPieter Eendebak2022-07-291-11/+18
* PERF: Improve import time of numpyPieter Eendebak2022-07-291-9/+26
* ENH: Adding `scalar.bit_count()` (popcount) (#19355)Ganesh Kathiresan2021-11-011-0/+19
* DOC: Misc documentation improvementsBas van Beek2021-08-311-1/+5
* ENH: Add `integer.is_integer`Bas van Beek2021-08-311-0/+12
* ENH: Add `is_integer` to the `np.floating` subclassesBas van Beek2021-08-311-6/+23
* Update numpy/core/_add_newdocs_scalars.pyKasia2021-05-111-1/+1
* Update numpy/core/_add_newdocs_scalars.pyKasia2021-05-111-1/+2
* Update numpy/core/_add_newdocs_scalars.pyKasia2021-05-111-2/+2
* DOC Improve datetime64 docs - deleting spaceKasia2021-05-101-1/+1
* DOC: Improve datetime64 docs #14299 - scalarsKasia2021-05-091-1/+5
* DOC: replace 'this platform' with the actual platform in the scalar type docu...Ryan Polley2021-01-301-1/+4
* DOC: Fix escapingEric Wieser2020-10-111-1/+1
* DOC: fix refguideEric Wieser2020-10-101-3/+6
* DOC: remove 0 aliases, fix referencesEric Wieser2020-10-101-9/+9
* DOC: Add cross-links and `void` exampleEric Wieser2020-10-101-3/+16
* DOC: Add docstrings for some scalar typesEric Wieser2020-10-091-0/+40
* DOC: Change the value of type.__name__ on the scalar types for sphinx buildsEric Wieser2020-10-041-0/+195