<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/tools, branch v1.12.0rc1</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>BUG: Fix author search in announce.py</title>
<updated>2016-12-19T17:24:09+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2016-12-19T17:09:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=447a16d03f87bb326239498608fbd93104e3b8ff'/>
<id>447a16d03f87bb326239498608fbd93104e3b8ff</id>
<content type='text'>
The return from git shortlog -s apparently lacked a final \n which
caused the string matching for authors to omit the last listed author.
Fixed by using '^' and '$' tokens and string matching in multiline mode.

Also fix escape sequences deprecated in Python 3.6.

[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The return from git shortlog -s apparently lacked a final \n which
caused the string matching for authors to omit the last listed author.
Fixed by using '^' and '$' tokens and string matching in multiline mode.

Also fix escape sequences deprecated in Python 3.6.

[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Improve announce tool.</title>
<updated>2016-11-05T04:11:41+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2016-11-05T04:11:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a000f9bc517a7334dd3f3fce5ef3c593910d42eb'/>
<id>a000f9bc517a7334dd3f3fce5ef3c593910d42eb</id>
<content type='text'>
- Add ability to get pull request number from Homu auto merges.
- Print number of merged pull requests.

[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add ability to get pull request number from Homu auto merges.
- Print number of merged pull requests.

[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Deprecation warnings for `/` integer division when running python -3</title>
<updated>2016-11-01T01:58:36+00:00</updated>
<author>
<name>saurabh</name>
<email>e.samehta@gmail.com</email>
</author>
<published>2016-11-01T01:28:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f685f1a83de2d8fc1e0f48167a204248b6656a63'/>
<id>f685f1a83de2d8fc1e0f48167a204248b6656a63</id>
<content type='text'>
When python is invoked with switch -3, it emits waring "classic int division"
for strict integer divisions. The same behavior is now implemented to numpy
with this fix
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When python is invoked with switch -3, it emits waring "classic int division"
for strict integer divisions. The same behavior is now implemented to numpy
with this fix
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG, TST: Fix python3-dbg bug in Travis script</title>
<updated>2016-10-24T15:26:46+00:00</updated>
<author>
<name>gfyoung</name>
<email>gfyoung17@gmail.com</email>
</author>
<published>2016-06-08T12:46:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=52f761d6ee094a8dde25ffc9e4c08dad51b61ae0'/>
<id>52f761d6ee094a8dde25ffc9e4c08dad51b61ae0</id>
<content type='text'>
With USE_DEBUG=1, the wrong python was being used
to create the virtualenv, meaning that installed
packages (e.g. Cython) were being installed to
the wrong location.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With USE_DEBUG=1, the wrong python was being used
to create the virtualenv, meaning that installed
packages (e.g. Cython) were being installed to
the wrong location.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Improve announce to find github squash-merge commits.</title>
<updated>2016-10-19T23:27:09+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2016-10-19T23:27:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=596f0310ed318d08689b163d393aee1c600fe411'/>
<id>596f0310ed318d08689b163d393aee1c600fe411</id>
<content type='text'>
Currently when the squash-merge button is hit on github, the PR title
with "(#PR)" appended is used as the commit message summary line when
the merge is fast-forwarded. This PR adds the ability to pick out the
corresponding PR numbers from the git log output.

Note that github may change this in the future and one early squash
merge in the 1.12.0 release did not have the PR number appended.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently when the squash-merge button is hit on github, the PR title
with "(#PR)" appended is used as the commit message summary line when
the merge is fast-forwarded. This PR adds the ability to pick out the
corresponding PR numbers from the git log output.

Note that github may change this in the future and one early squash
merge in the 1.12.0 release did not have the PR number appended.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #8111 from charris/add-release-tool</title>
<updated>2016-10-17T22:15:50+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2016-10-17T22:15:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9569e504bd1363e2e9dba693a29d30ee3dd55056'/>
<id>9569e504bd1363e2e9dba693a29d30ee3dd55056</id>
<content type='text'>
ENH: Add a tool for release authors and PRs.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH: Add a tool for release authors and PRs.</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Add a tool for release authors and PRs.</title>
<updated>2016-10-04T02:54:58+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2016-10-02T21:35:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=529128134d92facd5728525c77a58397e87f0a38'/>
<id>529128134d92facd5728525c77a58397e87f0a38</id>
<content type='text'>
Add the script tools/announce.py to generate the author and pull request
lists needed in release announcements. Some bits of this are taken from
the scipy gh_list.py and authors.py tools.

Usage:

$ ./tools/announce.py &lt;github_user&gt; &lt;github_password&gt; &lt;revision_range&gt;

The output is utf8 rst.

[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the script tools/announce.py to generate the author and pull request
lists needed in release announcements. Some bits of this are taken from
the scipy gh_list.py and authors.py tools.

Usage:

$ ./tools/announce.py &lt;github_user&gt; &lt;github_password&gt; &lt;revision_range&gt;

The output is utf8 rst.

[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Vendorize tempita.</title>
<updated>2016-10-01T00:36:09+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2016-09-28T01:07:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=581bb79c170748cbf2f6970cd53595b3b5f1fe3e'/>
<id>581bb79c170748cbf2f6970cd53595b3b5f1fe3e</id>
<content type='text'>
Copy tempita from https://github.com/gjhiggins/tempita with a few
changes to remove the six dependency.  This removes a dependency on
Cython's tempita, which is not to be relied on as it is considered by
the Cython folks to be an implementation detail. The package is named
npy_tempita so that it can always be distinguished from an installed
tempita.

The cythonize.py script is changed to use the vendorized tempita.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Copy tempita from https://github.com/gjhiggins/tempita with a few
changes to remove the six dependency.  This removes a dependency on
Cython's tempita, which is not to be relied on as it is considered by
the Cython folks to be an implementation detail. The package is named
npy_tempita so that it can always be distinguished from an installed
tempita.

The cythonize.py script is changed to use the vendorized tempita.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Add Tempita to randint helpers</title>
<updated>2016-09-21T00:00:27+00:00</updated>
<author>
<name>gfyoung</name>
<email>gfyoung17@gmail.com</email>
</author>
<published>2016-09-20T15:20:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7fdfa6b2c0a5da5115c523c6869898873050e41c'/>
<id>7fdfa6b2c0a5da5115c523c6869898873050e41c</id>
<content type='text'>
Refactors the randint helpers to use a Tempita
template. This will reduce technical debt in the
long run.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactors the randint helpers to use a Tempita
template. This will reduce technical debt in the
long run.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Assert fromfile ending earlier in pyx processing</title>
<updated>2016-09-20T03:47:09+00:00</updated>
<author>
<name>gfyoung</name>
<email>gfyoung17@gmail.com</email>
</author>
<published>2016-09-20T03:47:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4c877be5fc4075595e15b4a451f76e128376de00'/>
<id>4c877be5fc4075595e15b4a451f76e128376de00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
