Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v2.0.0b1
/
numpy
/
lib
tag
54b879e12d29ebef447228d052e4f0a66251dd1e
tagger
Charles Harris <charlesr.harris@gmail.com>
Mon Mar 11 20:00:50 2024
object
afea8fd66f6bdbde855f5aff0b4e73eb0213c646
NumPy 2.0.0b1 release
de72c0b
fix, add more tests [skip cirrus]
by mattip
· 1 year, 5 months ago
d9bdbbd
DOC: override inherited Mapping docstrings in NpzFile
by mattip
· 1 year, 5 months ago
beb523c
np.array: call __array__ with copy keyword
by Mateusz Sokół
· 1 year, 6 months ago
ab9c6b8
API: Move back to original semantics for np.astype
by Mateusz Sokół
· 1 year, 6 months ago
94dd1b5
API: Update copy keyword across the codebase
by Mateusz Sokół
· 1 year, 6 months ago
8644162
DOC: Update genfromtxt documentation
by Liang Yan
· 1 year, 6 months ago
98b6ecd
DOC: fix a number of doc build warnings
by Ralf Gommers
· 1 year, 6 months ago
8fe55b0
BUG: Fix np.quantile([0, 1], 0, method='weibull') (#24710)
by Pieter Eendebak
· 1 year, 6 months ago
a5ab964
REV: revert tuple/list return type changes for `*split` functions
by Ralf Gommers
· 1 year, 6 months ago
a7693a0
Merge pull request #25574 from neutrinoceros/docs/shallow_copies
by Marten van Kerkwijk
· 1 year, 7 months ago
5c34c87
DOC: Improve documentation of the out argument (#25431)
by Éric Piel
· 1 year, 7 months ago
a63b5ea
MAINT: add `trapezoid` as the new name for `trapz`
by Ralf Gommers
· 1 year, 7 months ago
1551a9d
ENH: add a pkg-config file and a `numpy-config` script
by Ralf Gommers
· 1 year, 7 months ago
6115c30
API: Make any and all return booleans by default (#25712)
by Sebastian Berg
· 1 year, 7 months ago
cae2234
BUG: Fix np.quantile([Fraction(2,1)], 0.5) (#24711)
by Pieter Eendebak
· 1 year, 7 months ago
1df5ad9
Merge pull request #25699 from F3eQnxN3RriK/doc-patch-2
by Matti Picus
· 1 year, 7 months ago
065cff9
DOC: Fixup to fix a linter error
by Yuki
· 1 year, 7 months ago
d23a1ee
DOC: Fix some references in document
by Yuki
· 1 year, 7 months ago
a33fc02
DOC: add a section on NumPy's module structure to the refguide
by Ralf Gommers
· 1 year, 7 months ago
73cd3f1
DOC fix docstring of quantile and percentile (#25678)
by Christian Lorentzen
· 1 year, 7 months ago
55afe35
Merge pull request #24214 from seberg/creation-helper
by Nathan Goldbaum
· 1 year, 7 months ago
89eac8b
ENH: add weighted quantile for inverted_cdf (#24254)
by Christian Lorentzen
· 1 year, 7 months ago
010e841
ENH: change list-of-array to tuple-of-array returns (Numba compat) (#25570)
by Ralf Gommers
· 1 year, 7 months ago
04444cd
MAINT: Use new converter to fix promotions and avoid manual wrapping
by Sebastian Berg
· 1 year, 7 months ago
6bd3abf
API,MAINT: Reorganize array-wrap calling and introduce ``return_scalar`` (#25409)
by Sebastian Berg
· 1 year, 7 months ago
9ec07cd
Merge pull request #25233 from mtsokol/numpy-device
by Nathan Goldbaum
· 1 year, 7 months ago
897f9d0
Apply review comments
by Mateusz Sokół
· 1 year, 7 months ago
4540923
API: Introduce correction argument for np.var and np.std
by Mateusz Sokół
· 1 year, 7 months ago
26cd48f
API: Add device and to_device to ndarray
by Mateusz Sokół
· 1 year, 7 months ago
448e4da
DOC: unambiguous np.histogram dtype description (#25520)
by Hans Meine
· 1 year, 7 months ago
041f6c3
DOC: ensure that docstrings for np.ndarray.copy, np.copy and np.array all mention (or link to explanation) that object arrays are shallow-copied
by Clément Robert
· 1 year, 7 months ago
85f9f56
BUG: Fix return shape of inverse_indices in unique_inverse (#25553)
by Jake Vanderplas
· 1 year, 7 months ago
f0a8e08
ENH: add ability to use weights that align with specified axis in average()
by jamesoliverh
· 1 year, 8 months ago
f3904d2
Merge branch 'numpy:main' into type-annotation-ndarray.__array_ufunc__
by zachbrugh
· 1 year, 8 months ago
a905e59
BUG:Fix incorrect 'inner' method type annotation in NDArrayOperatorsMixin.__array_ufunc__ and _SupportsArrayUFunc.__array_ufunc__ #25510
by Zach Brugh
· 1 year, 8 months ago
36eefea
DOC: emath: add scalar output examples to documentation (#23611)
by Sarah-Yifei-Wang
· 1 year, 8 months ago
d2c1f3b
DOC: numpy.select: add commentary to examples
by Deepansha
· 1 year, 8 months ago
dde213e
DOC: Fix description of auto bin_width (#25064)
by Alex Cabrera
· 1 year, 8 months ago
d85f9ac
DOC: Improve description of `axis` parameter for `np.median` (#25228)
by Sarah Zwiep
· 1 year, 8 months ago
f0720de
DOC: Update a few interpreted text to verbatim/code.
by Matthias Bussonnier
· 1 year, 8 months ago
e331b93
Merge pull request #25448 from BvB93/typ_2.0
by Charles Harris
· 1 year, 8 months ago
0c259b5
TYP: Remove remnants of functions deprecated in #24376
by Bas van Beek
· 1 year, 8 months ago
97623ce
TYP: Remove `trapz`, `in1d` and `row_stack` leftovers
by Bas van Beek
· 1 year, 8 months ago
d89f176
TYP: Explicitly re-export `np.lib.array_utils`
by Bas van Beek
· 1 year, 8 months ago
cad2c17
Merge pull request #25434 from mhvk/dtype-from-string-with-trailing-comma
by Nathan Goldbaum
· 1 year, 8 months ago
84595f6
Merge pull request #25432 from mtsokol/docs-update
by Nathan Goldbaum
· 1 year, 8 months ago
86b39ab
API,BUG,DEP: treat trailing comma as a tuple and thus a structured dtype.
by Marten van Kerkwijk
· 1 year, 8 months ago
2d91a30
DOC: Add numpy.lib docs page
by Mateusz Sokół
· 1 year, 8 months ago
8385ba3
DOC: Improve ``np.histogram`` docs (#25404)
by Pablo
· 1 year, 8 months ago
4da6ce8
Merge pull request #25369 from lvotapka/main
by Charles Harris
· 1 year, 8 months ago
7cab230
Update _polynomial_impl.py
by Lane Votapka
· 1 year, 8 months ago
0721a51
DOC: Fix refguide check script
by Mateusz Sokół
· 1 year, 8 months ago
a26978c
DOC: fix some rendering and formatting issues in `unique_*` docstrings
by Ralf Gommers
· 1 year, 9 months ago
5b28b29
DOC: Improve documentation for fill_diagonal (#25310)
by Linus
· 1 year, 9 months ago
0d28882
Merge pull request #25088 from mtsokol/array-api-setops
by Nathan Goldbaum
· 1 year, 9 months ago
3b6643d
Disable test_shape_base.py::TestTakeAlongAxis::test_argequivalent for partition
by Raghuveer Devulapalli
· 1 year, 9 months ago
f7f9509
API: Add Array API setops
by Mateusz Sokół
· 1 year, 9 months ago
e152569
Completed typing rewrite
by Mateusz Sokół
· 1 year, 9 months ago
45f8057
Move from np.bool_ to np.bool
by Mateusz Sokół
· 1 year, 9 months ago
798a3d1
DOC: Remove `u` string prefixes from docs
by Sebastian Berg
· 1 year, 9 months ago
1d0b04f
DOC: Fixup docs for new `encoding=None` default
by Sebastian Berg
· 1 year, 9 months ago
31b33a4
API: Make `encoding=None` the default in loadtxt
by Sebastian Berg
· 1 year, 9 months ago
74e03d3
Merge pull request #25105 from seberg/depr-array-prepare
by Matti Picus
· 1 year, 9 months ago
d5c25ad
DOC: angle: correct documentation of convention when magnitude of argument is zero
by Matt Haberland
· 1 year, 9 months ago
9af7ed2
DEP: Deprecate `__array_prepare__`
by Sebastian Berg
· 1 year, 10 months ago
657c3b8
TST: skip flaky test in test_histogram
by mattip
· 1 year, 10 months ago
382eedf
DOC: update vectorize docstring for consistency (#24995)
by Logan Thomas
· 1 year, 10 months ago
5abbb3a
Merge pull request #23912 from seberg/nep50-finalize
by Nathan Goldbaum
· 1 year, 10 months ago
b5c8398
MAINT: appease linter
by Nathan Goldbaum
· 1 year, 10 months ago
a547936
Merge pull request #24950 from mtsokol/test-public-functions-one-location
by Nathan Goldbaum
· 1 year, 10 months ago
06e9e12
Apply review changes
by Mateusz Sokół
· 1 year, 10 months ago
e55b39b
MAINT: Move scimath and user_array implementations
by Mateusz Sokół
· 1 year, 10 months ago
ba47e60
MAINT: Address review comments
by Sebastian Berg
· 1 year, 10 months ago
4c0bc26
MAINT: Python API cleanup nitpicks
by Mateusz Sokół
· 1 year, 10 months ago
0f18c6f
MAINT: Also adopt `q` handling from the main quantile/percnetile to na version
by Sebastian Berg
· 1 year, 10 months ago
6cf68f3
Fix percentile and quantile
by Marten van Kerkwijk
· 1 year, 10 months ago
166e806
MAINT: Require `select` for NEP 50 support
by Sebastian Berg
· 1 year, 10 months ago
0cc124d
TST: Adjust tests for direct NEP 50 changes
by Sebastian Berg
· 1 year, 10 months ago
14f6aa1
MAINT: Robustify histogram unsigned-subtract and fix test for NEP 50
by Sebastian Berg
· 1 year, 10 months ago
81c0c8b
MAINT: Make numpy.fft.helper private
by Mateusz Sokół
· 1 year, 10 months ago
7d4f488
MAINT: Adjustments after numpy._core rename
by Mateusz Sokół
· 1 year, 10 months ago
4a7191c
MAINT: Expand numpy.core shims
by Mateusz Sokół
· 1 year, 10 months ago
47b70cb
MAINT: Update numpy.core paths to numpy._core
by Mateusz Sokół
· 1 year, 10 months ago
e94ba3e
Apply review changes
by Mateusz Sokół
· 1 year, 11 months ago
1f6fdf8
Revert test_regression.py changes
by Mateusz Sokół
· 1 year, 11 months ago
b2fbe3f
API: Add NumpyUnpickler
by Mateusz Sokół
· 1 year, 11 months ago
01e33cd
MAINT: Remove 'a' dtype alias (#24854)
by Mateusz Sokół
· 1 year, 11 months ago
c236e69
DOC: Fix reference warning in some rst files
by Liang Yan
· 1 year, 11 months ago
a19ec10
DOC: Fix markups for emphasis
by Yuki
· 1 year, 11 months ago
a0ceb15
Merge pull request #24780 from DimitriPapadopoulos/http
by Charles Harris
· 1 year, 11 months ago
87146b8
Merge pull request #24781 from DimitriPapadopoulos/codespell
by Charles Harris
· 1 year, 11 months ago
8306148
Merge pull request #24787 from ShaliniR8/piecewise-signum-example
by Charles Harris
· 1 year, 11 months ago
d6a70ac
refactor: spelling mistake for imaginary
by Khawaja Junaid
· 1 year, 11 months ago
0ee39d3
DOC: Closes issue #24730, 'sigma' to 'signum' in piecewise function example
by Shalini Roy
· 1 year, 11 months ago
d41572c
MAINT, DOC: fix typos found by codespell
by Dimitri Papadopoulos
· 1 year, 11 months ago
57fbc86
DOC: http:// → https://
by Dimitri Papadopoulos
· 1 year, 11 months ago
07db5be
Merge pull request #24682 from mtsokol/ndarray-class-cleanup-part-1
by Nathan Goldbaum
· 1 year, 11 months ago
7505f4e
Merge pull request #24693 from mtsokol/migration-guide-numpy-2-0
by Nathan Goldbaum
· 1 year, 11 months ago
5312b6e
Apply review comments
by Mateusz Sokół
· 1 year, 11 months ago
cee5097
Restore np.recarray and deprecate np.chararray
by Mateusz Sokół
· 1 year, 11 months ago
Next »