<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/random, 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: Better check for invalid bounds in np.random.uniform.</title>
<updated>2016-11-02T23:29:04+00:00</updated>
<author>
<name>Alistair Muldal</name>
<email>alimuldal@gmail.com</email>
</author>
<published>2016-10-30T20:04:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f5bb42f0b02fa954f03bf4d96801877a4837c8cb'/>
<id>f5bb42f0b02fa954f03bf4d96801877a4837c8cb</id>
<content type='text'>
Also check for invalid bounds when low= and high= are arraylike rather than scalar (closes #8226)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also check for invalid bounds when low= and high= are arraylike rather than scalar (closes #8226)
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Clean up lomax and genpareto references.</title>
<updated>2016-10-28T12:18:39+00:00</updated>
<author>
<name>wrwrwr</name>
<email>git@wr.waw.pl</email>
</author>
<published>2016-10-28T12:18:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8fe985c116f1f5a79522cd6a6105f4580bff3459'/>
<id>8fe985c116f1f5a79522cd6a6105f4580bff3459</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT, DOC: Update some scipy.stats references.</title>
<updated>2016-10-27T23:53:52+00:00</updated>
<author>
<name>wrwrwr</name>
<email>git@wr.waw.pl</email>
</author>
<published>2016-10-27T23:50:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=5059202446f92c34cd481bb95ab7446d521f5982'/>
<id>5059202446f92c34cd481bb95ab7446d521f5982</id>
<content type='text'>
Closes #5813.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5813.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #8173 from aixtools/issue8118</title>
<updated>2016-10-22T18:11:35+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2016-10-22T18:11:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a5db9403a6ef0bfda4639e387a73ab50c1a84c31'/>
<id>a5db9403a6ef0bfda4639e387a73ab50c1a84c31</id>
<content type='text'>
BLD: Enable build on AIX</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BLD: Enable build on AIX</pre>
</div>
</content>
</entry>
<entry>
<title>STY: Fix indentation to follow PEP8</title>
<updated>2016-10-22T17:32:08+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2016-10-22T17:32:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9ef15659f5003121605ba5096405276dcdf54254'/>
<id>9ef15659f5003121605ba5096405276dcdf54254</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>commit BLD: AIX uses the flag _LARGE_FILES to ensure proper prototype declarations</title>
<updated>2016-10-21T10:22:42+00:00</updated>
<author>
<name>Michael Felt</name>
<email>aixtools@gmail.com</email>
</author>
<published>2016-10-18T20:06:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2c5e708f7a621bb714fc24c26e33f68afff45637'/>
<id>2c5e708f7a621bb714fc24c26e33f68afff45637</id>
<content type='text'>
The problem this fix resolves is to ensure that 32-bit and 64-bit functions
(e.g., fclear() and fclear64()) to access/manipulate "large files" are
defined properly - much as GNU and other platforms use one or more of
the defines _FILE_OFFSET_BITS, _LARGEFILE_SOURCE, and _LARGEFILE64_SOURCE.

Without this fix the numpy code only defines flags that are not recognized
in the AIX environment and have no effect in anyway.
The fix applies the AIX convention and does not "export" any of the flags
currently exported. For all other platforms the current flags:
_FILE_OFFSET_BITS, _LARGEFILE_SOURCE, and _LARGEFILE64_SOURCE are "exported".

This fix should not have any impact or side-effect based on the version
of python used.

History:
Starting around 1997 AIX started supporting so-called "large files",
i.e., length &gt; signed 32-bit. In the period 1997-1998 the flag _LARGE_FILES
was established to simplify porting 32-bit applications to 64-bit.
The convention is to define _LARGE_FILES before including any
"system include files" either as an argument to ${CC} (e.g., in ${CFLAGS}
or as the first #define in every source file. This is to ensure that
that no relevant function calls would be redefined later in the build process.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The problem this fix resolves is to ensure that 32-bit and 64-bit functions
(e.g., fclear() and fclear64()) to access/manipulate "large files" are
defined properly - much as GNU and other platforms use one or more of
the defines _FILE_OFFSET_BITS, _LARGEFILE_SOURCE, and _LARGEFILE64_SOURCE.

Without this fix the numpy code only defines flags that are not recognized
in the AIX environment and have no effect in anyway.
The fix applies the AIX convention and does not "export" any of the flags
currently exported. For all other platforms the current flags:
_FILE_OFFSET_BITS, _LARGEFILE_SOURCE, and _LARGEFILE64_SOURCE are "exported".

This fix should not have any impact or side-effect based on the version
of python used.

History:
Starting around 1997 AIX started supporting so-called "large files",
i.e., length &gt; signed 32-bit. In the period 1997-1998 the flag _LARGE_FILES
was established to simplify porting 32-bit applications to 64-bit.
The convention is to define _LARGE_FILES before including any
"system include files" either as an argument to ${CC} (e.g., in ${CFLAGS}
or as the first #define in every source file. This is to ensure that
that no relevant function calls would be redefined later in the build process.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: 'highest' is exclusive for randint()</title>
<updated>2016-10-20T16:50:18+00:00</updated>
<author>
<name>Ben North</name>
<email>ben@redfrontdoor.org</email>
</author>
<published>2016-10-20T16:50:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=094513cb8cdc47129c7e9151d4743847e92e61b2'/>
<id>094513cb8cdc47129c7e9151d4743847e92e61b2</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 duplicate randint helpers code.</title>
<updated>2016-09-23T21:55:20+00:00</updated>
<author>
<name>gfyoung</name>
<email>gfyoung17@gmail.com</email>
</author>
<published>2016-09-23T21:55:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=aef8d7c5e7f5673e7a12a2688e07312522a96b94'/>
<id>aef8d7c5e7f5673e7a12a2688e07312522a96b94</id>
<content type='text'>
Continuation of gh-8071 by removing the duplicate
randint Cython code that is not generated via Tempita.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Continuation of gh-8071 by removing the duplicate
randint Cython code that is not generated via 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>DOC: change version references from x.y to x.y.z</title>
<updated>2016-09-07T07:48:40+00:00</updated>
<author>
<name>Pierre de Buyl</name>
<email>pdebuyl@pdebuyl.be</email>
</author>
<published>2016-09-07T07:48:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=db0b231f17fb2148772181626235e2644eb67c3e'/>
<id>db0b231f17fb2148772181626235e2644eb67c3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
