summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * | DOC: Refer to bitgenerator and rename bitgenSebastian Berg2023-02-141-3/+3
| | |
| * | DOC: Improve docs around generator spawningSebastian Berg2023-02-142-2/+15
| | | | | | | | | | | | Trying to address Robert Kerns review comments.
* | | CI: clean up GHA boilerplate for `[skip github]`Ralf Gommers2023-02-211-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | GitHub has had builtin support for this for quite a while now, via `skip actions`. So we no longer need this. It's left only in the one Meson job; that line is already taken care of in gh-23165. [skip cirrus] [skip circle] [skip azp] [skip travis]
* | | Merge pull request #22051 from r-devulap/spr-supportMatti Picus2023-02-192-46/+49
|\ \ \ | | | | | | | | BLD: Add compile and runtime checks for AVX512_SPR
| * | | 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
| |/ / |/| | | | | | | | [skip ci]
* | | Merge pull request #23167 from pmvz/mainMatti Picus2023-02-121-1/+25
|\ \ \ | | | | | | | | DOC: Add N-dimensional argmax/argmin example
| * | | DOC: Limit line lengthsPieter2023-02-101-2/+8
| | | |
| * | | Apply suggestions from code reviewPieter2023-02-101-3/+3
| | | | | | | | | | | | Co-authored-by: Mukulika <60316606+Mukulikaa@users.noreply.github.com>
| * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The idea of the flag is not to allow to change it right now, since there may be some things where that is hard to do in general, and it doesn't seem relevant: nobody is supposed to use it besides for testing.
* | | | DOC: LaTeX: Use FandolSong-Regular OpenType font for Chinese charactersJean-François B2023-02-071-0/+11
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unfortunately, there is no mechanism provided by (Xe)LaTeX to automatically fall-back on some rescue font when the main document font does not support a character. But one can configure each problematic character to use a specific font, and the FandolSong font from TeXLive-based LaTeX distributions provides for all currently needed such problematic characters. Close: #22930
* | | 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
| | | | | | | | | | | | Add link to array iterator example Co-authored-by: arunkumarkota <arunkumarkota@gmail.com> Co-authored-by: Arun Kota <arunkota@Aruns-iMac.local>
* | 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
| | | | | | sizof -> sizeof
* | DOC: Fixup docs after the code removalSebastian Berg2023-01-222-8/+0
| | | | | | | | | | | | | | CircleCI is currently not set up to fail when docs fail, so this slipped through the cracks. It may be that the testing docs should get a bit more changes then just removing these things.
* | DOC: Ignore attribute FutureWarning in doc buildSebastian Berg2023-01-181-0/+7
| | | | | | | | | | | | | | | | The docs somehow seem to access `numpy.str`, etc. during the autodoc generation probably. This adds a specific warning filter to hide it. Closes gh-22987
* | DOC: Structured array doc update to note `dtype[name]` (#22723)A Chethan Reddy2023-01-161-0/+5
| | | | | | | | | | Add note that name access of structured dtypes is allowed. Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* | 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 Gitpod as a local build option for users Co-authored-by: Matti Picus <matti.picus@gmail.com>
* | 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
| | | | | | | | | | | | | | | | | | This removes an old LaTeX hack if Sphinx is at 5.0.0+. The hack served to insert a newline after each parameter name before its description and is unneeded as Sphinx 5+ does it (otherwise) and it now causes extra vertical whitespace. If one day in future NumPy pins Sphinx to be at least 5.0.0, the whole thing will become removable. Closes #22941 EDIT: this also removes \usepackage{xcolor}. Sphinx for many many years uses xcolor if it is available.
* | DOC: (LaTeX) fix 'fontenc' key for usage with xelatexJean-François B2023-01-051-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Sphinx documentation says Do not use this key for a latex_engine other than 'pdflatex'. https://www.sphinx-doc.org/en/master/latex.html#the-latex-elements-configuration-setting The 'fontenc': r'\usepackage[LGR,T1]{fontenc}' was useful with pdflatex for support of occasional Greek. But with xelatex and the FreeFont which is used by default by Sphinx with it, the Greek script is already supported.
* | 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
| | | | | | | | | | | | - Create 1.24.1-changelog.rst - Create 1.24.1-notes.rst - Update release.rst
* | Merge pull request #22818 from neutrinoceros/1.23_changelog_typosSebastian Berg2022-12-191-2/+2
|\ \ | | | | | | DOC: fix a couple typos in 1.23 notes.
| * | 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
|/ / | | | | | | | | | | - Create 1.24.0-changelog.rst - Update 1.24.0-notes - Update .mailmap
* | Update doc/source/reference/arrays.dtypes.rstNathan Goldbaum2022-12-151-1/+1
| | | | | | Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* | Update doc/source/reference/arrays.dtypes.rstNathan Goldbaum2022-12-151-2/+2
| | | | | | Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* | 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
| |
* | Merge pull request #22732 from ganesh-k13/add_pullMatti Picus2022-12-111-0/+4
|\ \ | | | | | | DOC: Add instruction to do `git pull`
| * | DOC: Add instruction to do `git pull`ganesh-k132022-12-051-0/+4
| | |
* | | DOC: fix typo in basics.dispatch.rstIkko Ashimine2022-12-111-2/+2
| | | | | | | | | overriden -> overridden
* | | DOC: Some updates to the array_api compat document (#22747)Aaron Meurer2022-12-061-3/+14
|/ / | | | | | | | | | | | | * Add reshape differences to the array API compat document * Add an item to the array API compat document about reverse broadcasting * Make some wording easier to read
* | Merge pull request #22705 from kremeyer/devMatti Picus2022-12-021-3/+3
|\ \ | | | | | | DOC: misleading text lead to false hope
| * | DOC: misleading text lead to false hopeLaurenz Kremeyer2022-12-011-3/+3
| | |
* | | Remove dangling deprecation warningSyam Gadde2022-12-011-4/+0
|/ / | | | | This deprecation is no longer mentioned elsewhere on the page.
* | DOC: Document exceptions and warnings in the refguideSebastian Berg2022-11-301-6/+1
| | | | | | | | | | AxisError did exist, but e.g. ComplexWarning wasn't even properly included.
* | Merge pull request #22533 from ngoldbaum/ufunc-and-function-listingSebastian Berg2022-11-293-0/+49
|\ \ | | | | | | API: Add numpy.testing.overrides to aid testing of custom array containers
| * | API: Add numpy.testing.overrides to aid testing of custom array containersNathan Goldbaum2022-11-163-0/+49
| | | | | | | | | | | | Closes #15544
* | | MAINT: npymath cleanups for isnan, isinf, isinfinite, signbit, nextafter ↵Matti Picus2022-11-281-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | (#22684) * make isnan, isinf, isfinite, signbit, nextafter aliases * fixes from review Co-authored-by: Sebastian Berg <sebastianb@nvidia.com>
* | | BLD: enable building NumPy with MesonRalf Gommers2022-11-253-36/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This enables building with NumPy on Linux and macOS. Windows support should be complete to, but is untested as of now and may need a few tweaks. This contains: - A set of `meson.build` files and related code generation script tweaks, header templates, etc. - One CI job on Linux - Basic docs on using Meson to build NumPy (not yet integrated in the html docs, it's too early for that - this is for early adopters right now). The build should be complete, with the major exception of SIMD support. The full test suite passes. See gh-22546 for the tracking issue with detailed notes on the plan for switching NumPy to Meson as its build system. Co-authored-by: Stefan van der Walt <stefanv@berkeley.edu>
* | | REL: Prepare main for NumPy 1.25.0 developmentCharles Harris2022-11-222-0/+46
| | |
* | | DOC: Remove traces of interrupt handling utilitiesSebastian Berg2022-11-211-11/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We do not use these in NumPy anymore, and at this point the whole `npy_interrupt.h` header only exists in case someone is using it out there. We may wish to just remove it at some point, vendoring the header is simple enough after all (and no known downstream usage exists). See also gh-7545, gh-12541
* | | Merge pull request #22607 from seberg/scalar-aliasesRalf Gommers2022-11-211-1/+0
|\ \ \ | | | | | | | | DEP: Next step in scalar type alias deprecations/futurewarnings
| * | | BUG: Fixup warning giving and remove MachAr from docsSebastian Berg2022-11-171-1/+0
| | | |