Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.18.0
/
numpy
/
lib
tag
43cad30f6211e1eaee445596b80dc3746f6394c0
tagger
Charles Harris <charlesr.harris@gmail.com>
Sun Dec 22 15:23:28 2019
object
2410c6d0a63cb56455fc9ab6affcf1a776c82134
NumPy 1.18.0 release
efadd57
TST: fix up issues in requires_memory decorator
by Pauli Virtanen
· 6 years ago
6866cc8
REV: Revert "Merge pull request #14794 from mattip/nep-0034-impl"
by Charles Harris
· 6 years ago
b03fab8
Merge pull request #15023 from qwhelan/nan_perf
by Matti Picus
· 6 years ago
f0c6e41
MAINT: Cleaned up mintypecode for Py3
by Joseph R. Fox-Rabinovitz
· 6 years ago
2b51aa2
PERF: only copy input array in _replace_nan() if there are nans to replace
by Christopher Whelan
· 6 years ago
3a9a63f
Merge pull request #14794 from mattip/nep-0034-impl
by Ralf Gommers
· 6 years ago
03d4897
ENH,DEP: Allow multiple axes in expand_dims (#14051)
by Larry Bradley
· 6 years ago
7b2d968
BUG: warn when saving dtype with metadata (#14994)
by Matti Picus
· 6 years ago
2ae28b0
TST: add pytest machinery to specify memory requirements for tests
by Pauli Virtanen
· 6 years ago
e6d1cc2
DOC: lib: Use a clearer example of ddof in the notes of the cov docstring.
by Warren Weckesser
· 6 years ago
1e623f8
DOC: Fix typo in loadtxt and genfromtxt
by Anis Ladram
· 6 years ago
905dd9a
DOC: Fix typo in numpy.loadtxt documentation
by Anis Ladram
· 6 years ago
2fb8540
MAINT: Cleaned up mintypecode for Py3 (#14967)
by Joseph Fox-Rabinovitz
· 6 years ago
6dfe331
MAINT: Remove uses of scalar aliases
by Eric Wieser
· 6 years ago
e6a9c11
MAINT: revert gh-14800, which gave precedence to OO->O over OO->?
by mattip
· 6 years ago
4393e0c
Merge pull request #14800 from mattip/reorder-obj-comparison-loop
by Charles Harris
· 6 years ago
7bc36c2
TST: fix failing test
by mattip
· 6 years ago
61bd4c2
DEP: issue deprecation warning when creating ragged array (NEP 34)
by mattip
· 6 years ago
d863484
TST: Don't construct Fraction instances from numpy scalars
by Eric Wieser
· 6 years ago
5c77895
ENH: add OO->? loops, use np.compare(a, b, dtype=bool), add comments
by mattip
· 6 years ago
647ea19
WIP, DEP, ENH: finish richcompare changes from 1.10
by mattip
· 6 years ago
6777e05
DOC: lib: Fix deprecation markup in financial function docstrings.
by Warren Weckesser
· 6 years ago
49deaff
Merge pull request #14629 from sethtroisi/polyfit_doc
by Ralf Gommers
· 6 years ago
143d713
Merge pull request #14699 from mattip/doc-warnings
by Ralf Gommers
· 6 years ago
9c856a9
MAINT: deprecate financial functions.
by Warren Weckesser
· 6 years ago
3ff4924
BUG: lib: Fix histogram problem with signed integer arrays.
by Warren Weckesser
· 6 years ago
f8b9ba9
Merge pull request #9301 from GuyInALabCoat/doc_edit
by Matti Picus
· 6 years ago
83da5fa
DOC: Add to doc that interp cannot contain NaN (#14598)
by Zijie (ZJ) Poh
· 6 years ago
15ff4fd
Use filename (vs file name) consistently
by Stefan van der Walt
· 6 years ago
2cecdd7
Tidy up savez keys-as-file-names language
by Stefan van der Walt
· 6 years ago
38a2456
DOC: edited numpy.savez docstring note to be more specific
by Dmytro
· 6 years ago
2c0b42b
DOC: added note to docstring of numpy.savez
by Dmytro
· 6 years ago
b89caf6
Merge pull request #14368 from jdufresne/byteswarning
by Sebastian Berg
· 6 years ago
efaaa96
DOC: convert `None` to bare None or ``None``
by mattip
· 6 years ago
4bc65bf
DOC: fix output argument reference
by mattip
· 6 years ago
5b4eee0
DOC: clarify residual in np.polyfit
by Seth Troisi
· 6 years ago
35adc7d
DOC misleading np.sinc() documentation
by Samesh Lakhotia
· 6 years ago
cb89f88
Merge pull request #14583 from mattip/select-deprecation
by Sebastian Berg
· 6 years ago
7f1293f
MAINT: Avoid all BytesWarning
by Jon Dufresne
· 6 years ago
be0ec67
Merge pull request #14573 from rgommers/remove-info-files
by Matti Picus
· 6 years ago
65e91e4
DEP: remove expired deprecation in select
by mattip
· 6 years ago
7aee2ef
BUG: Add missing check for 0-sized array in ravel_multi_index
by Sebastian Berg
· 6 years ago
192060f
DOC: clean up numpy.lib docstring, remove numpy/lib/info.py
by Ralf Gommers
· 6 years ago
69bd801
TST: make xfailed test for modules in public API pass.
by Ralf Gommers
· 6 years ago
d072f12
MAINT: add missing 'Arrayterator' to `numpy.lib.__all__`
by Ralf Gommers
· 6 years ago
9996fb3
MAINT: fix issue with `np.lib.mixins.__all__` and import of mixins
by Ralf Gommers
· 6 years ago
0a293a3
DOC: Added missing versionadded to diff(prepend)
by Joseph R. Fox-Rabinovitz
· 6 years ago
07a7eb5
Merge pull request #14520 from felixdivo/patch-1
by Matti Picus
· 6 years ago
41fe89b
Merge pull request #14521 from alexhenrie/lookfor
by Matti Picus
· 6 years ago
5e74e9d
Merge pull request #14511 from eric-wieser/fix-flatten_dtype
by Matti Picus
· 6 years ago
0b12f51
MAINT: Simplify lookfor function
by Alex Henrie
· 6 years ago
805e245
Mention that split() returns views into the original array
by Felix Divo
· 6 years ago
96103d7
Merge pull request #14510 from eric-wieser/fix-drop_fields
by Matti Picus
· 6 years ago
53adf81
Merge pull request #14508 from Kai-Striega/financial_review
by Sebastian Berg
· 6 years ago
003bdc2
BUG: Fix flatten_dtype so that nested 0-field structs are flattened correctly
by Eric Wieser
· 6 years ago
49916f6
API: Do not return None from recfunctions.drop_fields
by Eric Wieser
· 6 years ago
594d0c3
TST: Move NPV-IRR congruence check to tests
by kai-striega
· 6 years ago
58dc455
DOC: Add warning message to np.npv docs
by kai-striega
· 6 years ago
e97975a
Merge pull request #14255 from hgt312/fix_unique
by Sebastian Berg
· 6 years ago
4da9256
Merge pull request #14209 from lagru/fix-linear-ramp
by Charles Harris
· 6 years ago
5c55d2b
BUG: Replace _linear_ramp with linspace
by Lars Grueter
· 6 years ago
17ff82a
Merge pull request #14365 from WarrenWeckesser/doc-average
by Matti Picus
· 6 years ago
123db90
Merge pull request #14370 from ivirshup/var-dtype-docfix
by Matti Picus
· 6 years ago
8c0bb22
DOC: Fixed dtype docs for var, nanvar.
by Isaac Virshup
· 6 years ago
ad49532
DOC: lib: Add more explanation of the weighted average calculation.
by Warren Weckesser
· 6 years ago
989efb8
DEP: Deprecate class `SafeEval` (#14335)
by Maxwell Aladago
· 6 years ago
f7f8759
Merge pull request #14310 from ahaldane/fix_struct_to_unstruct_nesting
by Charles Harris
· 6 years ago
63ecfb8
MAINT: fix behavior of structured_to_unstructured on non-trivial dtypes
by Allan Haldane
· 6 years ago
0df5751
add description in docstring
by Huang, Guangtai
· 6 years ago
0f5e376
Merge remote-tracking branch 'upstream/master' into fix-if-fields
by Eric Wieser
· 6 years ago
483f565
MAINT: Fix remaining misuses of bool(dt.names)
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
18eb652
MAINT: Remove incorrect comment about flattening
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
37e3f60
DOC:Add example to clarify "numpy.save" behavior on already open file #10445 (#14070)
by Omar Merghany
· 6 years ago
0a13331
Merge pull request #14101 from lagru/zero_stat_length
by Sebastian Berg
· 6 years ago
3b3eaa6
fix unique
by Huang, Guangtai
· 6 years ago
99acd16
fixes StopIteration error for empty file with skip_header > 0
by Maxwell Aladago
· 6 years ago
6f009fc
MAINT: Clearer error while padding stat_length=0
by Lars Grueter
· 6 years ago
5096930
DOC: new nan_to_num keywords are from 1.17 onwards (#14219)
by Géraud Le Falher
· 6 years ago
a3ca52f
DOC: fix documentation of i and j for tri.
by hvy
· 6 years ago
7329c8c
Add blank line above doctest for intersect1d
by Jackie Leng
· 6 years ago
1f58413
Merge pull request #14063 from luispedro/fix_save_duck_check
by Charles Harris
· 6 years ago
a06c949
Merge pull request #13964 from colinsnyder/add-recfunctions
by Charles Harris
· 6 years ago
82bc011
fixed unstructured_to_structured in recfunctions
by Colin Snyder
· 6 years ago
71a8252
TST Test file-like object detection in save/load
by Luis Pedro Coelho
· 6 years ago
c4b0b51
BUG: Fix file-like object check when saving arrays
by Luis Pedro Coelho
· 6 years ago
81cfd47
DEP: Speed up WarnOnWrite deprecation in buffer interface
by Sebastian Berg
· 6 years ago
4f070d9
Removed unnecessary decorators and dispatcher functions
by Colin Snyder
· 6 years ago
f160626
exported correct functions and made private the rest
by Colin Snyder
· 6 years ago
f8aee9a
DOC: Change (old) range() to np.arange()
by Dieter Werthmüller
· 6 years ago
e28cd9e
add new recfunctions to __all__
by Colin Snyder
· 6 years ago
b8c885d
DOC: add space between words across lines
by mattip
· 6 years ago
5911fea
BUG: i0 Bessel function regression on array-likes supporting ufuncs
by Sebastian Berg
· 6 years ago
deea498
BUG: Refcount fixes (#13860)
by Sebastian Berg
· 6 years ago
94d6a37
MAINT: Replace integers in places where booleans are expected
by MSeifert04
· 6 years ago
59ebfbb
ENH: Deprecate writeable broadcast_array (#12609)
by Matti Picus
· 6 years ago
df096f8
Merge branch 'master' into force-zip64
by Charles Harris
· 6 years ago
Next »