<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/.gitattributes, branch main</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: Allow export/import of bools in dlpack</title>
<updated>2023-01-27T12:02:54+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastianb@nvidia.com</email>
</author>
<published>2023-01-27T11:51:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=89f61ff188b27982ad1e1f381e92c9b90f83d771'/>
<id>89f61ff188b27982ad1e1f381e92c9b90f83d771</id>
<content type='text'>
Updates the header file and accept as well as export boolean now that
the header includes a definition for it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updates the header file and accept as well as export boolean now that
the header includes a definition for it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #19478 from r-devulap/svml</title>
<updated>2021-10-10T07:31:32+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2021-10-10T07:31:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=1eff1c543a8f1e9d7ea29182b8c76db5a2efc3c2'/>
<id>1eff1c543a8f1e9d7ea29182b8c76db5a2efc3c2</id>
<content type='text'>
ENH: Vectorizing umath module using AVX-512 (open sourced from Intel Short Vector Math Library, SVML)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH: Vectorizing umath module using AVX-512 (open sourced from Intel Short Vector Math Library, SVML)</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: mark _version.py as generated</title>
<updated>2021-09-02T22:20:03+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2021-09-02T22:20:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=fdc99454d557a81bb0ac73805b7c1699b86e34dd'/>
<id>fdc99454d557a81bb0ac73805b7c1699b86e34dd</id>
<content type='text'>
This should discourage PRs that try to change it</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should discourage PRs that try to change it</pre>
</div>
</content>
</entry>
<entry>
<title>Adding svml sources to gitattributes as linguist-vendored</title>
<updated>2021-08-24T15:54:52+00:00</updated>
<author>
<name>Raghuveer Devulapalli</name>
<email>raghuveer.devulapalli@intel.com</email>
</author>
<published>2021-07-21T19:53:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=1e112a0b2e3a785c58df851abe98a06fc5552abe'/>
<id>1e112a0b2e3a785c58df851abe98a06fc5552abe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Explicitly mark text files in .gitattributes.</title>
<updated>2021-05-04T01:02:54+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2021-05-03T18:53:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=ca49502905d7265ba4620bf5e2013abeabe61eec'/>
<id>ca49502905d7265ba4620bf5e2013abeabe61eec</id>
<content type='text'>
Marking files as text will ensure the line endings are normalized to lf
on checkin. The line endings in the working tree may be controlled by
setting the eol variable in the .gitconfig file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Marking files as text will ensure the line endings are normalized to lf
on checkin. The line endings in the working tree may be controlled by
setting the eol variable in the .gitconfig file.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Use versioneer to manage numpy versions.</title>
<updated>2020-12-08T17:25:28+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2020-12-02T20:06:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=40fd17e3a2418d54284b53dbcf2ba72dbfbb58ad'/>
<id>40fd17e3a2418d54284b53dbcf2ba72dbfbb58ad</id>
<content type='text'>
The new tags look like '1.21.0.dev0+98.gaa0453721f', where '98' is the
number of commits since the 1.21.0 branch was started and 'aa0453721f'.
The chosen form may be specified in the 'setup.cfg' file. This PR adds
two new files 'numpy/_version.py' and 'numpy/version.py'. The latter
is kept because it is part of the public API and is actually used by
some downstream projects, but it is no longer dynamically created.

See https://github.com/python-versioneer/python-versioneer/ for more
information.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The new tags look like '1.21.0.dev0+98.gaa0453721f', where '98' is the
number of commits since the 1.21.0 branch was started and 'aa0453721f'.
The chosen form may be specified in the 'setup.cfg' file. This PR adds
two new files 'numpy/_version.py' and 'numpy/version.py'. The latter
is kept because it is part of the public API and is actually used by
some downstream projects, but it is no longer dynamically created.

See https://github.com/python-versioneer/python-versioneer/ for more
information.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Added libdivide as linguist-vendored</title>
<updated>2020-11-12T04:14:07+00:00</updated>
<author>
<name>Ganesh Kathiresan</name>
<email>ganesh3597@gmail.com</email>
</author>
<published>2020-11-12T03:43:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=61c3d38e3293c08f48621ca52808097845252f83'/>
<id>61c3d38e3293c08f48621ca52808097845252f83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Syntax highlighting for *.inc.src on github</title>
<updated>2020-10-27T11:46:58+00:00</updated>
<author>
<name>Sayed Adel</name>
<email>seiko@imavr.com</email>
</author>
<published>2020-10-15T18:12:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=018e0cabcf11196eefa7aae778076062b3560ec7'/>
<id>018e0cabcf11196eefa7aae778076062b3560ec7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Mark vendored/generated files in .gitattributes</title>
<updated>2020-09-14T16:26:21+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2020-09-14T16:20:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=365cd3dba3487802d5a2d4e046a5c16a31bd1590'/>
<id>365cd3dba3487802d5a2d4e046a5c16a31bd1590</id>
<content type='text'>
This marks some files as vendored or generated. There may be more
files around.
This should mostly change our language statistics on github, so it
probably isn't worth much trouble, but maybe it makes the stats
slightly more representative.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This marks some files as vendored or generated. There may be more
files around.
This should mostly change our language statistics on github, so it
probably isn't worth much trouble, but maybe it makes the stats
slightly more representative.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Syntax-highlight .src files on github</title>
<updated>2020-09-14T14:14:58+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2020-09-14T14:14:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=34719a111253e36f463aa4629eb75716e1c5c13c'/>
<id>34719a111253e36f463aa4629eb75716e1c5c13c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
