Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.24.2
/
numpy
/
lib
tag
1a95b1954adc19cccbad3091d7f40d66fc88400e
tagger
Charles Harris <charlesr.harris@gmail.com>
Sun Feb 05 17:12:30 2023
object
85f38ab180ece5290f64e8ddbd9cf06ad8fa4a5e
NumPy 1.24.2 release
d50106b
BUG: np.loadtxt cannot load text file with quoted fields separated by whitespace (#22906)
by dmbelov
· 2 years, 8 months ago
38ef9ce
BUG: Fix integer overflow in in1d for mixed integer dtypes #22877 (#22878)
by Miles Cranmer
· 2 years, 8 months ago
dc7bac6
TST: Ignore nan-warnings in randomized out tests
by Sebastian Berg
· 2 years, 8 months ago
9291c0c
BUG: Ensure correct behavior for rows ending in delimiter in loadtxt (#22836)
by Sebastian Berg
· 2 years, 8 months ago
6641739
BUG: `keepdims=True` is ignored if `out` is not `None` in `numpy.median()`, `numpy.percentile()`, and `numpy.quantile()`.
by Roy Smart
· 2 years, 9 months ago
72af24d
BUG: Histogramdd breaks on big arrays in Windows (#22561)
by Navpreet Singh
· 2 years, 9 months ago
9e144f7
BLD: update OpenBLAS to 0.3.21 and clean up openblas download test (#22525)
by Matti Picus
· 2 years, 9 months ago
cf59f6c
DOC: Update parameter descriptions for np.pad (#22519)
by Miki Watanabe
· 2 years, 9 months ago
a7abbee
Merge pull request #21895 from hoodmane/emscripten-ci
by Ralf Gommers
· 2 years, 9 months ago
b780d8b
TYP,DEP: Remove `msort` annotations
by BvB93
· 2 years, 9 months ago
6df49a3
TYP,ENH: Add annotations for `np.show_runtime`
by BvB93
· 2 years, 9 months ago
08c6e9c
TST: Skip tests that are not currently supported in wasm
by Hood Chatham
· 2 years, 9 months ago
9a6d956
Merge pull request #22375 from melissawm/doc-arange
by Matti Picus
· 2 years, 10 months ago
5292238
STY: Make linter happy
by Sebastian Berg
· 2 years, 10 months ago
6784194
TST,MAINT: Replace most `setup` with `setup_method` (also teardown)
by Sebastian Berg
· 2 years, 10 months ago
13d55a3
MAINT: remove u-prefix for former Unicode strings (#22479)
by Mike Taves
· 2 years, 10 months ago
806a9ec
DOC: Update numpy/lib/function_base.py
by Ross Barnowski
· 2 years, 10 months ago
8ca9221
DEP: Add deprecation warning and check warning in test.
by Ross Barnowski
· 2 years, 10 months ago
ce057d2
DOC: Add deprecated directive to docstring.
by Ross Barnowski
· 2 years, 10 months ago
a8449b5
ENH: unstructured_to_structured converts dtype argument (#22442)
by LeonaTaric
· 2 years, 10 months ago
6fac305
DOC: Improve how-to-partition contents.
by melissawm
· 2 years, 10 months ago
8551018
MAINT: Fix typos found by codespell
by Dimitri Papadopoulos
· 2 years, 11 months ago
384c13e
Merge pull request #22393 from seberg/npy_header
by Matti Picus
· 2 years, 11 months ago
81bc456
MAINT: Ensure graceful handling of large header sizes
by Sebastian Berg
· 2 years, 11 months ago
5ecaf36
Merge pull request #20321 from xor2k/main
by Sebastian Berg
· 2 years, 11 months ago
b280eee
DOC: Use versionchanged and add in note about newline chars.
by Ross Barnowski
· 2 years, 11 months ago
5c427d6
DOC: How to partition domains
by melissawm
· 2 years, 11 months ago
a1fd7b6
DOC: Update delimiter param description.
by Ross Barnowski
· 2 years, 11 months ago
b654752
REV: Losen `lookfor`'s import try/except again (#22356)
by Sebastian Berg
· 2 years, 11 months ago
6f25c62
Merge pull request #22343 from gdementen/patch-2
by Charles Harris
· 2 years, 11 months ago
1dc4204
DOC: Improve `converters` parameter description for loadtxt (#22254)
by Ross Barnowski
· 2 years, 11 months ago
ea25a21
DOC: fixed two more typos in docstrings
by Gaëtan de Menten
· 2 years, 11 months ago
f2c7867
DOC: fixed minor typo in percentile docstring
by Gaëtan de Menten
· 2 years, 11 months ago
15cb486
add spare space for growth for .npy files
by Michael Siebert
· 2 years, 11 months ago
664a9f5
Merge pull request #22280 from xilin22/histogramdd-doc-update
by Sebastian Berg
· 2 years, 11 months ago
88c1a4f
Merge pull request #22319 from sjtechdev/21257/add_kron_functional_tests
by Charles Harris
· 2 years, 11 months ago
052db42
MAINT: use `functools.wraps` in `np.deprecate`
by Josh Wilson
· 2 years, 11 months ago
7e9f225
MAINT: update function's `__module__` attribute in `deprecate`
by Josh Wilson
· 2 years, 11 months ago
0815a8c
TST: add functional tests for kron
by Shreyas Joshi
· 3 years ago
1cefcb9
STY: minor formatting touchups.
by Ross Barnowski
· 3 years ago
b99935e
DOC: Add examples to msort in lib/function_base.py
by Shreya
· 3 years ago
4267417
DOC: updated the description for array-like type in histogramdd
by XinRu Lin
· 3 years ago
5e9ec76
TST,BUG: Us context from spawn to fork in (#22204)
by Jyn Spring 琴春
· 3 years ago
2a6daf3
Merge pull request #22009 from eendebakpt/fix/average
by Sebastian Berg
· 3 years ago
3d2fe4e
DOC: Fixed links for np.show_runtime (#21468)
by Ganesh Kathiresan
· 3 years ago
fe63699
ENH: Added `show_runtime`
by ganesh-k13
· 3 years ago
a52aae6
DOC: Fix documentation for percentile and quantile
by melissawm
· 3 years ago
25d5e38
BUG: fix np.average for Fraction elements
by Pieter Eendebak
· 3 years ago
002df0e
TST: fix test_linear_interpolation_formula_symmetric
by Pal Barta
· 3 years ago
6e15579
ENH: allow importlib.LazyLoader to work with numpy and add test of this (#22045)
by Dan Schult
· 3 years, 1 month ago
3321bc5
Revert "ENH: Adding __array_ufunc__ capability to MaskedArrays."
by mattip
· 3 years, 1 month ago
c6d4774
DOC: Add versionchanged for converter callable behavior.
by Ross Barnowski
· 3 years, 1 month ago
7ed9776
MAINT: rm old warning
by Tyler Reddy
· 3 years, 1 month ago
8cd6f4c
ENH: Adding __array_ufunc__ capability to MaskedArrays.
by Greg Lucas
· 3 years, 1 month ago
eb24897
MAINT, TYP: Fix `np.angle` dtype-overloads
by Bas van Beek
· 3 years, 1 month ago
072ae77
Revert "ENH: Adding __array_ufunc__ capability to MaskedArrays"
by Matti Picus
· 3 years, 1 month ago
ab541f9
Merge pull request #16022 from greglucas/masked_ufunc
by Matti Picus
· 3 years, 1 month ago
a63587e
Fix the interpolation formulae which led to absurd results. For quantile() and percentile().
by deego
· 3 years, 2 months ago
3d9cacc
DOC: Clarify loadtxt input cols requirement (#21861)
by Pranab Das
· 3 years, 2 months ago
6d77c59
ENH: Adding __array_ufunc__ capability to MaskedArrays.
by Greg Lucas
· 3 years, 2 months ago
f9bed20
BUG: Fix numpy.isin for timedelta dtype (#21860)
by Miles Cranmer
· 3 years, 2 months ago
b9786ab
Merge pull request #21863 from seberg/fpe-warning-simplification
by Charles Harris
· 3 years, 2 months ago
86d2a87
ENH,MAINT: Improve and simplify scalar floating point warnings
by Sebastian Berg
· 3 years, 2 months ago
6ac7142
BUG: Reject non integer array-likes with size 1 in delete (#21857)
by Sebastian Berg
· 3 years, 2 months ago
a2caa35
DOC: mention changes to `max_rows` behaviour in `np.loadtxt` (#21854)
by Pranab Das
· 3 years, 2 months ago
e67fe9f
BUG: Use `keepdims` during normalization in `np.average` and `np.ma.average` (#21851)
by Srimukh Sripada
· 3 years, 2 months ago
b65f0b7
Merge pull request #21626 from seberg/weak-scalars
by Charles Harris
· 3 years, 2 months ago
019c8c9
BUG: Fix in1d for empty integer array as input (#21842)
by Miles Cranmer
· 3 years, 2 months ago
91e753c
Merge pull request #12065 from MilesCranmer/master
by Sebastian Berg
· 3 years, 2 months ago
1d3bdd1
TST: Skip empty arrays for kind="table"
by Miles Cranmer
· 3 years, 2 months ago
3b117e7
TST: Reduce code re-use with pytest mark
by MilesCranmer
· 3 years, 2 months ago
6244c06
MAINT: Fix edgecase for bool containers
by MilesCranmer
· 3 years, 2 months ago
c4aa5d8
DOC: Rephrase docstring of in1d/isin
by MilesCranmer
· 3 years, 2 months ago
64de8b2
MAINT: Remove positionality of kind in isin
by MilesCranmer
· 3 years, 2 months ago
bb71875
MAINT: Minor suggestions from code review
by Miles Cranmer
· 3 years, 2 months ago
4858094
DOC: Notes on `kind` to in1d/isin docstring
by MilesCranmer
· 3 years, 2 months ago
75dbbea
DOC: `assume_unique` does not affect table method
by MilesCranmer
· 3 years, 2 months ago
6a3c80f
DOC: Improve clarity of in1d docstring
by MilesCranmer
· 3 years, 2 months ago
a9a364b
BUG: lib: A loadtxt error message had two values reversed.
by warren
· 3 years, 2 months ago
4ed458f
MAINT: change kind names for in1d
by MilesCranmer
· 3 years, 2 months ago
d9d4fd5
DOC: Fix list format for sphinx
by Miles Cranmer
· 3 years, 2 months ago
0c339d4
DOC: Add missing indent in docstring
by Miles Cranmer
· 3 years, 2 months ago
76bb035
DOC: Fix formatting issues in docstring
by MilesCranmer
· 3 years, 2 months ago
43b4daf
TST: validate in1d errors
by MilesCranmer
· 3 years, 2 months ago
4b62918
MAINT: RuntimeError for unexpected integer overflow
by MilesCranmer
· 3 years, 2 months ago
3533b86
MAINT: Clean up integer overflow check in in1d
by MilesCranmer
· 3 years, 2 months ago
31f7395
MAINT: Clean up memory checking for in1d
by MilesCranmer
· 3 years, 2 months ago
c5db8e8
MAINT: Protect against integer overflow in in1d
by MilesCranmer
· 3 years, 2 months ago
8f57644
MAINT: kind now uses "mergesort" instead of "sort"
by MilesCranmer
· 3 years, 2 months ago
34a3358
TST: Use new "kind" argument over "method"
by MilesCranmer
· 3 years, 2 months ago
cde60ce
MAINT: Switch parameter name to 'kind' over 'method'
by MilesCranmer
· 3 years, 2 months ago
a8677bb
MAINT: Switch to old in1d for large memory usage
by MilesCranmer
· 3 years, 2 months ago
974c865
API: Add leading underscore to `no_nep50_warning` and `get/set_promotion_state`
by Sebastian Berg
· 3 years, 2 months ago
9a5c5e8
TST: Adapt percentile test to changed promotion
by Sebastian Berg
· 3 years, 2 months ago
ce94fb6
TST: Clean up an opened temporary file descriptor in loadtxt tests
by Sebastian Berg
· 3 years, 2 months ago
7a1ee13
MAINT: Fix misplaced default in in1d test
by MilesCranmer
· 3 years, 2 months ago
6d91753
MAINT: Add back in1d tests of old method
by MilesCranmer
· 3 years, 2 months ago
7cb937c
DOC: Describe memory considerations in in1d/isin
by MilesCranmer
· 3 years, 2 months ago
9e6bc79
DOC: Clean up isin docstring
by MilesCranmer
· 3 years, 2 months ago
d7e2582
MAINT: bool instead of np.bool_ dtype
by MilesCranmer
· 3 years, 2 months ago
Next »