Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.22.2
/
numpy
/
lib
tag
e3531842104c1eaaa1dcc17ee96684a6fe5cbd59
tagger
Charles Harris <charlesr.harris@gmail.com>
Thu Feb 03 22:10:39 2022
object
f6dddcb2e5ea5ed39675f14429af3585c585a666
NumPy 1.22.2 release
9e1ad76
MAINT: Allow the `loadtxt` comments parameter to be `None`
by Bas van Beek
· 3 years, 8 months ago
5a5f800
BUG: Fix an incorrect protocol used in `np.lib.shape_base`
by Bas van Beek
· 3 years, 9 months ago
546c47a
DOC: Fixups for interpolation rename comments from review
by Sebastian Berg
· 3 years, 9 months ago
7d8a8e7
DOC: Update percentile/quantile docs
by Sebastian Berg
· 3 years, 9 months ago
5bd71fb
DOC: Add ticks to quantile interpolation/method error
by Sebastian Berg
· 3 years, 9 months ago
0d5fb81
DOC: Remove reference to paper from quantile `method` kwarg
by Sebastian Berg
· 3 years, 9 months ago
8437663
MAINT: Rename interpolation to method in percentile stubs
by Sebastian Berg
· 3 years, 9 months ago
a5ac5a5
DOC: Fixup the percentile methods plot
by Sebastian Berg
· 3 years, 9 months ago
85f3dda
BUG: quantile discrete methods ended up using -1 as index sometimes
by Sebastian Berg
· 3 years, 9 months ago
3993408
API,DEP: Rename percentile/quantile `interpolation=` to `method=`
by Sebastian Berg
· 3 years, 9 months ago
53e3df3
TST: Add test for max ulp in default quantile calculation
by abel
· 3 years, 10 months ago
6cd6875
MTH: Update quantile default lerp method
by abel
· 3 years, 10 months ago
035d853
DOC: Remove non-existent alias
by abel
· 3 years, 10 months ago
46ef519
Merge pull request #18203 from anntzer/fq
by Sebastian Berg
· 3 years, 10 months ago
57610d2
MAINT: Add annotations for a missing `percentile` interpolation kind: `"inclusive"`
by Bas van Beek
· 3 years, 10 months ago
f9c2573
PERF: Speedup np.quantile.
by Antony Lee
· 3 years, 10 months ago
f7911c6
DOC: Refer to the quantile/percentile notes for nan versions
by Sebastian Berg
· 3 years, 10 months ago
1574011
MAINT: Remove unnecessary import of _QuantileInterpolation
by Sebastian Berg
· 3 years, 10 months ago
a8218af
TST: Make use of clongdouble and longdouble
by abel
· 3 years, 10 months ago
f48e406
DOC: Update _InterpolationKind
by abel
· 3 years, 10 months ago
2faf8ed
TST: Add parametrize for interpolation methods
by abel
· 3 years, 10 months ago
98cf811
TST: Add extrapolation tests
by abel
· 3 years, 10 months ago
8413b5a
MAINT: Clean following PR comments
by abel
· 3 years, 10 months ago
2a5422d
Fix issue with nan scalar
by abel
· 3 years, 10 months ago
d5e275b
DOC: Improve quantile documentation
by abel
· 3 years, 10 months ago
ab19ed2
Fix _lerp
by abel
· 3 years, 10 months ago
303c12c
DOC: fix docstrings.
by Charles Harris
· 3 years, 10 months ago
cd7a02a
MAINT, ENH [#10736] Add interpolation methods to quantile
by abel
· 3 years, 10 months ago
167539e
DOC: Do not leave space between directive name and double colon.
by Matthias Bussonnier
· 3 years, 10 months ago
ae4af75
ENH: Check that the lengths of the inputs to histogram2d are the same. (#20228)
by Jérome Eertmans
· 3 years, 10 months ago
48b7399
Merge remote-tracking branch 'upstream/main' into better-select-example
by Jonas Liechti
· 3 years, 10 months ago
8fb3d65
incorporated suggested edit
by Jonas I. Liechti
· 3 years, 10 months ago
3740af9
Merge pull request #20071 from alessiamarcolini/refactor
by Charles Harris
· 3 years, 10 months ago
5f9cd96
removed redundant comment
by Jonas Liechti
· 3 years, 10 months ago
be11c06
BUG: lib: Fix error raised by insert.
by warren
· 3 years, 10 months ago
3b57355
Add note to iterable docstring about 0d arrays.
by Ross Barnowski
· 3 years, 10 months ago
024d64b
Merge pull request #20059 from DimitriPapadopoulos/lgtm_recommendations
by Charles Harris
· 3 years, 11 months ago
9eadd7a
Merge pull request #20047 from sistaseetaram/flag-writeable-upon-copy
by Matti Picus
· 3 years, 11 months ago
cc545bf
Merge pull request #20061 from DimitriPapadopoulos/python3
by Matti Picus
· 3 years, 11 months ago
6217121
Merge pull request #20063 from BvB93/histograms
by Charles Harris
· 3 years, 11 months ago
4d23ebe
MAINT: remove unused imports
by Alessia Marcolini
· 3 years, 11 months ago
13b4981
ENH: Add annotations for `np.lib.polynomial`
by Bas van Beek
· 3 years, 11 months ago
37e8cb3
ENH: Add annotations for `np.lib.histograms`
by Bas van Beek
· 3 years, 11 months ago
e4d1c77
DOC: Remove references to Python 2
by Dimitri Papadopoulos
· 3 years, 11 months ago
53b9883
MAINT: LGTM.com recommendation: Unused import
by Dimitri Papadopoulos
· 3 years, 11 months ago
de4c233
added-suggestion-to#20047
by Sista Seetaram
· 3 years, 11 months ago
1376568
DOC:add an example to show flag writeable cleared upon copy
by Sista Seetaram
· 3 years, 11 months ago
41519bd
ENH: Add annotations for `np.lib.function_base` part 3
by Bas van Beek
· 3 years, 11 months ago
79a8986
Merge pull request #20034 from BvB93/function-base2
by Charles Harris
· 3 years, 11 months ago
f9e712d
type-o: used element instead of array
by Jonas Liechti
· 3 years, 11 months ago
dd3dff5
adding example: also highlight priority in multiple matches
by Jonas Liechti
· 3 years, 11 months ago
c231c33
Merge pull request #20027 from BvB93/nanfunc
by Charles Harris
· 3 years, 11 months ago
92f0e2b
ENH: Add more annotations for `np.lib.function_base`
by Bas van Beek
· 3 years, 11 months ago
0437a25
TST: Add tests for the new `nan<x>` function parameters
by Bas van Beek
· 3 years, 11 months ago
27710a4
TST: Add a test for comparing the signatures of `nan<x>` and `<x>` functions
by Bas van Beek
· 3 years, 11 months ago
418e18a
ENH: Update (and simplify) the `nan<x>` function annotations
by Bas van Beek
· 3 years, 11 months ago
0b1825d
ENH: Bring the `nan<x>` signatures up to parity with their `<x>`-based counterparts
by Bas van Beek
· 3 years, 11 months ago
7dabf22
Merge pull request #20008 from BvB93/window-func
by Charles Harris
· 3 years, 11 months ago
476903f
STY: Directly use a float rather than the `float64` constructor
by Bas van Beek
· 3 years, 11 months ago
6000e43
use an example that also shows default value
by Jonas Liechti
· 3 years, 11 months ago
f5a8e63
MAINT: Remove `slice` from the accepted `np.place` mask-types
by Bas van Beek
· 3 years, 11 months ago
e214496
TST: Add more tests for `np.kaiser`
by Bas van Beek
· 3 years, 11 months ago
1a0d8b3
BUG: Fix the `lib.function_base` window functions ignoring extended precision float dtypes
by Bas van Beek
· 3 years, 11 months ago
5543322
ENH: Add annotations for `np.lib.function_base`
by Bas van Beek
· 3 years, 11 months ago
a6f7d14
ENH: Add spaces after punctuation in dtype repr/str. (#19686)
by Antony Lee
· 3 years, 11 months ago
b85fef5
DOC: Update links to online copy of Abramowitz and Stegun.
by warren
· 3 years, 11 months ago
1223024
DOC: rename np.lib.scimath to np.emath
by Pamphile ROY
· 4 years ago
7b22284
Merge pull request #19949 from BvB93/rec
by Charles Harris
· 4 years ago
b55a6e4
MAINT: Change the `npyio` recarray dtypes from `void` to `record`
by Bas van Beek
· 4 years ago
2e17eef
MAINT: lib: Check that the dtype given to fromregex is structured.
by warren
· 4 years ago
ac8f979
Merge pull request #19905 from Samyak2/polynomial-fit-doc-formatting
by Charles Harris
· 4 years ago
b05798a
Merge pull request #19917 from BvB93/arraysetops
by Charles Harris
· 4 years ago
8f0f33b
DOC: Add explanation of a sparse mesh grid (#19776)
by Tim Hoffmann
· 4 years ago
8396026
DOC: Typos found by codespell
by Dimitri Papadopoulos
· 4 years ago
5caaabf
ENH: Add annotations for `np.lib.arraysetops`
by Bas van Beek
· 4 years ago
89df711
DOC: fix formatting of a return value of polynomial fit methods
by Samyak S Sarnayak
· 4 years ago
a315d5e
MAINT: Replace the old `_NestedSequence` union and remove `_RecursiveSequence`
by Bas van Beek
· 4 years ago
9377d36
MAINT: Improve ``_median_nancheck`` docstring.
by Charles Harris
· 4 years ago
0dbc9ad
MAINT: remove unused argument in private function
by Marten van Kerkwijk
· 4 years ago
6ba4872
BUG: ensure np.median does not drop subclass for NaN result.
by Marten van Kerkwijk
· 4 years ago
eb6ae9b
MAINT: Make parameters match label.
by Charles Harris
· 4 years ago
705c54c
TST: Fix a couple of `pytest` id labels
by Bas van Beek
· 4 years ago
d944435
TST: Expand/rewrite the `test_allnans` tests
by Bas van Beek
· 4 years ago
95e5d5a
BUG: Fixed an issue wherein `nanpercentile` and `nanquantile` would ignore the dtype for all-nan arrays
by Bas van Beek
· 4 years ago
1fe7024
TST: Expand `TestNanFunctions_NumberTypes` with 0d arrays
by Bas van Beek
· 4 years ago
268e8e8
TST: Make nanfunc test ignore overflow instead of xfailing test
by Sebastian Berg
· 4 years ago
ecba713
MAINT: Let `_remove_nan_1d` attempt to identify nan-containing object arrays
by Bas van Beek
· 4 years ago
a0ea053
MAINT: Copy the `_methods._std` code-path for handling `nanstd` object-arrays
by Bas van Beek
· 4 years ago
9ef7783
TST: Add more tests for `nanmedian`, `nanquantile` and `nanpercentile`
by Bas van Beek
· 4 years ago
fffcb6e
TST: Expand the old `TestNanFunctions_IntTypes` test with non-integer number types
by Bas van Beek
· 4 years ago
b6d7c46
BUG: Fixed an issue wherein certain `nan<x>` functions could fail for object arrays
by Bas van Beek
· 4 years ago
95d2540
Merge pull request #19815 from mwtoews/maint-ioerror
by Charles Harris
· 4 years ago
15dc945
MAINT: Make the `_SupportsGetItem` protocol positional-only
by Bas van Beek
· 4 years ago
0275d62
ENH: Use custom file-like protocols instead of `typing.IO`
by Bas van Beek
· 4 years ago
7ad8ea7
MAINT: revise OSError aliases (IOError, EnvironmentError)
by Mike Taves
· 4 years ago
6829957
Merge pull request #19781 from mwtoews/foreach-item
by Matti Picus
· 4 years ago
64f15a9
MAINT: refactor "for ... in range(len(" statements
by Mike Taves
· 4 years ago
45e43d7
STY: Use the PEP 457 positional-only syntax in the stub files
by Bas van Beek
· 4 years ago
3553361
MAINT: Drop .pyi code-paths specific to Python 3.7
by Bas van Beek
· 4 years ago
63a10fd
Merge pull request #19725 from anntzer/loadtxt-fh-closing
by Matti Picus
· 4 years ago
Next »