<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/doc/Makefile, branch v1.21.4</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>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://git.baserock.org/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>DOC: add a "make show" command to doc/Makefile</title>
<updated>2020-05-31T11:26:24+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2020-05-30T16:32:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=444afe0f0e4dfc2cfbaf82203d0d60bbc7219c40'/>
<id>444afe0f0e4dfc2cfbaf82203d0d60bbc7219c40</id>
<content type='text'>
Opens the front page of the docs built with `make html` in the default
web browser.

Idea copied from SciPy

[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Opens the front page of the docs built with `make html` in the default
web browser.

Idea copied from SciPy

[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #16365 from WarrenWeckesser/tweak-doc-makefile</title>
<updated>2020-05-30T15:43:58+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2020-05-30T15:43:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=cbde47818a821ef951ca73e851579ca75d23a82b'/>
<id>cbde47818a821ef951ca73e851579ca75d23a82b</id>
<content type='text'>
DOC: Fix an obvious mistake in a message printed in doc/Makefile.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOC: Fix an obvious mistake in a message printed in doc/Makefile.</pre>
</div>
</content>
</entry>
<entry>
<title>DOC,BLD: Update make dist html target.</title>
<updated>2020-05-27T18:02:39+00:00</updated>
<author>
<name>Ross Barnowski</name>
<email>rossbar@berkeley.edu</email>
</author>
<published>2020-05-27T18:02:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=bf006d31825e7a87c35385a270e0f3b2d897afd8'/>
<id>bf006d31825e7a87c35385a270e0f3b2d897afd8</id>
<content type='text'>
Switch html target for make dist to move away from the
html-scipyorg theme. Makes the theme of the archived docs
including stable consistent with the devdocs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Switch html target for make dist to move away from the
html-scipyorg theme. Makes the theme of the archived docs
including stable consistent with the devdocs
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Fix an obvious mistake in a message printed in doc/Makefile.</title>
<updated>2020-05-24T20:40:44+00:00</updated>
<author>
<name>Warren Weckesser</name>
<email>warren.weckesser@gmail.com</email>
</author>
<published>2020-05-24T20:40:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=50682679d0071f7da8669685cdf18c93349071ad'/>
<id>50682679d0071f7da8669685cdf18c93349071ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos, via a Levenshtein-style corrector</title>
<updated>2019-12-19T08:39:59+00:00</updated>
<author>
<name>Brian Wignall</name>
<email>brianwignall@gmail.com</email>
</author>
<published>2019-12-19T08:39:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0c2a5eb42c0cddf6844880f1494ddf7765bf9c7b'/>
<id>0c2a5eb42c0cddf6844880f1494ddf7765bf9c7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] LaTeX: do PDF build with --halt-on-error option</title>
<updated>2019-12-02T19:35:48+00:00</updated>
<author>
<name>jfbu</name>
<email>jfbu@free.fr</email>
</author>
<published>2019-12-02T19:34:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f343dc0e5cf9eca84abc427277c7784b980637f6'/>
<id>f343dc0e5cf9eca84abc427277c7784b980637f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUILD, DOC: add merge-doc target to update the numpy/doc repo</title>
<updated>2019-08-08T17:09:18+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-07-21T12:14:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=35c89902bc051fd2e726bc5a93e94e222ce7e690'/>
<id>35c89902bc051fd2e726bc5a93e94e222ce7e690</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC, BUILD: cleanups and fix (again) 'build dist'</title>
<updated>2019-07-19T12:51:11+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-07-19T12:51:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0b8f985b9de7be84bde4f08dde4cd7201c5125da'/>
<id>0b8f985b9de7be84bde4f08dde4cd7201c5125da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUILD: adapt "make version-check" to "make dist"</title>
<updated>2019-07-14T19:32:10+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-07-14T16:47:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=af5b52b75687ef170bf17d7fa6ecc71718a92ae6'/>
<id>af5b52b75687ef170bf17d7fa6ecc71718a92ae6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
