-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
* text=auto | ||
tools/win32build/nsis_scripts/*.nsi.in eol=crlf | ||
|
||
# Numerical data files | ||
numpy/lib/tests/data/*.npy binary |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
NumPy 1.8.2 Release Notes | ||
************************* | ||
|
||
This is a bugfix only release in the 1.8.x series. | ||
|
||
Issues fixed | ||
============ | ||
|
||
* gh-4836: partition produces wrong results for multiple selections in equal ranges | ||
* gh-4656: Make fftpack._raw_fft threadsafe | ||
* gh-4628: incorrect argument order to _copyto in in np.nanmax, np.nanmin | ||
* gh-4642: Hold GIL for converting dtypes types with fields | ||
* gh-4733: fix np.linalg.svd(b, compute_uv=False) | ||
* gh-4853: avoid unaligned simd load on reductions on i386 | ||
* gh-4722: Fix seg fault converting empty string to object | ||
* gh-4613: Fix lack of NULL check in array_richcompare | ||
* gh-4774: avoid unaligned access for strided byteswap | ||
* gh-650: Prevent division by zero when creating arrays from some buffers | ||
* gh-4602: ifort has issues with optimization flag O2, use O1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
NumPy 1.9.1 Release Notes | ||
************************* | ||
|
||
This is a bugfix only release in the 1.9.x series. | ||
|
||
Issues fixed | ||
============ | ||
|
||
* gh-5184: restore linear edge behaviour of gradient to as it was in < 1.9. | ||
The second order behaviour is available via the `edge_order` keyword | ||
* gh-4007: workaround Accelerate sgemv crash on OSX 10.9 | ||
* gh-5100: restore object dtype inference from iterable objects without `len()` | ||
* gh-5163: avoid gcc-4.1.2 (red hat 5) miscompilation causing a crash | ||
* gh-5138: fix nanmedian on arrays containing inf | ||
* gh-5240: fix not returning out array from ufuncs with subok=False set | ||
* gh-5203: copy inherited masks in MaskedArray.__array_finalize__ | ||
* gh-2317: genfromtxt did not handle filling_values=0 correctly | ||
* gh-5067: restore api of npy_PyFile_DupClose in python2 | ||
* gh-5063: cannot convert invalid sequence index to tuple | ||
* gh-5082: Segmentation fault with argmin() on unicode arrays | ||
* gh-5095: don't propagate subtypes from np.where | ||
* gh-5104: np.inner segfaults with SciPy's sparse matrices | ||
* gh-5251: Issue with fromarrays not using correct format for unicode arrays | ||
* gh-5136: Import dummy_threading if importing threading fails | ||
* gh-5148: Make numpy import when run with Python flag '-OO' | ||
* gh-5147: Einsum double contraction in particular order causes ValueError | ||
* gh-479: Make f2py work with intent(in out) | ||
* gh-5170: Make python2 .npy files readable in python3 | ||
* gh-5027: Use 'll' as the default length specifier for long long | ||
* gh-4896: fix build error with MSVC 2013 caused by C99 complex support | ||
* gh-4465: Make PyArray_PutTo respect writeable flag | ||
* gh-5225: fix crash when using arange on datetime without dtype set | ||
* gh-5231: fix build in c99 mode |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
NumPy 1.9.2 Release Notes | ||
************************* | ||
|
||
This is a bugfix only release in the 1.9.x series. | ||
|
||
Issues fixed | ||
============ | ||
|
||
* `#5316 <https://github.com/numpy/numpy/issues/5316>`__: fix too large dtype alignment of strings and complex types | ||
* `#5424 <https://github.com/numpy/numpy/issues/5424>`__: fix ma.median when used on ndarrays | ||
* `#5481 <https://github.com/numpy/numpy/issues/5481>`__: Fix astype for structured array fields of different byte order | ||
* `#5354 <https://github.com/numpy/numpy/issues/5354>`__: fix segfault when clipping complex arrays | ||
* `#5524 <https://github.com/numpy/numpy/issues/5524>`__: allow np.argpartition on non ndarrays | ||
* `#5612 <https://github.com/numpy/numpy/issues/5612>`__: Fixes ndarray.fill to accept full range of uint64 | ||
* `#5155 <https://github.com/numpy/numpy/issues/5155>`__: Fix loadtxt with comments=None and a string None data | ||
* `#4476 <https://github.com/numpy/numpy/issues/4476>`__: Masked array view fails if structured dtype has datetime component | ||
* `#5388 <https://github.com/numpy/numpy/issues/5388>`__: Make RandomState.set_state and RandomState.get_state threadsafe | ||
* `#5390 <https://github.com/numpy/numpy/issues/5390>`__: make seed, randint and shuffle threadsafe | ||
* `#5374 <https://github.com/numpy/numpy/issues/5374>`__: Fixed incorrect assert_array_almost_equal_nulp documentation | ||
* `#5393 <https://github.com/numpy/numpy/issues/5393>`__: Add support for ATLAS > 3.9.33. | ||
* `#5313 <https://github.com/numpy/numpy/issues/5313>`__: PyArray_AsCArray caused segfault for 3d arrays | ||
* `#5492 <https://github.com/numpy/numpy/issues/5492>`__: handle out of memory in rfftf | ||
* `#4181 <https://github.com/numpy/numpy/issues/4181>`__: fix a few bugs in the random.pareto docstring | ||
* `#5359 <https://github.com/numpy/numpy/issues/5359>`__: minor changes to linspace docstring | ||
* `#4723 <https://github.com/numpy/numpy/issues/4723>`__: fix a compile issues on AIX |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
NumPy 1.9.3 Release Notes | ||
************************* | ||
|
||
This is a bugfix only release in the 1.9.x series. | ||
|
||
The only changes from 1.9.2 are a fix for reading gzipped text files on Python | ||
3.5 and some build fixes. | ||
|
||
Issues fixed | ||
============ | ||
|
||
* `#5866 <https://github.com/numpy/numpy/pull/5866>`__: fix error finding | ||
Python headers when ``build_ext`` ``--include-dirs`` is set; | ||
* `#6016 <https://github.com/numpy/numpy/pull/6016>`__: fix ``np.loadtxt`` | ||
error on Python 3.5 when reading from gzip files; | ||
* `#5555 <https://github.com/numpy/numpy/pull/5555>`__: Replace deprecated | ||
options for ifort; | ||
* `#6096 <https://github.com/numpy/numpy/pull/6096>`__: remove /GL for VS2015 | ||
in check_long_double_representation; | ||
* `#6141 <https://github.com/numpy/numpy/pull/6141>`__: enable Visual Studio | ||
2015 C99 features; | ||
* `#6171 <https://github.com/numpy/numpy/pull/6171>`__: revert C99 complex for | ||
MSVC14. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
WIP: preparing for numpy 1.9.4 release #6349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
WIP: preparing for numpy 1.9.4 release #6349
Changes from all commits
96b4349
301c470
b6903d7
b03f241
52a9ff6
2a87c3e
029662b
b583637
e85290a
99329f9
6805122
3c66315
bd0a4f3
857c5e2
12f5f18
f94151d
8198235
33d6a33
8fa45b4
da10796
d3efa83
97bf5a7
2acbfa7
9cd9c6c
3b89488
b5a56d6
faa6fa0
118a1bb
16eef1e
b1d6361
6cafbfd
f6a0b31
ccfd3bb
d8af083
d07c4c7
181e72c
3f5ae6d
3f165d4
4475f1e
23825b6
99391a6
eb8ea0d
4344ffc
07626d8
216bfb6
36d947f
ef101b8
d03f77e
5c60b9b
b95c7df
90cac3c
859d2f1
c796148
b5f5441
d9137a4
07601a6
812f328
f9dd65e
5818fb6
2c83836
5df6ac7
7c3ec61
38ed773
f8a1f66
26052d7
a2bfd3f
a6b01cc
e1e9117
ed228e6
5a5dc6e
1b7712b
6cf7ece
e2851d2
90ae342
fb6ff96
d310ff9
ddb5e79
555d803
e2eaf96
ce0c6e0
42d890f
8b58d98
079fcfc
9b4b7b3
c6900b2
6970732
473a386
b7cb545
15a2097
a373392
a4eddad
c88fd91
994e98c
27c8797
7d2ebea
a587b47
d44b9c6
< 10000 div class="text-emphasized css-truncate css-truncate-target"> REL: Release 1.9.1e4c861f
f546b8b
c62f666
50d8af8
bd7fcee
f0b2dd7
5ba6e41
825b830
9568de1
678d481
c9075fa
b1ac4a5
e0ef28b
43e5e9e
1bce8d7
78709e0
6fde11b
79ac576
4ea05b0
33bd205
f7cdfe6
53b19c5
1cac77b
fb19fac
eb73d4b
311d937
c04513c
1f72899
43c8313
102ba69
bf6f80d
7cfdd98
d685309
1f68813
762c6f1
9a0d851
54e3834
35b4920
3a2f055
40a6085
6958842
a6d32de
fa9a404
fad36c1
147b828
f404885
7f96e9d
edb902c
5047404
7c20ee5
fc4904c
96ed3d2
b064e4b
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.