<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/lib/format.py, branch v1.22.0rc3</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>DOC: Typos found by codespell</title>
<updated>2021-09-21T18:29:43+00:00</updated>
<author>
<name>Dimitri Papadopoulos</name>
<email>3234522+DimitriPapadopoulos@users.noreply.github.com</email>
</author>
<published>2021-09-21T07:18:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=83960267dc097742cb67ef575504afa56f82b102'/>
<id>83960267dc097742cb67ef575504afa56f82b102</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: revise OSError aliases (IOError, EnvironmentError)</title>
<updated>2021-09-02T10:56:43+00:00</updated>
<author>
<name>Mike Taves</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2021-09-02T09:32:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7ad8ea7b11e3544b133d8b397dd3bbe4833d3308'/>
<id>7ad8ea7b11e3544b133d8b397dd3bbe4833d3308</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Remove unused imports and unreachable code (#18762)</title>
<updated>2021-07-07T10:41:08+00:00</updated>
<author>
<name>Elisha Hollander</name>
<email>just4now666666@gmail.com</email>
</author>
<published>2021-07-07T10:41:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d785aa39f99720950cd7f9acfe1133494cb5ff58'/>
<id>d785aa39f99720950cd7f9acfe1133494cb5ff58</id>
<content type='text'>
* Remove unnecessary imports and minor fixes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove unnecessary imports and minor fixes</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: typo fix</title>
<updated>2021-07-03T12:11:50+00:00</updated>
<author>
<name>Guo</name>
<email>gs0801@foxmail.com</email>
</author>
<published>2021-07-03T12:11:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=be07cbcb57a9ae449302de595144539e9020a021'/>
<id>be07cbcb57a9ae449302de595144539e9020a021</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Improve performance of `np.save` for small arrays (gh-18657)</title>
<updated>2021-03-24T13:45:16+00:00</updated>
<author>
<name>Ohad Ravid</name>
<email>ohad.rv@gmail.com</email>
</author>
<published>2021-03-24T13:45:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=badbf70324274bdb4299d8c64d3d83a26be2d4c0'/>
<id>badbf70324274bdb4299d8c64d3d83a26be2d4c0</id>
<content type='text'>
* ENH: Remove call to `_filter_header` from `_write_array_header`

Improve performance of `np.save` by removing the call
when writing the header, as it is known to be done in Python 3.

* ENH: Only call `_filter_header` from `_read_array_header` for old vers

Improve performance of `np.load` for arrays with version &gt;= (3,0)
by removing the call, as it is known to be done in Python 3.

* ENH: Use a set of keys when checking `read_array`

Improve performance of `np.load`.

* DOC: Improve performance of `np.{save,load}` for small arrays</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ENH: Remove call to `_filter_header` from `_write_array_header`

Improve performance of `np.save` by removing the call
when writing the header, as it is known to be done in Python 3.

* ENH: Only call `_filter_header` from `_read_array_header` for old vers

Improve performance of `np.load` for arrays with version &gt;= (3,0)
by removing the call, as it is known to be done in Python 3.

* ENH: Use a set of keys when checking `read_array`

Improve performance of `np.load`.

* DOC: Improve performance of `np.{save,load}` for small arrays</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Added Chain exceptions where appropriate (#18400)</title>
<updated>2021-03-18T23:15:07+00:00</updated>
<author>
<name>Abhay Raghuvanshi</name>
<email>abhayaman669@gmail.com</email>
</author>
<published>2021-03-18T23:15:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=cb71c43d45c0ad6e14db97a51e317b771f6a9ebb'/>
<id>cb71c43d45c0ad6e14db97a51e317b771f6a9ebb</id>
<content type='text'>
* Added chain exception in _pocketfft.py

* Added chain exception in format.py

* Added chain exception in make_lite.py

* Added chain exception in mrecords.py

* added from e for exceptions

* Minor update for _read_array_header exception msg

* Removed \n from excp msg and e from msg format.

Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;

* Update numpy/linalg/lapack_lite/make_lite.py

Co-authored-by: Eric Wieser &lt;wieser.eric@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>
* Added chain exception in _pocketfft.py

* Added chain exception in format.py

* Added chain exception in make_lite.py

* Added chain exception in mrecords.py

* added from e for exceptions

* Minor update for _read_array_header exception msg

* Removed \n from excp msg and e from msg format.

Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;

* Update numpy/linalg/lapack_lite/make_lite.py

Co-authored-by: Eric Wieser &lt;wieser.eric@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>MAINT: Added Chain exceptions where appropriate (#18394)</title>
<updated>2021-03-18T20:19:20+00:00</updated>
<author>
<name>Abhay Raghuvanshi</name>
<email>abhayaman669@gmail.com</email>
</author>
<published>2021-03-18T20:19:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9c68c2f7b1b2128a3b4af2134565f60d286fa8b9'/>
<id>9c68c2f7b1b2128a3b4af2134565f60d286fa8b9</id>
<content type='text'>
* Added chain exception in _bits_of func

* Added chain exception

* Added chain exception in unixccompiler.py

* Added chain exception in config.py

* Added chain exception in fcompiler __init__.py

* Added chain exception in compaq.py

* Added chain exception in format.py

* Updated raise chain exception

* STY: Break long line.

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 chain exception in _bits_of func

* Added chain exception

* Added chain exception in unixccompiler.py

* Added chain exception in config.py

* Added chain exception in fcompiler __init__.py

* Added chain exception in compaq.py

* Added chain exception in format.py

* Updated raise chain exception

* STY: Break long line.

Co-authored-by: Charles Harris &lt;charlesr.harris@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>fix exception chaining in format.py</title>
<updated>2020-10-03T20:12:11+00:00</updated>
<author>
<name>Abhishek Singh</name>
<email>34937403+devhpes@users.noreply.github.com</email>
</author>
<published>2020-10-03T20:12:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fe01a9b1cca286f67e01807786b991dd22b1b7f7'/>
<id>fe01a9b1cca286f67e01807786b991dd22b1b7f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Fix non-matching pronoun in format.py documentation. (gh-17022)</title>
<updated>2020-08-06T19:15:34+00:00</updated>
<author>
<name>Phoenix Meadowlark</name>
<email>meadowlark@google.com</email>
</author>
<published>2020-08-06T19:15:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3023d06a05136bf8345e781cc11a01d776a9f314'/>
<id>3023d06a05136bf8345e781cc11a01d776a9f314</id>
<content type='text'>
Follow up to [this commit](https://github.com/numpy/numpy/commit/36f71788620bb17d123669cf03f086fb2b87b3a8), which missed the second pronoun in this sentence.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow up to [this commit](https://github.com/numpy/numpy/commit/36f71788620bb17d123669cf03f086fb2b87b3a8), which missed the second pronoun in this sentence.</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: fixed docstring for descr_to_dtype</title>
<updated>2020-06-25T22:55:47+00:00</updated>
<author>
<name>iamsoto</name>
<email>iambriansoto@gmail.com</email>
</author>
<published>2020-06-25T22:34:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ccfa661c2551a882946f383785c17820e079d7b1'/>
<id>ccfa661c2551a882946f383785c17820e079d7b1</id>
<content type='text'>
DOC: fixed docstring for descr_to_dtype
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOC: fixed docstring for descr_to_dtype
</pre>
</div>
</content>
</entry>
</feed>
