<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/core/defchararray.py, branch meson</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>MAINT: Move set_module to numpy.core to use without C import</title>
<updated>2022-11-24T16:03:42+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastianb@nvidia.com</email>
</author>
<published>2022-11-18T14:11:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7c361420b4f81713f593ebbb5c924121c1f2d19d'/>
<id>7c361420b4f81713f593ebbb5c924121c1f2d19d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: add examples to numpy.char.replace (#22308)</title>
<updated>2022-09-30T20:28:27+00:00</updated>
<author>
<name>Simran Makandar</name>
<email>70259514+simranmakandar@users.noreply.github.com</email>
</author>
<published>2022-09-30T20:28:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9b94c6fed78d8aaf358f7552c17754037b3bf320'/>
<id>9b94c6fed78d8aaf358f7552c17754037b3bf320</id>
<content type='text'>
Co-authored-by: Tyler Reddy &lt;tyler.je.reddy@gmail.com&gt;
Co-authored-by: Sebastian Berg &lt;sebastian@sipsolutions.net&gt;
Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Tyler Reddy &lt;tyler.je.reddy@gmail.com&gt;
Co-authored-by: Sebastian Berg &lt;sebastian@sipsolutions.net&gt;
Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: examples for `np.char.isdecimal` and `np.char.isnumeric` (#22300)</title>
<updated>2022-09-26T10:56:23+00:00</updated>
<author>
<name>lzha97</name>
<email>lillianzha@gmail.com</email>
</author>
<published>2022-09-26T10:56:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=561a9aae424b32cb85161b5f573997b03f3fe947'/>
<id>561a9aae424b32cb85161b5f573997b03f3fe947</id>
<content type='text'>
* DOC: examples for np.char.isdecimal and np.char.isnumeric (See #22267)

* DOC: fix formatting np.char function example (See #22267)

* DOC: remove non-array input examples (See #22267)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* DOC: examples for np.char.isdecimal and np.char.isnumeric (See #22267)

* DOC: fix formatting np.char function example (See #22267)

* DOC: remove non-array input examples (See #22267)</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Add examples for isdigit and str_len (#22291)</title>
<updated>2022-09-19T19:53:02+00:00</updated>
<author>
<name>Digya053</name>
<email>digyaacharyaa@gmail.com</email>
</author>
<published>2022-09-19T19:53:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=65eb581a3bd4b5e0ee390606e20dc4b6f8597b34'/>
<id>65eb581a3bd4b5e0ee390606e20dc4b6f8597b34</id>
<content type='text'>
Co-authored-by: Sebastian Berg &lt;sebastian@sipsolutions.net&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Sebastian Berg &lt;sebastian@sipsolutions.net&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Add `isupper` examples (#22285)</title>
<updated>2022-09-19T13:31:13+00:00</updated>
<author>
<name>Sarah Coffland</name>
<email>sadie.coffland@yahoo.com</email>
</author>
<published>2022-09-19T13:31:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=91d1c1ebd26d3269c45051d61bf24efb8db0678e'/>
<id>91d1c1ebd26d3269c45051d61bf24efb8db0678e</id>
<content type='text'>
* added examples for isupper

* fixed examples for isupper

* Update numpy/core/defchararray.py

Co-authored-by: Rohit Goswami &lt;r95g10@gmail.com&gt;

* Update numpy/core/defchararray.py

Co-authored-by: Rohit Goswami &lt;r95g10@gmail.com&gt;

* Update numpy/core/defchararray.py

Co-authored-by: Rohit Goswami &lt;r95g10@gmail.com&gt;

* Update numpy/core/defchararray.py

Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;

Co-authored-by: Rohit Goswami &lt;r95g10@gmail.com&gt;
Co-authored-by: Sebastian Berg &lt;sebastian@sipsolutions.net&gt;
Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;
Co-authored-by: Charles Harris &lt;charlesr.harris@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* added examples for isupper

* fixed examples for isupper

* Update numpy/core/defchararray.py

Co-authored-by: Rohit Goswami &lt;r95g10@gmail.com&gt;

* Update numpy/core/defchararray.py

Co-authored-by: Rohit Goswami &lt;r95g10@gmail.com&gt;

* Update numpy/core/defchararray.py

Co-authored-by: Rohit Goswami &lt;r95g10@gmail.com&gt;

* Update numpy/core/defchararray.py

Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;

Co-authored-by: Rohit Goswami &lt;r95g10@gmail.com&gt;
Co-authored-by: Sebastian Berg &lt;sebastian@sipsolutions.net&gt;
Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;
Co-authored-by: Charles Harris &lt;charlesr.harris@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Correct usage example for np.char.decode docstring (#22309)</title>
<updated>2022-09-19T10:00:18+00:00</updated>
<author>
<name>Brent Tan</name>
<email>73753023+BrentTanKian@users.noreply.github.com</email>
</author>
<published>2022-09-19T10:00:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=becf417a55bbfc985a350cfb673b26e248af4542'/>
<id>becf417a55bbfc985a350cfb673b26e248af4542</id>
<content type='text'>
The docstring was previously a copy-paste error from `encode` rather than `decode`.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The docstring was previously a copy-paste error from `encode` rather than `decode`.</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Add examples for join and index (#22299)</title>
<updated>2022-09-19T08:40:42+00:00</updated>
<author>
<name>Yunika Bajracharya</name>
<email>60802409+Yunika-Bajracharya@users.noreply.github.com</email>
</author>
<published>2022-09-19T08:40:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7f43baa7b24ec36b65426428209901c7599c41ef'/>
<id>7f43baa7b24ec36b65426428209901c7599c41ef</id>
<content type='text'>
Add examples for join and index for issue #22267

* DOC: add join, index examples

* DOC: update join in np.char

Co-authored-by: Brigitta Sipőcz &lt;b.sipocz@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add examples for join and index for issue #22267

* DOC: add join, index examples

* DOC: update join in np.char

Co-authored-by: Brigitta Sipőcz &lt;b.sipocz@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: add examples to np.char.multiply (#22294)</title>
<updated>2022-09-19T08:35:07+00:00</updated>
<author>
<name>Eric-Shang</name>
<email>63379793+Eric-Shang@users.noreply.github.com</email>
</author>
<published>2022-09-19T08:35:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0b7b940ecb436427289093b3becb51f935eb05df'/>
<id>0b7b940ecb436427289093b3becb51f935eb05df</id>
<content type='text'>
resolves #22267 partially by adding examples to np.char.multiply

* DOC: add examples to np.char.mutiply

* Update numpy/core/defchararray.py

Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;

* Update numpy/core/defchararray.py

Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;

Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
resolves #22267 partially by adding examples to np.char.multiply

* DOC: add examples to np.char.mutiply

* Update numpy/core/defchararray.py

Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;

* Update numpy/core/defchararray.py

Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;

Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #22295 from tahsinsoha/isupper</title>
<updated>2022-09-19T02:26:49+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2022-09-19T02:26:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=bcb7962166ac8383ed844abc07cb8035feae0fed'/>
<id>bcb7962166ac8383ed844abc07cb8035feae0fed</id>
<content type='text'>
DOC: Added an example for isupper() function</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOC: Added an example for isupper() function</pre>
</div>
</content>
</entry>
<entry>
<title>MAIN: `import numpy as np` is not needed</title>
<updated>2022-09-19T01:21:54+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2022-09-19T01:21:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f6f98a3b0fb0db243449462e76355b523a443088'/>
<id>f6f98a3b0fb0db243449462e76355b523a443088</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
