summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Small updates to the array_api docsAaron Meurer2022-04-111-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These items were not clear in the original PR #21260 but have since been clarified.
* | | | | | | DOC: various spell checks and typo fixes (#21314)Logan Thomas2022-04-107-30/+30
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * DOC: contigous -> contiguous * DOC: enlongated -> elongated * DOC: thuse -> thus * DOC: quantityt -> quantity * DOC: suppled -> supplied * DOC: intgrally -> integrally * DOC: assignnent -> assignment * DOC: homoegeneous -> homogeneous * DOC: interpereted -> interpreted * DOC: optimised -> optimized * DOC: Advantanges -> Advantages * DOC: realised -> realized * DOC: parametrizing -> parameterizing * DOC: realised -> realized * DOC: intrisics -> intrinsics * DOC: ablility -> ability * DOC: intrisic -> intrinsic * DOC: unversal -> universal * DOC: machnisms -> mechanisms * DOC: specfiy -> specify * DOC: exclution -> exclusion * DOC: optimzations -> optimizations * DOC: declrations -> declarations * DOC: auto-gernreated -> auto-generated * DOC: it highely recomaned -> it is highly recommended * DOC: exectuing -> executing * DOC: strectched -> stretched * DOC: foriegn -> foreign * DOC: indeded -> intended * DOC: multimdimensional -> multidimensional * DOC: supserseded -> superseded * DOC: generalisation -> generalization * FIX: whitespace before comma
* | | | | | Introduce numpy.core.setup_common.NPY_CXX_FLAGSserge-sans-paille2022-04-081-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Group all C++ flags in one location. This avoids redundancy and makes sure we test the flags we use, and use the flags we test. Fix #21302
* | | | | | Merge pull request #21260 from asmeurer/array-api-docsCharles Harris2022-04-042-0/+805
|\ \ \ \ \ \ | |/ / / / / | | | | | | Add a document that enumerates the differences between numpy and numpy.array_api
| * | | | | Note that keyword arguments with different defaults are breakingAaron Meurer2022-03-301-11/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This applies even of the name changed, because it affects the case where no keyword is passed.
| * | | | | Update review comments on the array API documentAaron Meurer2022-03-291-9/+12
| | | | | |
| * | | | | Add a note about the array API copy flag to reshape (which is not yet ↵Aaron Meurer2022-03-291-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | implemented)
| * | | | | Address review comments in the array API documentationAaron Meurer2022-03-291-4/+9
| | | | | |
| * | | | | Add a document that enumerates the differences between numpy and numpy.array_apiAaron Meurer2022-03-282-0/+788
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a more organized presentation of the various "Note" comments in numpy/array_api. In particular, each difference is notated as to whether it is a strictness difference (no change in NumPy needed), a compatible change (NumPy can change in a backwards compatible way), or a breaking change (NumPy would need to break backwards compatibility to match the spec).
* | | | | DOC: Made suggested changes.Bhavuk kalra2022-04-031-1/+1
| | | | | | | | | | | | | | | | | | | | Kept the Python code output uniform
* | | | | Merge branch 'numpy:main' into doc-improveGenShuffleDocBhavuk kalra2022-04-031-3/+5
|\ \ \ \ \
| * | | | | DOC: double backticks and linksMatthias Bussonnier2022-04-031-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [skip azp] [skip actions]
* | | | | | DOC: Improve "random.generator.shuffle" docs pagebhavukkalra2022-03-301-0/+2
|/ / / / /
* | | | | DOC: Mention gitpod as alternative in environment setup docs (#21255)Pax2022-03-261-0/+4
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | * DOC: mention Gitpod as alternative to build numpy Fixes #20679 Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* | | | DOC: directive fix (single instead of double backticks). (#21247)Matthias Bussonnier2022-03-251-2/+2
| | | | | | | | | | | | | | | | | | | | This is invalid syntax (well technically valid, its literally rendering :role: followed by what's inside the double backticks as verbatim text instead of a link...
* | | | DOC: fix outdated description of unicodeNimrod2022-03-161-1/+1
|/ / /
* | | DOC: Add testing dependencies to build workflow instructions (#21167)Bhavuk kalra2022-03-101-3/+10
| | | | | | | | | | | | | | | | | | Adds note on how to install the test dependencies when building numpy from source. Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* | | Merge pull request #21145 from tirthasheshpatel/fix-gh20743Matti Picus2022-03-104-1/+104
|\ \ \ | | | | | | | | MAINT, DOC: make np._from_dlpack public
| * | | DOC: `from_dlpack(x)` to `numpy.from_dlpack`Tirth Patel2022-03-091-1/+1
| | | | | | | | | | | | Co-authored-by: Matti Picus <matti.picus@gmail.com>
| * | | DOC: use ELLIPSIS in error message and add note about copyingTirth Patel2022-03-091-3/+4
| | | | | | | | | | | | | | | | Co-authored-by: Matti Picus <matti.picus@gmail.com>
| * | | DOC: make links to DLPack intersphinxTirth Patel2022-03-092-12/+15
| | | |
| * | | DOC: add the DLPack protocol to interpolability docsTirth Patel2022-03-032-1/+99
| | | |
| * | | MAINT: make np._from_dlpack publicTirth Patel2022-03-031-0/+1
| |/ /
* | | Merge pull request #21155 from mattip/wheel-uploadCharles Harris2022-03-091-4/+19
|\ \ \ | | | | | | | | DOC: document uploads to ananconda.org
| * | | DOC: document uploads to ananconda.orgmattip2022-03-061-4/+19
| | | |
* | | | DOC: update recommendation for pinning numpy+3 (#21144)Stefan van der Walt2022-03-091-19/+23
| | | | | | | | | | | | | | | | | | | | This now makes it explicit when upper bounds should be set, and returns previous guidance on `numpy_version + 3`. Also adds content on pinning major version for users of the C API.
* | | | REL: Update main after 1.22.3 release.Charles Harris2022-03-073-5/+56
|/ / / | | | | | | | | | | | | | | | | | | | | | - Update mailmap - Update release.rst - Update 1.22.0-notes.rst -- mention OS X 10.14 base. - Create 1.22.3-notes.rst - Create 1.22.3-changelog.rst
* | | BLD: Run wheel builders on labeled pull requestsThomas Li2022-03-041-0/+15
|/ /
* | Merge pull request #20559 from melissawm/f2py-guideRohit Goswami2022-02-2218-760/+933
|\ \ | | | | | | DOC: Refactoring f2py user guide
| * | Fixing formattingmelissawm2022-01-059-75/+77
| | |
| * | Responding to review commentsmelissawm2022-01-0511-168/+192
| | |
| * | DOC: Refactoring f2py user guidemelissawm2022-01-0510-756/+903
| | |
* | | Merge pull request #20875 from rgommers/deprecate-npdistutilsMatti Picus2022-02-174-0/+150
|\ \ \ | | | | | | | | DEP: deprecate `numpy.distutils`, and add a migration guide
| * | | MAINT: fix failure due to importing warnings in `distutils/__init__.py`Ralf Gommers2022-02-161-6/+3
| | | |
| * | | DOC: add section on moving to SetuptoolsRalf Gommers2022-02-151-8/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | [skip azp] [skip actions] Also addresses review comments.
| * | | DEP: deprecate `numpy.distutils`, and add a migration guideRalf Gommers2022-02-154-0/+100
| | | |
* | | | Merge pull request #20774 from miccoli/doc/datetime-semanticsCharles Harris2022-02-161-18/+111
|\ \ \ \ | |/ / / |/| | | DOC: explicitly define numpy.datetime64 semantics
| * | | DOC: explicitly define numpy.datetime64 semanticsStefano Miccoli2022-01-101-18/+111
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Explicity state datetime64 semantics: - adoption of proleptic Gregorian Calendar - Astronomical year numbering - 86400 s constant length of day. Add some exmples of shortcomings of the above semnatics with ref. to UTC timescale (missing leap seconds) and UT timescale (variable legth of day). Closes GH-20675
* | | Merge pull request #21029 from hawkinsp/nontuple_indexSebastian Berg2022-02-141-8/+0
|\ \ \ | | | | | | | | DEP: Remove support for non-tuple nd-indices.
| * | | DEP: Remove support for non-tuple nd-indices.Peter Hawkins2022-02-141-8/+0
| | |/ | |/| | | | | | | | | | This behavior has been deprecated since NumPy 1.15 (https://github.com/numpy/numpy/pull/9686).
* | | Merge pull request #21039 from seberg/removed-relaxed-strides-checkingCharles Harris2022-02-122-25/+10
|\ \ \ | |/ / |/| | MAINT: Remove the RELAXED_STRIDES_CHECKING env variable
| * | MAINT: Remove the RELAXED_STRIDES_CHECKING env variableSebastian Berg2022-02-112-25/+10
| | | | | | | | | | | | | | | An error is for now raised in `setup.py` if this is set, eventually we should just delete that.
* | | Merge pull request #21016 from melissawm/doc-intersphinx-scipySebastian Berg2022-02-081-1/+1
|\ \ \ | | | | | | | | MAINT, DOC: Fix SciPy intersphinx link
| * | | MAINT, DOC: Fix SciPy intersphinx linkmelissawm2022-02-081-1/+1
| |/ /
* | | DOC: Fixed Refguide errors (#19898)Ovee Jawdekar2022-02-082-7/+5
|/ / | | | | Fixes refguide errors for basics.types, basics.byteswapping, basics.indexing
* | REL: Update main after 1.22.2 release.Charles Harris2022-02-032-0/+65
| |
* | Merge pull request #20185 from melissawm/add-interop-docMatti Picus2022-02-025-13/+444
|\ \ | | | | | | DOC: Added explanation document on interoperability
| * | Remove extra pytorch examplemelissawm2022-01-051-5/+0
| | |
| * | Improved array_wrap description and added PyTorch examplemelissawm2021-11-241-9/+27
| | |
| * | Adding description of __array_finalize__ and __array_wrap__melissawm2021-11-232-28/+78
| | |