summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23404 from ngoldbaum/dtype-class-array-creationSebastian Berg2023-03-231-1/+1
|\
| * ENH: allow using dtype classes in array creation functionsNathan Goldbaum2023-03-171-1/+1
* | Merge pull request #23240 from byrdie/bugfix/ufunc_where_propagationSebastian Berg2023-03-221-2/+3
|\ \
| * | ENH: Modified `PyUFunc_CheckOverride` to allow the `where` argument to overri...Roy Smart2023-02-241-2/+3
* | | DOC: Update wording related to recommended np alias (#23424)Michail Gaganis2023-03-191-2/+2
| |/ |/|
* | MAINT: cleanup unused Python3.8-only code and referencesClément Robert2023-03-141-1/+1
* | MAINT: remove `NUMPY_EXPERIMENTAL_ARRAY_FUNCTION` env varRalf Gommers2023-03-122-22/+0
* | BLD: Check for submodules before build (#23372)Raghuveer Devulapalli2023-03-121-2/+2
* | Merge pull request #23311 from F3eQnxN3RriK/fix-docs-typoMukulika2023-03-021-1/+1
|\ \
| * | DOC: Fix a typoyuki2023-02-281-1/+1
* | | MAINT: switch min/max with amin/amax, and add them to html docsRalf Gommers2023-03-011-2/+4
* | | DOC: add `np.round` to the html docs, and make it the preferred aliasRalf Gommers2023-03-011-0/+1
|/ /
* | DOC: Update dtype hierarchy and box-text alingnment png pdf dia #23252Younes2023-02-263-0/+0
* | DOC: Fix some links in the usage documentyuki2023-02-252-2/+2
|/
* Merge pull request #23195 from seberg/public-rng-spawnCharles Harris2023-02-233-8/+36
|\
| * DOC: Try to add Generator spawning to parallel generation and link itSebastian Berg2023-02-141-6/+21
| * DOC: Refer to bitgenerator and rename bitgenSebastian Berg2023-02-141-3/+3
| * DOC: Improve docs around generator spawningSebastian Berg2023-02-142-2/+15
* | CI: clean up GHA boilerplate for `[skip github]`Ralf Gommers2023-02-211-2/+1
* | Merge pull request #22051 from r-devulap/spr-supportMatti Picus2023-02-192-46/+49
|\ \
| * | Update cpu_features.inc and compilers-diff.incRaghuveer Devulapalli2023-02-082-46/+49
* | | DOC: Add notation for skipping Cirrus to dev docs.warren2023-02-161-0/+1
| |/ |/|
* | Merge pull request #23167 from pmvz/mainMatti Picus2023-02-121-1/+25
|\ \
| * | DOC: Limit line lengthsPieter2023-02-101-2/+8
| * | Apply suggestions from code reviewPieter2023-02-101-3/+3
| * | DOC: Add N-dimensional argmax/argmin examplePieter2023-02-061-1/+19
* | | API: Add environment variable for behavior planned in a 2.0Sebastian Berg2023-02-101-0/+14
* | | DOC: LaTeX: Use FandolSong-Regular OpenType font for Chinese charactersJean-François B2023-02-071-0/+11
|/ /
* | MAINT: Update main after 1.24.2 release.Charles Harris2023-02-052-0/+52
|/
* DOC: Fix broken link in C-API array docs (#23117)Ross Barnowski2023-01-272-4/+6
* DOC: Pull existing PR workflow (#22908)Ganesh Kathiresan2023-01-251-0/+22
* DOC: fix typo in C API reference (#23092)Nathan Goldbaum2023-01-251-1/+1
* DOC: Fixup docs after the code removalSebastian Berg2023-01-222-8/+0
* DOC: Ignore attribute FutureWarning in doc buildSebastian Berg2023-01-181-0/+7
* DOC: Structured array doc update to note `dtype[name]` (#22723)A Chethan Reddy2023-01-161-0/+5
* DOC: Fix a typo in f2py meson docsRohit Goswami2023-01-161-3/+3
* DOC: add information about disabling SIMD for crashesmattip2023-01-101-3/+65
* DOC: Remove Gitpod as a local build option for users (#22911)Mukulika2023-01-092-23/+7
* DOC: remove old LaTeX hack if Sphinx is at 5.0.0 or later (fix #22941) (#22952)Jean-François B2023-01-061-5/+10
* DOC: (LaTeX) fix 'fontenc' key for usage with xelatexJean-François B2023-01-051-1/+0
* DOC: move section (from review) [skip ci]mattip2023-01-033-26/+19
* DOC: document NPY_DISABLE_CPU_FEATURESmattip2023-01-032-3/+26
* MAINT: Update main after 1.24.1 release.Charles Harris2022-12-262-0/+51
* Merge pull request #22818 from neutrinoceros/1.23_changelog_typosSebastian Berg2022-12-191-2/+2
|\
| * DOC: fix a couple typos in 1.23 changelogClément Robert2022-12-181-2/+2
* | MAINT: Update main after 1.24.0 release.Charles Harris2022-12-181-12/+482
|/
* Update doc/source/reference/arrays.dtypes.rstNathan Goldbaum2022-12-151-1/+1
* Update doc/source/reference/arrays.dtypes.rstNathan Goldbaum2022-12-151-2/+2
* DOC: update discussion in dtypes docs that references Python 2Nathan Goldbaum2022-12-151-9/+9
* DOC: mention installing test dependencies in testing instructionsNathan Goldbaum2022-12-142-1/+5