summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21729 from charris/prepare-for-1.23.0rc3v1.23.0rc3Charles Harris2022-06-103-8/+37
|\
| * REL: Prepare for the NumPy 1.23.0rc3 release.Charles Harris2022-06-103-8/+37
|/
* Merge pull request #21719 from charris/backport-21691Charles Harris2022-06-102-2/+6
|\
| * BUG: Fix line skipping invalid read/use of invalid valueSebastian Berg2022-06-101-2/+3
| * BUG: Add error return for structured resolverSebastian Berg2022-06-101-0/+3
* | Merge pull request #21720 from charris/backport-21701Charles Harris2022-06-101-1/+2
|\ \
| * | shorten linei-shenl2022-06-101-2/+2
| * | Enable fortran preprocessing on Windowsi-shenl2022-06-101-1/+2
| |/
* | Merge pull request #21722 from charris/backport-21712Charles Harris2022-06-105-0/+30
|\ \
| * | TST: Ensure long_long in f2cmap worksRohit Goswami2022-06-103-0/+25
| * | BUG: Generate C typedefs for f2cmap typesRohit Goswami2022-06-102-0/+5
| |/
* | Merge pull request #21721 from charris/backport-21705Charles Harris2022-06-108-47/+84
|\ \
| * | fix upSayed Adel2022-06-101-1/+1
| * | BLD, SIMD: Fix detecting armhfSayed Adel2022-06-101-21/+46
| * | BLD, SIMD: Hardened the Neon/ASIMD compile-time testsSayed Adel2022-06-107-26/+38
| |/
* | Merge pull request #21718 from charris/backport-21639Charles Harris2022-06-102-4/+42
|\ \
| * | BUG: use explicit einsum_path whenever it is given (#21639)Toshiki Kataoka2022-06-102-4/+42
| |/
* | Merge pull request #21716 from charris/backport-21401Charles Harris2022-06-1019-434/+716
|\ \ | |/ |/|
| * ENH: Implement string comparison ufuncs (or almost) (#21041)Sebastian Berg2022-06-1019-434/+716
|/
* Merge pull request #21710 from charris/backport-21709Charles Harris2022-06-092-0/+8
|\
| * TST: Fixup loadtxt int-via-float tests when in release modeSebastian Berg2022-06-092-0/+8
|/
* Merge pull request #21698 from charris/backport-21690Charles Harris2022-06-082-2/+16
|\
| * BUG: Prevent attempted broadcasting of 0-D output operands in ufuncsSebastian Berg2022-06-082-2/+16
* | Merge pull request #21697 from charris/backport-21659Charles Harris2022-06-081-1/+1
|\ \ | |/ |/|
| * BUG: Fix a refactor leftover bugNamami Shanker2022-06-081-1/+1
* | Merge pull request #21688 from seberg/loadtxt-ints-via-float-backportCharles Harris2022-06-085-5/+78
|\ \ | |/ |/|
| * DOC: Document loadtxt parsing int-via-float as release notesSebastian Berg2022-06-071-1/+6
| * DOC: Update the loadtxt int-via-float deprecation warning messageSebastian Berg2022-06-072-3/+27
| * DEP: Deprecate (rather than remove) the int-via-float parsing in loadtxtSebastian Berg2022-06-073-4/+48
|/
* Merge pull request #21684 from charris/backport-21681Charles Harris2022-06-072-2/+7
|\
| * MAINT: Add missing colon.Charles Harris2022-06-061-1/+1
| * MAINT: Point documentation version switcher at the docs homepageSebastian Berg2022-06-062-2/+7
|/
* Merge pull request #21649 from charris/backport-21308Charles Harris2022-06-032-6/+11
|\
| * MAINT: Start testing with Python 3.11.Mariusz Felisiak2022-06-031-1/+1
| * BUG: Fix TestConversion.test_to_int_scalar() on Python.Mariusz Felisiak2022-06-031-5/+10
|/
* Merge pull request #21660 from charris/backport-21605Charles Harris2022-06-035-11/+87
|\
| * DOC: Add a comment about keeping the `test_requirements.txt` subset syncedBas van Beek2022-06-031-0/+2
| * TST: Move `typing_extensions` installation to the container-creation stepBas van Beek2022-06-031-2/+1
| * TST: Try `pip` instead of `pip3`Bas van Beek2022-06-031-1/+1
| * TST: Install `test_requirements` during the container build stageBas van Beek2022-06-031-1/+2
| * TST: Ensure that `test_requirements` is always installedBas van Beek2022-06-031-1/+1
| * TST: Remove the `__reduce__` testsBas van Beek2022-06-031-2/+0
| * TST: Add `npt._GenericAlias` tests for (backported) Python 3.11 featuresBas van Beek2022-06-031-3/+42
| * TST: Reintroduce `typing_extensions` as a test requirementBas van Beek2022-06-032-0/+2
| * MAINT: Adapt the `npt._GenericAlias` backport to Python 3.11 `types.GenericAl...Bas van Beek2022-06-031-7/+42
* | Merge pull request #21656 from BvB93/nanCharles Harris2022-06-031-0/+32
|\ \
| * | TYP, ENH: Add annotations for the `equal_nan` keyword to `np.unique`Bas van Beek2022-06-031-0/+32
|/ /
* | Merge pull request #21646 from charris/backport-21623-21644Charles Harris2022-06-023-9/+27
|\ \ | |/ |/|
| * MAINT: Fixup `unique`s `equal_nan` kwarg to match `np.array_equal`Sebastian Berg2022-06-023-15/+15
| * MAINT: Update multiline indentationsJason Thai2022-06-021-1/+1