Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.17.3
tag
73642e693c2e3f145bb962bdf31fe32a886067ab
tagger
Charles Harris <charlesr.harris@gmail.com>
Thu Oct 17 14:30:37 2019
object
ff3df08438d570b0ccdda3f8a008278d8a4ad394
NumPy 1.17.3 release.
ff3df08
REL: NumPy 1.14.5 release.
by Charles Harris
· 6 years ago
v1.17.3
89208b4
Merge pull request #14704 from charris/prepare-1.17.3-release
by Charles Harris
· 6 years ago
f6725ad
REL: Prepare for 1.17.3 release.
by Charles Harris
· 6 years ago
acb10b0
Merge pull request #14687 from charris/backport-14605
by Charles Harris
· 6 years ago
7758dd1
BUG: properly define PyArray_DescrCheck
by mattip
· 6 years ago
51826db
Merge pull request #14578 from charris/backport-14531
by Charles Harris
· 6 years ago
dc441ee
BUG: random: Create a legacy implementation of random.binomial.
by Warren Weckesser
· 6 years ago
df93b2b
Merge pull request #14563 from rgommers/bport-fftlicense
by Charles Harris
· 6 years ago
5504e6d
DOC: remove note about Pocketfft license file (non-existing here).
by Ralf Gommers
· 6 years ago
2053327
Merge pull request #14519 from charris/backport-14498
by Charles Harris
· 6 years ago
61deb98
DOC: remove random.entropy from docs
by mattip
· 6 years ago
7d65ab4
DOC: removed random.entropy from documentation
by mattip
· 6 years ago
0bdbfa7
DOC: add release note
by mattip
· 6 years ago
fb83476
MAINT: remove the entropy c-extension module
by mattip
· 6 years ago
706deec
Merge pull request #14515 from charris/backport-14501
by Charles Harris
· 6 years ago
d9d620c
BUG: Fix randint when range is 2**32
by Kevin Sheppard
· 6 years ago
dbbc9b1
Merge pull request #14513 from charris/backport-14483
by Charles Harris
· 6 years ago
6046f57
Merge pull request #14512 from charris/backport-14360
by Charles Harris
· 6 years ago
16d201b
MAINT: Minor fixes and cleanups
by Sebastian Berg
· 6 years ago
1bb40d4
BUG: Fix occurances where variables are cast to shorter int incorrectly
by Sebastian Berg
· 6 years ago
772ac76
MAINT: Delete some unused functions
by Sebastian Berg
· 6 years ago
aa306a9
DOC: address last comment on numpy.random doc page fixes PR
by Ralf Gommers
· 6 years ago
307c679
DOC: fix doc linking, was referencing private submodules.
by Ralf Gommers
· 6 years ago
0ee534a
Merge pull request #14502 from charris/backport-14490
by Charles Harris
· 6 years ago
4bd4d98
Merge pull request #14504 from charris/backport-14464
by Charles Harris
· 6 years ago
e75e878
Merge pull request #14506 from charris/update-pytest-1.17.x
by Charles Harris
· 6 years ago
3f91260
MAINT: Update pytest version for Python 3.8
by Charles Harris
· 6 years ago
2e6c104
BUG: fix compiler warnings
by mattip
· 6 years ago
3b7fd8a
MAINT: use tmp pointers to allow early break; add tests.
by mattip
· 6 years ago
084b46c
BUG: add a specialized loop for boolean matmul
by mattip
· 6 years ago
85d82d4
DOC: Update RandomState docstring from master.
by Charles Harris
· 6 years ago
1afcaee
BUG: random: Fix the mistaken duplicate line. Fixes gh-14557.
by Warren Weckesser
· 6 years ago
744856e
MAINT: random: Revert gh-14458.
by Warren Weckesser
· 6 years ago
597fc07
Merge pull request #14463 from charris/backport-14458
by Charles Harris
· 6 years ago
cda1768
BUG: random.hypergeometic assumes npy_long is npy_int64, hung ppc64
by Allan Haldane
· 6 years ago
d66c64a
Merge pull request #14456 from charris/backport-14452
by Charles Harris
· 6 years ago
b6408d8
MAINT: clean up numpy/fft/info.py
by Ralf Gommers
· 6 years ago
15eb36d
MAINT: move pocketfft .py/.so to `_pocketfft`
by Ralf Gommers
· 6 years ago
d59e287
REL: prepare 1.17.x for further development
by Charles Harris
· 6 years ago
fce34f5
REL: NumPy 1.17.2 release.
by Charles Harris
· 6 years ago
v1.17.2
198b58c
Merge pull request #14446 from charris/prepare-1.17.2-release
by Charles Harris
· 6 years ago
6e46f34
REL: Prepare for NumPy 1.17.2 release.
by Charles Harris
· 6 years ago
e1febea
Merge pull request #14436 from charris/backport-14279
by Charles Harris
· 6 years ago
3752840
MAINT: Update 1.17.x with 1.18.0-dev pocketfft.py.
by Charles Harris
· 6 years ago
b6ed3f1
Merge pull request #14433 from charris/backport-14209
by Charles Harris
· 6 years ago
ca55abc
Merge pull request #14430 from charris/backport-14429
by Charles Harris
· 6 years ago
d6bd499
Merge pull request #14432 from charris/backport-13802
by Charles Harris
· 6 years ago
30bd4f8
BUG: Fixed maximum relative error reporting in assert_allclose (gh-13802)
by CakeWithSteak
· 6 years ago
5678c0b
BUG: Replace _linear_ramp with linspace
by Lars Grueter
· 6 years ago
e2faeca
ENH: Override module in private error classes displayed as base
by Sebastian Berg
· 6 years ago
18cbe82
Merge pull request #14420 from charris/backport-14351
by Charles Harris
· 6 years ago
f011488
Merge pull request #14421 from charris/backport-14387
by Charles Harris
· 6 years ago
e39cc8c
Apply suggestions from code review
by Matti Picus
· 6 years ago
1a7ef0f
BUG: skip new test on windows, 32-bit
by mattip
· 6 years ago
011a014
BUG: test, fix regression in converting to ctypes
by mattip
· 6 years ago
3f9f093
DOC: Fix a minor typo in dispatch documentation.
by Dan Allan
· 6 years ago
dbf97b5
Merge pull request #14418 from charris/backport-14417
by Charles Harris
· 6 years ago
77f48d7
BUG: Fix lexsort + radix sort.
by Hameer Abbasi
· 6 years ago
3dc2b01
REL: prepare 1.17.x for further development
by Charles Harris
· 6 years ago
2975946
REL: NumPy 1.17.1 release.
by Charles Harris
· 6 years ago
v1.17.1
ad4a017
Merge pull request #14350 from charris/prepare-1.17.1-release
by Charles Harris
· 6 years ago
45d1cf1
REL: Prepare for NumPy 1.17. release.
by Charles Harris
· 6 years ago
73e4759
Merge pull request #14345 from charris/backport-14310
by Charles Harris
· 6 years ago
4c87dd7
MAINT: fix behavior of structured_to_unstructured on non-trivial dtypes
by Allan Haldane
· 6 years ago
94a2142
Merge pull request #14339 from eric-wieser/fix-if-fields-1.17
by Charles Harris
· 6 years ago
66388aa
Merge pull request #14338 from charris/backport-14240
by Charles Harris
· 6 years ago
8e310ec
Merge remote-tracking branch 'upstream/maintenance/1.17.x' into fix-if-fields
by Eric Wieser
· 6 years ago
4452556
BUG: don't fail when lexsorting some empty arrays (#14228)
by Max Bolingbroke
· 6 years ago
fa64aba
Merge pull request #14330 from charris/backport-14241
by Charles Harris
· 6 years ago
50eb546
BUG: Fix segfault in `random.permutation(x)` when x is a string. (#14241)
by Maxwell Aladago
· 6 years ago
e105449
Merge pull request #14309 from charris/backport-14216
by Charles Harris
· 6 years ago
173f193
Merge pull request #14308 from charris/backport-14298
by Charles Harris
· 6 years ago
5837627
MAINT: comment on lack of error checks for madvise()
by Peter Andreas Entschev
· 6 years ago
014b272
MAINT: define MADV_HUGEPAGE if not defined
by Peter Andreas Entschev
· 6 years ago
2be7c06
ENH, REL: Enable huge pages in all Linux builds
by Peter Andreas Entschev
· 6 years ago
eb28880
Merge pull request #14307 from charris/backport-14303
by Charles Harris
· 6 years ago
c62403b
Fix bug in platform detection
by Vladimir Pershin
· 6 years ago
906b63a
MAINT: random: Change type of SeedSequence.n_children_spawned to uint32_t.
by Warren Weckesser
· 6 years ago
ead0dbd
MAINT: random: Fix import in example for _coerce_to_uint32_array.
by Warren Weckesser
· 6 years ago
8978cb5
MAINT: random: Match type of SeedSequence.pool_size to DEFAULT_POOL_SIZE.
by Warren Weckesser
· 6 years ago
e69fc29
Merge pull request #14302 from charris/backport-14270
by Charles Harris
· 6 years ago
e2eba1b
Merge pull request #14301 from charris/backport-14217
by Charles Harris
· 6 years ago
483f565
MAINT: Fix remaining misuses of bool(dt.names)
by Eric Wieser
· 6 years ago
5d63992
BUG: Fix detection of structured arrays in mrecords
by Eric Wieser
· 6 years ago
8187c9e
BUG: Don't construct masked arrays with the wrong mask type in genfromtxt
by Eric Wieser
· 6 years ago
b11468e
BUG: Don't allow extra fields to be added in genfromtxt
by Eric Wieser
· 6 years ago
1f0d66c
MAINT: Use the `.names is None` idiom to detect structured array in arrayprint
by Eric Wieser
· 6 years ago
18eb652
MAINT: Remove incorrect comment about flattening
by Eric Wieser
· 6 years ago
0bdf0b9
MAINT: Improve ndpointer.__name__ for structured types with 0 fields
by Eric Wieser
· 6 years ago
00b6745
MAINT: Test names against None for consistency
by Eric Wieser
· 6 years ago
b7a9378
BUG: recfunctions: Don't return None in place of empty sequences
by Eric Wieser
· 6 years ago
7311273
BUG: Fix crash on genfromtxt with nested empty structured array
by Eric Wieser
· 6 years ago
03cd242
BUG: Fix crash in recarray if nested structured dtypes contain padding
by Eric Wieser
· 6 years ago
5fbce6d
BUG: Make np.record work on structured fields with no fields
by Eric Wieser
· 6 years ago
5b830ae
MAINT: Improve error message dtype appearance
by aleju
· 6 years ago
e15dfd3
BUG: Fix formatting error in exception message
by aleju
· 6 years ago
003fe7f
BUG: Fix leak in the f2py-generated module init and `PyMem_Del` usage
by Sergei Lebedev
· 6 years ago
e526afb
Merge pull request #14296 from charris/pin-pytest-version
by Charles Harris
· 6 years ago
2b20711
TST: Pin pytest to 5.0.1.
by Charles Harris
· 6 years ago
c196d8b
Merge pull request #14237 from charris/backport-14141
by Charles Harris
· 6 years ago
Next »