Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.26.5
/
numpy
/
lib
tag
dcf9b688c02e22d72c0777df5838e7453ccccc99
tagger
Charles Harris <charlesr.harris@gmail.com>
Wed May 01 15:07:33 2024
object
93fdebfcb4bc4cd53c959ccd0117a612d5f13f1a
NumPy 1.26.5 release
f4e5508
Merge pull request #25617 from cook-1229/patch-1
by Charles Harris
· 1 year, 7 months ago
275f080
Update test_io.py to add test_newline_header_footer()
by cook-1229
· 1 year, 7 months ago
d40a5a7
Update test_io.py to address lint
by cook-1229
· 1 year, 7 months ago
6caa73b
Update test_io.py to fix newlines
by cook-1229
· 1 year, 7 months ago
17a8d57
Update test_io.py
by cook-1229
· 1 year, 7 months ago
96edd0b
Update test_io.py to make tests respect newlines
by cook-1229
· 1 year, 7 months ago
4c42c31
Update test_io.py
by cook-1229
· 1 year, 7 months ago
da587c5
Update test_io.py to set newlines for header/footer.
by cook-1229
· 1 year, 7 months ago
b83afd1
Update test_io.py to address str vs byte mismatch
by cook-1229
· 1 year, 7 months ago
b398806
Update test_io.py to reset BytesIO
by cook-1229
· 1 year, 7 months ago
fc576da
Update test_io.py to test implicit universal newlines
by cook-1229
· 1 year, 7 months ago
295f5a8
Update npyio.py set newlines for header and footer
by cook-1229
· 1 year, 7 months ago
c48b746
Update test_io.py
by cook-1229
· 1 year, 7 months ago
607d83e
Update test_io.py to correct typo
by cook-1229
· 1 year, 7 months ago
374df5b
Update test_io.py to correct test_newline()
by cook-1229
· 1 year, 7 months ago
0963b65
Update test_io.py to fix linting issues.
by cook-1229
· 1 year, 7 months ago
14b729d
Update test_io.py to add TestSaveTxt.test_newline().
by cook-1229
· 1 year, 7 months ago
fee88ab
BUG: Fix np.quantile([Fraction(2,1)], 0.5) (#24711)
by Pieter Eendebak
· 1 year, 7 months ago
57a276d
Update npyio.py to correct typo.
by cook-1229
· 1 year, 8 months ago
df7e8e6
Update npyio.py to handle multiple uses of newline in savetxt().
by cook-1229
· 1 year, 8 months ago
dc7bd9d
Update npyio.pyi for newline accepting None type.
by cook-1229
· 1 year, 8 months ago
1ed156b
Update npyio.py savetxt() to use newline=None default argument.
by cook-1229
· 1 year, 8 months ago
1c98d23
Update npyio.py for lint formatting
by cook-1229
· 1 year, 8 months ago
aae6a17
Update npyio.py to pass newline to datasource.open().
by cook-1229
· 1 year, 8 months ago
df93b11
MAINT: Update meson build infrastructure. (#25049)
by Charles Harris
· 1 year, 10 months ago
bd78090
MAINT: Backport numpy._core stubs. Remove NumpyUnpickler
by Mateusz Sokół
· 1 year, 11 months ago
57730a4
Add NumpyUnpickler
by Mateusz Sokół
· 1 year, 11 months ago
603311d
TYP: add kind argument to numpy.isin type specification (#24527)
by Jake Vanderplas
· 2 years ago
5428852
TYP: Improve function-based annotations with `typing.Concatenate`
by Bas van Beek
· 2 years ago
7eb8cd9
MAINT: Remove versioneer (#24196)
by Stefan van der Walt
· 2 years, 1 month ago
155d560
TST: fix issues with Python 3.12 support [wheel build]
by Ralf Gommers
· 2 years, 1 month ago
78137ba
BUG: histogram small range robust
by Tyler Reddy
· 2 years, 2 months ago
2540554
Merge pull request #23652 from aurivus-ph/faster-structured-to-unstructured
by Matti Picus
· 2 years, 4 months ago
836735e
updated docstring again
by Philip Holzmann
· 2 years, 4 months ago
0a2c895
Merge pull request #23371 from ninousf/dtype-without-metadata
by Charles Harris
· 2 years, 4 months ago
a8752d2
updated docstring
by Philip Holzmann
· 2 years, 4 months ago
6ac4d6d
BUG: Fix median and quantile NaT handling
by Sebastian Berg
· 2 years, 4 months ago
c231f80
TYP: Relax the `genfromtxt` return dtype when the dtype is unspecified
by Bas van Beek
· 2 years, 4 months ago
b8a43cb
Merge pull request #23727 from F3eQnxN3RriK/doc-patch-2
by Charles Harris
· 2 years, 4 months ago
5187067
Merge branch 'main' into deprecate-find-common-type
by Charles Harris
· 2 years, 4 months ago
25908ca
BUG: properly handle tuple keys in NpZFile.__getitem__ (#23757)
by Nathan Goldbaum
· 2 years, 4 months ago
da762e2
DOC: minor fix
by ninousf
· 2 years, 4 months ago
22b8765
DOC: Rewrite docstrings of `ogrid` and `mgrid`
by Yuki
· 2 years, 4 months ago
89486a3
MAINT: Reorganize the way windowing functions ensure float64 result
by Sebastian Berg
· 2 years, 4 months ago
3fa6295
add note for the wrap call
by Philip Holzmann
· 2 years, 4 months ago
fe4543b
lint
by Philip Holzmann
· 2 years, 4 months ago
ed29bda
ensure that ndarray subclasses are passed through
by Philip Holzmann
· 2 years, 4 months ago
6501fc9
whitespace. remove redundant if
by Philip Holzmann
· 2 years, 4 months ago
a304021
use np.newaxis instead of None
by Philip Holzmann
· 2 years, 4 months ago
326f3bb
only unstructure a few array types
by Philip Holzmann
· 2 years, 4 months ago
30c047c
TST: add tests for numpy.quantile (#23129)
by Christian Lorentzen
· 2 years, 4 months ago
de702b3
Merge pull request #23529 from lorentzenchr/doc_quantile
by Sebastian Berg
· 2 years, 4 months ago
e2cbe53
TST: Improve tests a bit (and a bit of docs)
by Sebastian Berg
· 2 years, 4 months ago
b294b9f
ENH: Refactor drop_metadata and use it for npy/npz saving
by Sebastian Berg
· 2 years, 4 months ago
d03741f
STY: drop_metadata more readable
by ninousf
· 2 years, 4 months ago
35e6356
DOC: add small description of drop_metadata function
by ninousf
· 2 years, 4 months ago
7698f9d
ENH: rename dtype_without_metadata to drop_metadata, and do not use descr attribute
by ninousf
· 2 years, 4 months ago
1947415
DOC use percentage for q in percentile
by Christian Lorentzen
· 2 years, 4 months ago
abfadc9
EHN: add __contains__() to np.lib.npyio.NpzFile
by f380cedric
· 2 years, 5 months ago
5497568
ENH: structured_to_unstructured: view more often
by Philip Holzmann
· 2 years, 5 months ago
6e26c3b
Merge pull request #23555 from ngoldbaum/deprecate-np-math
by Ralf Gommers
· 2 years, 5 months ago
79a292b
DEP: deprecate np.math and np.lib.math
by Nathan Goldbaum
· 2 years, 5 months ago
be0e502
ENH: ``__repr__`` for NpzFile object (#23357)
by Ganesh Kathiresan
· 2 years, 5 months ago
819d921
DOC quantile q is a probability
by Christian Lorentzen
· 2 years, 5 months ago
f283fe0
Fixed failing tests
by Matteo Raso
· 2 years, 5 months ago
cf07cd7
Fixed docstring test
by Matteo Raso
· 2 years, 5 months ago
d25018b
Fixed edge case where pyfunc has no attribute `__doc__`
by Matteo Raso
· 2 years, 5 months ago
dfaa72d
Fixed edge case where pyfunc has no attribute `__name__`
by Matteo Raso
· 2 years, 5 months ago
ed17324
Revert "ENH: Enabled the use of numpy.vectorize as a decorator"
by Matti Picus
· 2 years, 6 months ago
1915e33
Merge pull request #23061 from MatteoRaso/vectorize
by Matti Picus
· 2 years, 6 months ago
a12a393
MAINT: Fix reference roles of ast
by yuki
· 2 years, 6 months ago
bd7242c
MAINT: Fix reference roles of `ast`
by yuki
· 2 years, 6 months ago
deb475a
DOC: fix extra space in error message
by Berke Kocaoğlu
· 2 years, 6 months ago
1da1663
MAINT: remove `NUMPY_EXPERIMENTAL_ARRAY_FUNCTION` env var
by Ralf Gommers
· 2 years, 6 months ago
ac6233b
DEP: expire deprecation for "y as out" in fix/isposinf/isneginf
by Ralf Gommers
· 2 years, 6 months ago
700c034
DOC: Add 'may vary' markup in info() docstring.
by warren
· 2 years, 6 months ago
3b57b32
DOC: Edit top line of info() docstring to mention array.
by warren
· 2 years, 6 months ago
d559513
DOC: Document that info() handles array instances.
by warren
· 2 years, 6 months ago
799d8b3
TYP: Remove some stray type-check-only imports of `msort`
by BvB93
· 2 years, 6 months ago
9990f98
DEP: deprecate `product`, `cumproduct`, `sometrue`, `alltrue`
by Ralf Gommers
· 2 years, 6 months ago
6b0b97a
DOC: Fixed meshgrid docstring return type (#23310)
by Miki Watanabe
· 2 years, 6 months ago
8816c76
TYP,MAINT: Add a missing explicit Any parameter
by Francesc Elies
· 2 years, 7 months ago
482d3fa
DOC: Fix matpltolib error in documentation (#23212)
by Sebastian Berg
· 2 years, 7 months ago
5c7fde6
Merge pull request #23089 from seberg/numpy2-flag
by Matti Picus
· 2 years, 7 months ago
e1e487a
Fix typos found by copdespell
by Dimitri Papadopoulos
· 2 years, 7 months ago
9d5eafe
MAINT: Use `np._using_numpy2_behavior()` and initialize it in C
by Sebastian Berg
· 2 years, 7 months ago
c03e840
API: Modify `gradient` to return a tuple rather than a list
by Sebastian Berg
· 2 years, 7 months ago
4b82e29
@vectorize now requires arguments to specify keywords
by Matteo Raso
· 2 years, 7 months ago
75af405
MAINT, DOC: string_ → bytes_ and unicode_ → str_
by Dimitri Papadopoulos
· 2 years, 7 months ago
7a2ded1
Added a test for positional args (PR-23061)
by Matteo Raso
· 2 years, 7 months ago
2aa0bf6
Merge pull request #23113 from hmaarrfk/slots_for_mixins
by Sebastian Berg
· 2 years, 7 months ago
4149999
API: Raise EOFError when trying to load past the end of a `.npy` file (#23105)
by Noé Rubinstein
· 2 years, 7 months ago
35c41af
ENH: Add slots to NDArrayOperatorsMixin to make subclsasing smoother
by Mark Harfouche
· 2 years, 7 months ago
84596ae
Added test for vectorize decorator project
by Matteo Raso
· 2 years, 7 months ago
1bff4d2
Merge branch 'main' into document_diag_indices_from
by Ross Barnowski
· 2 years, 8 months ago
30a99cd
DOC: Fix example spacing and move to end of docstring.
by Ross Barnowski
· 2 years, 8 months ago
eccd86a
DOC, ENH: Improve docstring of real_if_close (#23087)
by Pieter Eendebak
· 2 years, 8 months ago
d961af2
Changed documentation for numpy.vectorize
by Matteo Raso
· 2 years, 8 months ago
172a194
ENH: Convert methods to vectorcall conversions (#23018)
by Pieter Eendebak
· 2 years, 8 months ago
4bb56c4
Fixed lint error
by Matteo Raso
· 2 years, 8 months ago
Next »