Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.23.2
/
numpy
/
lib
tag
97ea18f5cece9ef5af748f0bdff5ca0048a4615a
tagger
Charles Harris <charlesr.harris@gmail.com>
Sat Aug 13 18:28:24 2022
object
21cacafbeeff812cf49ca0102d1dd582b6d77e2b
NumPy 1.23.2 release
f41020b
TST: fix test_linear_interpolation_formula_symmetric
by Pal Barta
· 3 years ago
2acf28f
DOC: Add versionchanged for converter callable behavior.
by Ross Barnowski
· 3 years, 1 month ago
f24ca2c
MAINT, TYP: Fix `np.angle` dtype-overloads
by Bas van Beek
· 3 years, 1 month ago
00f59f6
Merge pull request #21870 from charris/backport-21857
by Charles Harris
· 3 years, 2 months ago
fbd1bb8
Merge pull request #21868 from charris/backport-21851
by Charles Harris
· 3 years, 2 months ago
563974c
BUG: Reject non integer array-likes with size 1 in delete (#21857)
by Sebastian Berg
· 3 years, 2 months ago
11f12eb
DOC: mention changes to `max_rows` behaviour in `np.loadtxt` (#21854)
by Pranab Das
· 3 years, 2 months ago
ab329ee
BUG: Use `keepdims` during normalization in `np.average` and `np.ma.average` (#21851)
by Srimukh Sripada
· 3 years, 2 months ago
552bad6
BUG: lib: A loadtxt error message had two values reversed.
by warren
· 3 years, 2 months ago
010291f
TST: Clean up an opened temporary file descriptor in loadtxt tests
by Sebastian Berg
· 3 years, 2 months ago
c64b0d1
TST: Fixup loadtxt int-via-float tests when in release mode
by Sebastian Berg
· 3 years, 2 months ago
824925d
TYP, ENH: Add annotations for the `equal_nan` keyword to `np.unique`
by Bas van Beek
· 3 years, 3 months ago
233b723
MAINT: Fixup `unique`s `equal_nan` kwarg to match `np.array_equal`
by Sebastian Berg
· 3 years, 3 months ago
25cae8f
MAINT: Update multiline indentations
by Jason Thai
· 3 years, 3 months ago
85af274
DOC: Update 21623 release documentation
by Jason Thai
· 3 years, 3 months ago
b0b9bf3
DOC: Added releasenote for 21623
by Jason Thai
· 3 years, 3 months ago
5238f86
ENH: Added equal-nans kwarg to np.unique
by Jason Thai
· 3 years, 3 months ago
27fd86a
TST: Added test for np.unique equal_nans kwarg
by Jason Thai
· 3 years, 3 months ago
53379cd
MAINT: Python <3.7 related cleanups
by Brigitta Sipőcz
· 3 years, 3 months ago
2932e91
Fix grammar [skip ci]
by Brigitta Sipőcz
· 3 years, 3 months ago
569fc6a
Fix docstring and examples for rfn.get_names*
by Brigitta Sipőcz
· 3 years, 3 months ago
70025f0
DOC: Update numpy/lib/function_base.py
by Sebastian Berg
· 3 years, 3 months ago
df5efc4
DOC: improve the docstring of numpy.sinc to explain behavior at zero.
by Jesús Carrete Montaña
· 3 years, 3 months ago
db481ba
Merge pull request #19226 from seberg/fix-void-cast-safety-promotion-and-comparison
by Matti Picus
· 3 years, 3 months ago
ae16484
Addressing review for more cleanup and clarification
by Brigitta Sipőcz
· 3 years, 3 months ago
b1d6d24
Remove deprecated iterates
by Brigitta Sipocz
· 3 years, 3 months ago
497dc94
Remove python <3.6 related things
by Brigitta Sipocz
· 3 years, 3 months ago
ef3c1b8
Merge pull request #21490 from WarrenWeckesser/average-keepdims-typing
by Bas van Beek
· 3 years, 3 months ago
f935594
BUG: lib: Allow type uint64 for eye() arguments.
by warren
· 3 years, 3 months ago
2e7b695
TYP: Add typing for the keepdims param. of 'average' and 'ma.average'
by warren
· 3 years, 3 months ago
c27f781
ENH: Add 'keepdims' to 'average()' and 'ma.average()'.
by warren
· 3 years, 3 months ago
efc850b
TYP,ENH: Add the new `quotechar` parameter to `np.loadtxt`
by Bas van Beek
· 3 years, 3 months ago
a0c2e82
API: Fix structured dtype cast-safety, promotion, and comparison
by Sebastian Berg
· 3 years, 3 months ago
e3a9e1a
ENH: Optimize `np.empty` for scalar arguments (#20175)
by Francesco Andreuzzi
· 3 years, 4 months ago
0a9634c
TST: Make `test_large_archive` robust against memory issues [wheel build]
by Sebastian Berg
· 3 years, 4 months ago
b6ffbda
TEST: on PyPy, skip hanging slow test [wheel build]
by mattip
· 3 years, 4 months ago
8e447c8
MAINT: Added comment for kron working
by Ganesh Kathiresan
· 3 years, 4 months ago
968ca6c
ENH: Improve `np.kron` performance
by Ganesh Kathiresan
· 3 years, 4 months ago
aed6c57
Merge pull request #21262 from ganesh-k13/kron_21257_ma
by Sebastian Berg
· 3 years, 4 months ago
28e624d
Merge pull request #21291 from oscargus/spaceandcos
by Charles Harris
· 3 years, 5 months ago
782fdec
STY: Whitespace fixes.
by Charles Harris
· 3 years, 5 months ago
c68a8b6
TST: `np.kron` tests refinement
by Ganesh Kathiresan
· 3 years, 5 months ago
730f315
ENH: Maintain subclass info for `np.kron`
by Ganesh Kathiresan
· 3 years, 5 months ago
f404e9e
Add space after argument name
by Oscar Gustafsson
· 3 years, 5 months ago
0307f89
Improve documentation formatting
by Oscar Gustafsson
· 3 years, 5 months ago
beb5ded
Merge pull request #21232 from ganesh-k13/bug_21051_kron
by Matti Picus
· 3 years, 5 months ago
7916d56
BUG: Convert other inputs to array
by Ganesh Kathiresan
· 3 years, 5 months ago
2d2e7b5
MAINT: Linting fixes
by Ganesh Kathiresan
· 3 years, 5 months ago
54605f3
ENH: Refactor kron to not use concat
by Ganesh Kathiresan
· 3 years, 5 months ago
266aad7
Merge pull request #21216 from BvB93/_typing
by Charles Harris
· 3 years, 5 months ago
57da1fa
TST: Added testcases for `np.kron`
by Ganesh Kathiresan
· 3 years, 5 months ago
acb6516
BUG: Refactor `np.kron` to handle 0 in shape
by Ganesh Kathiresan
· 3 years, 5 months ago
c4efd1f
DOC: misc fixes:
by Matthias Bussonnier
· 3 years, 5 months ago
7739583
MAINT: Split `numpy.typing` into a public and private component
by Bas van Beek
· 3 years, 5 months ago
3247145
TYP, BUG: Fix `np.lib.stride_tricks` being re-exported under the wrong name
by Bas van Beek
· 3 years, 5 months ago
3b03c2a
Merge pull request #16895 from DevinShanahan/delete-speedup
by Matti Picus
· 3 years, 6 months ago
0097005
DOC: Fix spelling and grammar in documentation for quantile(). (#21068)
by Don Kirkby
· 3 years, 6 months ago
67bb936
BUG: (loadtxt) Ignore last empty field when `delimiter=None`
by Sebastian Berg
· 3 years, 6 months ago
e287316
DOC: disambiguate :: in rst. (#21037)
by Matthias Bussonnier
· 3 years, 6 months ago
1cacb2f
DOC: Include special case in `hsplit` doc (#20974)
by Bharat Raghunathan
· 3 years, 6 months ago
4b3ddd7
Merge pull request #20580 from seberg/add-npreadtext
by Matti Picus
· 3 years, 7 months ago
ef7492c
Add two new examples of converters to docstring examples
by Ross Barnowski
· 3 years, 7 months ago
e3e6c41
MAINT: Add missing word to warning message
by Sadie Louise Bartholomew
· 3 years, 7 months ago
a756bfb
TST: Skip error test using on PyPy (test uses %.100R)
by Sebastian Berg
· 3 years, 7 months ago
59c2084
TST: Fix exception msg matching in tests.
by Ross Barnowski
· 3 years, 7 months ago
5332a41
Linting.
by Ross Barnowski
· 3 years, 7 months ago
bab8610
Handle delimiter as bytes.
by Ross Barnowski
· 3 years, 7 months ago
0ee03c8
Add test for str dtype len discovery with converters.
by Ross Barnowski
· 3 years, 7 months ago
8a31abc
Add test for empty string as control characters.
by Ross Barnowski
· 3 years, 7 months ago
370792b
Add test for unicode, parametrize for chunksize.
by Ross Barnowski
· 3 years, 7 months ago
0576327
Add test for datetime parametric unit discovery.
by Ross Barnowski
· 3 years, 7 months ago
b335431
TST: Some tests for control character collisions.
by Ross Barnowski
· 3 years, 7 months ago
cb915aa
DOC: lib/io.py was renamed to lib/npyio.py
by Matthias Bussonnier
· 3 years, 7 months ago
ae7bf30
TYP,ENH: Add annotations for `np.lib.mixins`
by Bas van Beek
· 3 years, 7 months ago
4eb5342
Merge pull request #20887 from BvB93/aliases
by Charles Harris
· 3 years, 7 months ago
986a879
Merge pull request #20885 from BvB93/param_spec
by Charles Harris
· 3 years, 7 months ago
03dc8bf
MAINT: Create the `_ArrayLike` type-alias in `numpy.typing`
by Bas van Beek
· 3 years, 7 months ago
5264dc2
MAINT: Create the `_DTypeLike` type-alias in `numpy.typing`
by Bas van Beek
· 3 years, 7 months ago
2906e91
TYP: Mark annotations that can be improved with `Concatenate` once mypy supports it
by Bas van Beek
· 3 years, 7 months ago
d410c8d
MAINT: fix typo (#20862)
by Ruben Garcia
· 3 years, 7 months ago
763a3d4
TST: Use repr in byteswapping tests
by Sebastian Berg
· 3 years, 7 months ago
dfc8989
TST: Catch two more errors that runs into the PyPy issue
by Sebastian Berg
· 3 years, 7 months ago
9ef1a61
TST: Use hand-picked values for byte-swapping tests
by Sebastian Berg
· 3 years, 7 months ago
5d98d67
TST: Skip unparsable field error tests on PyPy
by Sebastian Berg
· 3 years, 7 months ago
e15d853
Add quotechar to examples.
by Ross Barnowski
· 3 years, 7 months ago
ecff02c
Update and add converters examples.
by Ross Barnowski
· 3 years, 7 months ago
85a2a77
DOC: Fix typo in meshgrid example
by Emma Simon
· 3 years, 7 months ago
3c81e30
MAINT: single value identification and test
by Devin Shanahan
· 3 years, 7 months ago
0f66b60
MAINT: Merge branch 'main' into delete-speedup
by Devin Shanahan
· 3 years, 7 months ago
3e0d432
TST,BUG: Fortify byteswapping tests and make a small fix
by Sebastian Berg
· 3 years, 7 months ago
4f3b3d2
BUG: Fix loadtxt no data warning stacklevel
by Sebastian Berg
· 3 years, 7 months ago
14cd1bb
DOC: Remove outdated loadtxt TODOs from code
by Sebastian Berg
· 3 years, 7 months ago
1e6b72b
TST,STY: Add small additional tests for converters/usecols
by Sebastian Berg
· 3 years, 7 months ago
90c71f0
TST: Move most new loadtxt tests to its own file
by Sebastian Berg
· 3 years, 7 months ago
eb68e87
MAINT: Use skiplines rather than skiprows internally throughout
by Sebastian Berg
· 3 years, 7 months ago
d58d361
TST: Add test for hard/impossible to reach universal-newline support paths
by Sebastian Berg
· 3 years, 7 months ago
cc67c19
TST: Improve test coverage, replace impossible error with assert
by Sebastian Berg
· 3 years, 7 months ago
245af22
TST,MAINT: New tests, byteswap cleanups and fixed assert
by Sebastian Berg
· 3 years, 7 months ago
d2473c0
TST,BUG: Additional bad-file-like test, add missing error path free
by Sebastian Berg
· 3 years, 7 months ago
73940d6
MAINT,TST,BUG: Simplify streamer init, fix issues, and add tests
by Sebastian Berg
· 3 years, 7 months ago
Next »