summaryrefslogtreecommitdiff
path: root/numpy/core/defchararray.py
Commit message (Expand)AuthorAgeFilesLines
* DOC: Fix a reference to built-in `len` in `char.str_len` docstringyuki2023-04-031-1/+1
* MAINT, DOC: string_ → bytes_ and unicode_ → str_Dimitri Papadopoulos2023-02-101-32/+32
* DOC: unicode → strDimitri Papadopoulos2023-02-101-4/+4
* ENH: allow NEP 42 dtypes to work with np.char (#22863)Nathan Goldbaum2023-01-101-32/+45
* MAINT: Move set_module to numpy.core to use without C importSebastian Berg2022-11-241-1/+2
* DOC: add examples to numpy.char.replace (#22308)Simran Makandar2022-09-301-0/+9
* DOC: examples for `np.char.isdecimal` and `np.char.isnumeric` (#22300)lzha972022-09-261-1/+11
* DOC: Add examples for isdigit and str_len (#22291)Digya0532022-09-191-0/+21
* DOC: Add `isupper` examples (#22285)Sarah Coffland2022-09-191-2/+5
* DOC: Correct usage example for np.char.decode docstring (#22309)Brent Tan2022-09-191-9/+9
* DOC: Add examples for join and index (#22299)Yunika Bajracharya2022-09-191-0/+15
* DOC: add examples to np.char.multiply (#22294)Eric-Shang2022-09-191-1/+18
* Merge pull request #22295 from tahsinsoha/isupperCharles Harris2022-09-181-0/+7
|\
| * MAIN: `import numpy as np` is not neededCharles Harris2022-09-181-2/+1
| * Update numpy/core/defchararray.pyCharles Harris2022-09-181-1/+1
| * Added an example for isupper() functionSabiha Tahsin Soha2022-09-161-0/+8
* | DOC: Add example for findYunika Bajracharya2022-09-161-0/+6
|/
* Add usage example to np.char.center docstringSatish Mishra2022-07-021-0/+16
* MAINT: Override the modules of `np.char` and `np.rec` functionsBas van Beek2021-09-211-0/+2
* MAINT: removed unused imports listed in LGTMdefault-3032021-05-241-1/+0
* DOC: See also -> See Also (casing)Matthias Bussonnier2021-01-271-91/+91
* DOC: Clarify that `np.char.compare_chararrays` returns an `ndarray`Bas van Beek2020-08-091-12/+12
* DOC: Fix typos and cosmetic issuesMartin Michlmayr2020-05-171-1/+1
* MAINT: simplify code that assumes str/unicode and int/long are different type...Eric Wieser2020-03-261-9/+9
* Merge pull request #15534 from seberg/deprecate-abstract-scalar-typesMatti Picus2020-03-061-7/+11
|\
| * DEP: Do not allow "abstract" dtype conversion/creationSebastian Berg2020-02-061-7/+11
* | BUG, MAINT: Stop using the error-prone deprecated Py_UNICODE apisEric Wieser2020-02-081-19/+0
|/
* MAINT/DOC: Remove use of old Python __builtin__, now known as builtinsMike Taves2020-01-241-1/+1
* DOC: Updating Chararry Buffer datatypes #15360MLK972020-01-231-1/+1
* DOC: Updating Chararry Buffer datatypes #15360MLK972020-01-231-1/+1
* [MAINT] Cleanup python2 sys.version checksSeth Troisi2020-01-201-2/+2
* MAINT: cleanup sys.version dependant codeSeth Troisi2020-01-121-16/+9
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* Fix typos, via a Levenshtein-style correctorBrian Wignall2019-12-191-2/+2
* DOC: convert `None` to bare None or ``None``mattip2019-10-151-5/+5
* DEP: Complete deprecation of invalid array orderSeth Troisi2019-09-261-1/+1
* ENH: Radix sortHameer Abbasi2019-05-111-1/+1
* DOC: reduce warnings when building, reword, tweak doc buildingmattip2019-02-281-1/+1
* MAINT: addressing review commentsTyler Reddy2018-12-141-1/+1
* MAINT: address several reviewer commentsTyler Reddy2018-12-141-1/+1
* TST, DOC: enable refguide_checkTyler Reddy2018-12-141-39/+23
* ENH: set correct __module__ for objects in numpy's public APIStephan Hoyer2018-11-131-0/+2
* MAINT: set preferred __module__ for numpy functionsStephan Hoyer2018-10-231-1/+6
* SpellingStephan Hoyer2018-10-121-2/+2
* ENH: __array_function__ for np.core.defchararrayStephan Hoyer2018-10-111-0/+149
* ENH: don't show boolean dtype, as it is impliedEric Wieser2017-11-131-2/+2
* DOC: fix minor docstring typosCJ Carey2017-03-171-2/+2
* MAINT: Other cleanup Python < 2.7 and Python3 < 3.4Alexandr Shadchin2016-12-091-11/+1
* DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl2016-09-061-7/+7
* MAINT: Fix some pyflakes warnings in numpy/core/*.pyCharles Harris2015-07-051-11/+12