Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.10.4
/
numpy
tag
7bdde7cd77c89272cd611841a560bb4e55b9d286
tagger
Charles Harris <charlesr.harris@gmail.com>
Thu Jan 07 02:28:47 2016
object
e46c2d78a27f25e66624a818276be57ef9458e60
Numpy 1.10.4 release
7681d0f
Merge pull request #6956 from charris/backport-6952
by Charles Harris
· 10 years ago
477a130
BUG recarray slices should preserve subclass.
by Marten van Kerkwijk
· 10 years ago
c8487ba
BUG trace is not subclass aware, such that np.trace(ma) != ma.trace().
by Marten van Kerkwijk
· 10 years ago
f5dc97e
BUG: Fix copy/paste error treating modifiedpreceding as modifiedfollowing
by Mark Wiebe
· 10 years ago
99d28b9
TST: Add datetime test distinguishing modified following from preceding
by Mark Wiebe
· 10 years ago
c99f4d4
DOC,BUG: Fix some latex generation problems.
by Charles Harris
· 10 years ago
12430f0
Merge pull request #6926 from charris/backport-6916
by Charles Harris
· 10 years ago
406855b
BUG: Fix test_f2py so it runs correctly in runtests.py.
by Charles Harris
· 10 years ago
00d7499
TST: Add regression test for gh-6922.
by Charles Harris
· 10 years ago
adbd6db
BUG: #6922: Fix segfault introduced in 23901aa.
by Charles Harris
· 10 years ago
1b09110
BUG: Fix use of python 3 only FileNotFoundError in test_f2py.
by Charles Harris
· 10 years ago
974dada
Merge pull request #6826 from charris/backport-6817
by Charles Harris
· 10 years ago
77fcac1
BUG: Disable 32-bit msvc9 compiler optimizations for npy_rint
by Christoph Gohlke
· 10 years ago
f02a62a
TST: Fix test_mvoid_multidim_print failures on Python 2.x for Windows
by Christoph Gohlke
· 10 years ago
470647a
TST,BUG: Make test_mvoid_multidim_print work for 32 bit systems.
by Charles Harris
· 10 years ago
5aa1b9a
MAINT: Include from __future__ boilerplate in some files missing it.
by Charles Harris
· 10 years ago
99ddcfd
BUG: Quick and dirty fix for interp.
by Charles Harris
· 10 years ago
db1c7c4
Merge pull request #6782 from charris/backport-6780
by Charles Harris
· 10 years ago
460327d
BUG: metadata is not copied to base_dtype
by Allan Haldane
· 10 years ago
bbb67c2
DEP: Deprecate changing shape of non-C-contiguous array via descr.
by Charles Harris
· 10 years ago
6f7b32f
TST: test f2py, fallback on f2py2.7 etc., fixes #6718
by Jörn Hees
· 10 years ago
dcb491e
BUG: link cblas library if cblas is detected
by Allan Haldane
· 10 years ago
1f40bb0
Merge pull request #6738 from charris/backport-6094
by Charles Harris
· 10 years ago
52e7594
Merge pull request #6736 from charris/backport-6721
by Charles Harris
· 10 years ago
3ef672e
BUG: Fixed string representation of mvoid with multi-dimensional columns
by Thomas Robitaille
· 10 years ago
3f743d2
BUG: Fix for #6719
by Gerrit Holl
· 10 years ago
da2df77
MAINT: Make no relaxed stride checking the default for 1.10.
by Charles Harris
· 10 years ago
43e7c8a
MAINT: Localize variables only used with relaxed stride checking.
by Charles Harris
· 10 years ago
104fd78
BUG: Readd fallback CBLAS detection on linux.
by Charles Harris
· 10 years ago
76db1ab
Merge pull request #6703 from ahaldane/fix_getfield_p_arith1.10
by Charles Harris
· 10 years ago
340f779
MAINT: fix casting warnings in mapping.c
by Allan Haldane
· 10 years ago
b684f41
Merge pull request #6705 from charris/backport-6686
by Charles Harris
· 10 years ago
381d671
Merge pull request #6706 from charris/backport-6695
by Charles Harris
· 10 years ago
040ff5b
Merge pull request #6707 from charris/backport-6697
by Charles Harris
· 10 years ago
7cbdea3
BUG: testing: fix a bug in assert_string_equal
by Pauli Virtanen
· 10 years ago
af5e749
BUG: fix removing tempdirs created during build
by Julian Taylor
· 10 years ago
560e6ea
MAINT: fix spurious semicolon in macro definition of PyArray_FROM_OT
by Cong Ma
· 10 years ago
a17815d
BUG: fix pointer arithmetic in _get_field_view
by Allan Haldane
· 10 years ago
ef96253
TST: test np.rint bug for large integers
by Matthew Brett
· 10 years ago
925e531
BUG: ma.make_mask should always return nomask for nomask argument.
by Charles Harris
· 10 years ago
2f47d47
TST: Add tests for ma.dot.
by Charles Harris
· 10 years ago
14e9ceb
BUG, MAINT: Refactor ma.dot function and the corresponding method.
by Charles Harris
· 10 years ago
d8d27c3
STY: Minor style fixups.
by Charles Harris
· 10 years ago
2cc1975
BUG: Fix memleak in _convert_from_dict
by Allan Haldane
· 10 years ago
7270995
ENH: make recarray.getitem return a recarray
by Allan Haldane
· 10 years ago
08682e7
BUG: Make allclose return python bool.
by Charles Harris
· 10 years ago
555b8c3
BUG: Add choice and dirichlet to numpy.random.__all__.
by Charles Harris
· 10 years ago
5c9e67b
DOC: Update documentation for isfortran.
by Charles Harris
· 10 years ago
e60d970
Merge pull request #6578 from charris/rollback-6371
by Charles Harris
· 10 years ago
a76c275
BUG: Fix for #6569, allowing build_ext --inplace
by Wendell Smith
· 10 years ago
398b08c
Revert "Merge pull request #6376 from charris/backport-gh-6361"
by Charles Harris
· 10 years ago
14735a8
Merge pull request #6573 from charris/backport-6553
by Charles Harris
· 10 years ago
ac772b9
TST: Added regression test empty percentile, in ref to #6530 and #6553
by Yash Mehrotra
· 10 years ago
9d0c247
TST: Added tests for empty partition and argpartition
by Yash Mehrotra
· 10 years ago
120da4f
BUG: Fixed partition errors on empty input. Closes #6530
by Yash Mehrotra
· 10 years ago
f1eca4b
BUG: revert view safety checks
by Allan Haldane
· 10 years ago
e3ec36b
TST: Remove tests of view safety checks (see next commit)
by Allan Haldane
· 10 years ago
df1786f
BUG: Revert some import * fixes in f2py.
by Charles Harris
· 10 years ago
c6065c8
BUG: fix AttributeError in numpy/distutils.
by Ryan Grout
· 10 years ago
d560a21
BUG: error in broadcast_arrays with as_strided array
by Stephan Hoyer
· 10 years ago
91093ff
Merge pull request #6552 from charris/backport-6546
by Charles Harris
· 10 years ago
06fb562
BUG: fix inner() by copying if needed to enforce contiguity
by alex
· 10 years ago
04b16fd
BUG: Make median work for empty arrays (issue #6462)
by Ethan Kruse
· 10 years ago
b41e69a
Merge pull request #6543 from charris/backport-6537
by Charles Harris
· 10 years ago
b1e5430
BUG: scalar argument to ma.atleast_* return arrays
by Jonathan Helmus
· 10 years ago
07e3b3d
BUG: ma.masked_values does not shrink mask if requested
by Jonathan Helmus
· 10 years ago
4915668
MAINT: Keep test fix that came in with #5614.
by Charles Harris
· 10 years ago
f2d9c13
Revert "Merge pull request #5614 from charris/cleanup-gh-5587"
by Charles Harris
· 10 years ago
caf5b01
Merge pull request #6505 from charris/backport-5773
by Charles Harris
· 10 years ago
a307d81
Merge pull request #6504 from charris/backport-6500
by Charles Harris
· 10 years ago
deab3d5
TST: pytest traceback hide markers set for testing helpers
by Michael Löffler
· 10 years ago
f90fbb9
BUG: recarrays viewed as subarrays don't convert to np.record type
by Allan Haldane
· 10 years ago
f126564
MAINT: Speedup field access by removing unneeded safety checks (3/3)
by Allan Haldane
· 10 years ago
4cd3326
MAINT: Speedup field access by removing unneeded safety checks (2/3)
by Allan Haldane
· 10 years ago
9f19a89
MAINT: Speedup field access by removing unneeded safety checks (1/3)
by Allan Haldane
· 10 years ago
e05ee17
Merge pull request #6489 from charris/backport-6488
by Charles Harris
· 10 years ago
c08359a
BUG: Allow nested use of parameters for array dimensions in f2py.
by Alexander Heger
· 10 years ago
57c0ca4
BUG: allow extension of common blocks in numpy.f2py
by Alexander Heger
· 10 years ago
4d0e060
Merge pull request #6486 from charris/backport-6460
by Charles Harris
· 10 years ago
5ee3dfb
Merge pull request #6484 from charris/backport-6478
by Charles Harris
· 10 years ago
c538909
Update __init__.py
by behrisch
· 10 years ago
c0495e7
TST: raise errors for dev versions and warnings for releases on test runs.
by Ralf Gommers
· 10 years ago
b68aea4
BUG: Fix Intel compiler flags for OS X build
by Chris Hogan
· 10 years ago
f0b4d21
Merge pull request #6482 from charris/backport-gh-6481
by Charles Harris
· 10 years ago
ab8c3da
LIBPATH with spaces is now supported Python 2.7+ and Win32
by Gabi Davar
· 10 years ago
9979599
TST: fix forgotten change of not creating errors from test warnings in 1.10.x
by Ralf Gommers
· 10 years ago
45a3d84
DEP: Remove warning for `full` when dtype is set.
by Antony Lee
· 10 years ago
0321723
Merge pull request #6447 from charris/backport-6438
by Charles Harris
· 10 years ago
04211c6
BUG: mask nan to 1 in ordered compare
by Julian Taylor
· 10 years ago
826716f
DOC: Document the reason msvc requires SSE2 on 32 bit platforms.
by Charles Harris
· 10 years ago
49fa187
BLD: enable SSE2 for 32-bit msvc 9 and 10 compilers
by Christoph Gohlke
· 10 years ago
dcbc4cc
MAINT: remove Wreturn-type warnings from config checks
by Julian Taylor
· 10 years ago
d6564cb
BLD: do not build exclusively for SSE4.2 processors
by Christoph Gohlke
· 10 years ago
15cb66f
BLD: do not build exclusively for SSE4.2 processors
by Christoph Gohlke
· 10 years ago
c38bc08
DOC: fix var. reference in percentile docstring
by Tobias Megies
· 10 years ago
fa185c7
BUG: Guarantee non-zero is 1 for switch statements
by Chris Hogan
· 10 years ago
5495721
BUG: Fix PyObject_Cmp in npy_3kcompat.h.
by Charles Harris
· 10 years ago
aa8adf4
Merge pull request #6385 from charris/backport-gh-6384
by Charles Harris
· 10 years ago
9a66826
TST: Add tests for np.full FutureWarning.
by Antony Lee
· 10 years ago
c0d0947
FutureWarning for np.full(..., non-float).
by Antony Lee
· 10 years ago
Next »