<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git, branch dependabot/pip/hypothesis-6.2.0</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>MAINT: Bump hypothesis from 6.1.1 to 6.2.0</title>
<updated>2021-02-15T07:20:27+00:00</updated>
<author>
<name>dependabot-preview[bot]</name>
<email>27856297+dependabot-preview[bot]@users.noreply.github.com</email>
</author>
<published>2021-02-15T07:20:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=fbea31874da9021b3f15a401bc851487520830c0'/>
<id>fbea31874da9021b3f15a401bc851487520830c0</id>
<content type='text'>
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.1.1...hypothesis-python-6.2.0)

Signed-off-by: dependabot-preview[bot] &lt;support@dependabot.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.1.1...hypothesis-python-6.2.0)

Signed-off-by: dependabot-preview[bot] &lt;support@dependabot.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Update arraycreation (#17887)</title>
<updated>2021-02-12T17:47:53+00:00</updated>
<author>
<name>Ryan C Cooper</name>
<email>cooperrc@users.noreply.github.com</email>
</author>
<published>2021-02-12T17:47:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=7a18e4ac4f0b9f0933a190ac25cd75729bcdd146'/>
<id>7a18e4ac4f0b9f0933a190ac25cd75729bcdd146</id>
<content type='text'>
* rewriting basics.creation

* halfway through first draft basics.creation

* first draft for array creation rewrite

* correct some broken links

* correct typo in code format

* Apply suggestions from code review - @melissawm

PEP8 corrections and some other mistakes. thanks @melissawm!

Co-authored-by: Melissa Weber Mendonça &lt;melissawm@gmail.com&gt;

* remove comments on L347 and 356, fix link on L22

* remove typo on L355 section title error

* change ND array -&gt; ndarray docs consistent vocab

* added np.* to numpy functions and dtypes

* @mattip review changes

Great changes by @mattip. I like the change from "object" -&gt; "function"

Co-authored-by: Matti Picus &lt;matti.picus@gmail.com&gt;

* added default_rng() example and some links

* Update doc/source/user/basics.creation.rst

reformat 3D array L40

Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;

* Apply suggestions from code review

thanks @eric-wieser for catching some formatting typos.

Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;

* working on updates and trying to build

* fixed heading underlines and some links

* Apply suggestions from code review

fixing link to default_rng

Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;

* Apply suggestions from code review - @melissawm

adding @melissawm comments to changes

Co-authored-by: Melissa Weber Mendonça &lt;melissawm@gmail.com&gt;

* reword ndarray creation distinctions

* L34 indented and L94 literal block removed

* L34 remove newline to try to fix indent make error

* Update doc/source/user/basics.creation.rst

@melissawm caught a formatting issue for a list, `::` -&gt; `:` and extra line added

Co-authored-by: Melissa Weber Mendonça &lt;melissawm@gmail.com&gt;

* MAINT: Update doc/source/user/basics.creation.rst

Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;

* MAINT: Update doc/source/user/basics.creation.rst

Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;

* MAINT: Update doc/source/user/basics.creation.rst

Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;

Co-authored-by: Melissa Weber Mendonça &lt;melissawm@gmail.com&gt;
Co-authored-by: Matti Picus &lt;matti.picus@gmail.com&gt;
Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&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>
* rewriting basics.creation

* halfway through first draft basics.creation

* first draft for array creation rewrite

* correct some broken links

* correct typo in code format

* Apply suggestions from code review - @melissawm

PEP8 corrections and some other mistakes. thanks @melissawm!

Co-authored-by: Melissa Weber Mendonça &lt;melissawm@gmail.com&gt;

* remove comments on L347 and 356, fix link on L22

* remove typo on L355 section title error

* change ND array -&gt; ndarray docs consistent vocab

* added np.* to numpy functions and dtypes

* @mattip review changes

Great changes by @mattip. I like the change from "object" -&gt; "function"

Co-authored-by: Matti Picus &lt;matti.picus@gmail.com&gt;

* added default_rng() example and some links

* Update doc/source/user/basics.creation.rst

reformat 3D array L40

Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;

* Apply suggestions from code review

thanks @eric-wieser for catching some formatting typos.

Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;

* working on updates and trying to build

* fixed heading underlines and some links

* Apply suggestions from code review

fixing link to default_rng

Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;

* Apply suggestions from code review - @melissawm

adding @melissawm comments to changes

Co-authored-by: Melissa Weber Mendonça &lt;melissawm@gmail.com&gt;

* reword ndarray creation distinctions

* L34 indented and L94 literal block removed

* L34 remove newline to try to fix indent make error

* Update doc/source/user/basics.creation.rst

@melissawm caught a formatting issue for a list, `::` -&gt; `:` and extra line added

Co-authored-by: Melissa Weber Mendonça &lt;melissawm@gmail.com&gt;

* MAINT: Update doc/source/user/basics.creation.rst

Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;

* MAINT: Update doc/source/user/basics.creation.rst

Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;

* MAINT: Update doc/source/user/basics.creation.rst

Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;

Co-authored-by: Melissa Weber Mendonça &lt;melissawm@gmail.com&gt;
Co-authored-by: Matti Picus &lt;matti.picus@gmail.com&gt;
Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;
Co-authored-by: Charles Harris &lt;charlesr.harris@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fix unique handling of nan entries. (#18070)</title>
<updated>2021-02-12T16:47:55+00:00</updated>
<author>
<name>Filip Trojan</name>
<email>f.trojan@centrum.cz</email>
</author>
<published>2021-02-12T16:47:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=7dcd29aaafe1ab8be4be04d3c793e5bcaf17459f'/>
<id>7dcd29aaafe1ab8be4be04d3c793e5bcaf17459f</id>
<content type='text'>
* benchmark bench_lib.Unique added

* extended test_unique_1d

* modify _unique1d

* extend test with return_index, return_inverse and return_counts parameters

* documentation updated

* Update numpy/lib/arraysetops.py

Co-authored-by: Bas van Beek &lt;43369155+BvB93@users.noreply.github.com&gt;

* full coverage of nan types

Co-authored-by: Bas van Beek &lt;43369155+BvB93@users.noreply.github.com&gt;

* added tests for the datetime like dtypes

* nan as vector of length 1

* use aux[-1] as nan, ..versionchanged, release note

* for complex arrays all NaN values are considered equivalent

Co-authored-by: filip_trojan &lt;Tarantula2018&gt;
Co-authored-by: Bas van Beek &lt;43369155+BvB93@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* benchmark bench_lib.Unique added

* extended test_unique_1d

* modify _unique1d

* extend test with return_index, return_inverse and return_counts parameters

* documentation updated

* Update numpy/lib/arraysetops.py

Co-authored-by: Bas van Beek &lt;43369155+BvB93@users.noreply.github.com&gt;

* full coverage of nan types

Co-authored-by: Bas van Beek &lt;43369155+BvB93@users.noreply.github.com&gt;

* added tests for the datetime like dtypes

* nan as vector of length 1

* use aux[-1] as nan, ..versionchanged, release note

* for complex arrays all NaN values are considered equivalent

Co-authored-by: filip_trojan &lt;Tarantula2018&gt;
Co-authored-by: Bas van Beek &lt;43369155+BvB93@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #18390 from BvB93/einsum</title>
<updated>2021-02-12T14:32:29+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2021-02-12T14:32:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=a5dc2b5b917fc50575e10bbe139a0c78e43a1c1c'/>
<id>a5dc2b5b917fc50575e10bbe139a0c78e43a1c1c</id>
<content type='text'>
ENH: Add annotations for `np.core.einsumfunc`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH: Add annotations for `np.core.einsumfunc`</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #18339 from melissawm/matmul_docs</title>
<updated>2021-02-12T14:10:59+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2021-02-12T14:10:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=e1ec9e868bf03ec4284b9a5fb291418983b3a4fb'/>
<id>e1ec9e868bf03ec4284b9a5fb291418983b3a4fb</id>
<content type='text'>
DOC: Discussion on the @ operator and the matrix class</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOC: Discussion on the @ operator and the matrix class</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #18402 from bashtage/bug-char-codes</title>
<updated>2021-02-12T13:50:56+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2021-02-12T13:50:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=fc2fe480f42e78c23a1cb1c8088bc1148784e16c'/>
<id>fc2fe480f42e78c23a1cb1c8088bc1148784e16c</id>
<content type='text'>
BUG: Fix typo in char_codes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: Fix typo in char_codes</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fix typo in char_codes</title>
<updated>2021-02-12T12:02:35+00:00</updated>
<author>
<name>Kevin Sheppard</name>
<email>kevin.k.sheppard@gmail.com</email>
</author>
<published>2021-02-12T12:02:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=7af8020bcb805201bd90076792a0d09246138578'/>
<id>7af8020bcb805201bd90076792a0d09246138578</id>
<content type='text'>
Add missing comma in lists of char codes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add missing comma in lists of char codes
</pre>
</div>
</content>
</entry>
<entry>
<title>Removing mention of the @= operator.</title>
<updated>2021-02-11T21:55:18+00:00</updated>
<author>
<name>melissawm</name>
<email>melissawm@gmail.com</email>
</author>
<published>2021-02-11T21:55:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=e770c8c090666fcce309ef38d621dcac29ce78c7'/>
<id>e770c8c090666fcce309ef38d621dcac29ce78c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Delete unused "src" clearing functions (#18347)</title>
<updated>2021-02-11T21:54:35+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2021-02-11T21:54:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=5ca0ef6272ef3eabe2feb4049b7cb05a52516495'/>
<id>5ca0ef6272ef3eabe2feb4049b7cb05a52516495</id>
<content type='text'>
The existance of both src and dst clearing confused my quite a lot
and made me wonder how best to refactor it.  Turns out, we don't
actually *use* src clearing to begin with.

I think in the long run, we should use a unary clear function
(with or without move-references).  I am fine with calling that
through GetDTypeTransferFunction (for now), but if there is a need
to clear a "destination" (rather than NULL it as initalization),
that is best solved by a unary function.

Ideally, we create a unary `DType.__decref__ = ArrayMethod()`
in the (fairly short) run.  We currently have two places that can
clear an array `PyArray_XDECREF()` and the dtype "transfer" functions.
We should have only one place.

The version in the dtype-transfer code is the better one, but it
might have the flaw that its setup could fail in a low-memory
scenario, which would mean we would have to do a fatal error probably.

In any case, this simply deletes currently unused and privat cod,
which is always good in my book.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The existance of both src and dst clearing confused my quite a lot
and made me wonder how best to refactor it.  Turns out, we don't
actually *use* src clearing to begin with.

I think in the long run, we should use a unary clear function
(with or without move-references).  I am fine with calling that
through GetDTypeTransferFunction (for now), but if there is a need
to clear a "destination" (rather than NULL it as initalization),
that is best solved by a unary function.

Ideally, we create a unary `DType.__decref__ = ArrayMethod()`
in the (fairly short) run.  We currently have two places that can
clear an array `PyArray_XDECREF()` and the dtype "transfer" functions.
We should have only one place.

The version in the dtype-transfer code is the better one, but it
might have the flaw that its setup could fail in a low-memory
scenario, which would mean we would have to do a fatal error probably.

In any case, this simply deletes currently unused and privat cod,
which is always good in my book.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #18396 from bashtage/clean-random</title>
<updated>2021-02-11T15:53:57+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2021-02-11T15:53:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=01c9bfe4f48d23ec2d2db50ffc58d6e5e42cbe93'/>
<id>01c9bfe4f48d23ec2d2db50ffc58d6e5e42cbe93</id>
<content type='text'>
MAINT: Threading and Unicode strings</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: Threading and Unicode strings</pre>
</div>
</content>
</entry>
</feed>
