summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Collapse)AuthorAgeFilesLines
* REL: Prepare for the NumPy 1.22.1 release.Charles Harris2022-01-131-31/+49
| | | | | | - Update the .mailmap file. - Create the 1.22.1-changelog.rst file. - Update the 1.22.1-notes.rst file.
* Merge pull request #20815 from charris/backport-20783Charles Harris2022-01-131-1/+1
|\ | | | | DOC: Update Copyright to 2022 [License]
| * change "The NumPy community" to "NumPy Developers"Omid Rajaei2022-01-131-1/+1
| | | | | | change "community" to "Developers" based on https://github.com/numpy/numpy/pull/20783#issuecomment-1009287221
| * Update Copyright to 2022Omid2022-01-131-1/+1
| |
* | DOC: Refer to NumPy, not pandas, in main pageDenis Laxalde2022-01-131-1/+1
|/
* DOC: fix OpenBLAS version in release notemattip2022-01-111-3/+3
|
* Merge pull request #20704 from charris/backport-20698Charles Harris2022-01-011-2/+2
|\ | | | | DOC:Fixed the link on user-guide landing page
| * DOC:Fixed the link on user-guide landing pageArryan Singh2022-01-011-2/+2
| |
* | DOC, ENH: Use pngs instead of svgs.Mukulika2022-01-016-5/+5
|/ | | | | | Latex doesn't support svgs, sphinx doesn't support pdfs, so the common image type is pngs. This fixes the pdf document build that was failing with the svgs.
* REL: prepare 1.22.x for further developmentCharles Harris2021-12-312-0/+46
|
* REL: Prepare for the NumPy 1.22.0 release.Charles Harris2021-12-301-2/+2
| | | | | - Update 1.22.0-changelog.rst - Update 1.22.0-notes.rst
* wipCharles Harris2021-12-291-5/+4
|
* Merge pull request #20649 from charris/backport-20648Charles Harris2021-12-232-2/+2
|\ | | | | DOC: Modify SVG to be visible on Chrome
| * Modify SVG to be visible on ChromeMarsBarLee2021-12-232-2/+2
| |
* | DOC: Document implementation of NEP 43 and experimental new DType APISebastian Berg2021-12-201-0/+12
|/ | | | | | | | Add a brief release note, since the milestone of implementing most of NEP 43 was reached. Further note that the experimental dtype API header now exists and allows a "sneak peak", even if right now it would be advisable to experiment using the dev version. (Since it is already a bit ahead of the one packed with 1.22)
* REL: Prepare for the NumPy 1.22.0rc3 release.Charles Harris2021-12-171-2/+2
| | | | | - Update 1.22.0-notes.rst - Update 1.22.0-changelog.rst
* Change image path for Getting Started panelMarsBarLee2021-12-141-1/+1
|
* Update Getting Started panel textMarsBarLee2021-12-141-3/+3
|
* Modify styling of panelsMarsBarLee2021-12-141-16/+10
|
* Change color of SVGsMarsBarLee2021-12-142-2/+2
|
* Replace SVG with higher resolutionMarsBarLee2021-12-142-62/+2
|
* Change file path for imagesMarsBarLee2021-12-141-4/+4
|
* Move images to different folderMarsBarLee2021-12-144-0/+124
|
* Add images to index.rstMarsBarLee2021-12-141-4/+4
|
* Add Getting Started pageMarsBarLee2021-12-142-2/+5
|
* Modify panel stylingMarsBarLee2021-12-141-5/+5
|
* Modify templateMarsBarLee2021-12-141-0/+91
|
* Add sphinx-panels as an extensionMarsBarLee2021-12-141-1/+2
|
* Delete reference to html filesMarsBarLee2021-12-141-6/+1
|
* Delete html templatesMarsBarLee2021-12-142-80/+0
|
* REL: Prepare for the NumPy 1.22.0rc2 release.Charles Harris2021-12-091-3/+3
| | | | | - Update 1.22.0-notes.rst. - Update 1.22.0-changelog.rst.
* REL: Prepare for NumPy 1.22.0rc2 release.Charles Harris2021-12-071-2/+2
| | | | | - Update 1.22.0-changelog.rst. - Update 1.22.0-notes.rst.
* REL: Prepare for the NumPy 1.22.0r1 release.Charles Harris2021-11-221-10/+412
| | | | | | - Update mailmap. - Update the 1.22.0-notes.rst. - Create the 1.22.0-changelog.rst.
* DOC: Address build system review IRohit Goswami2021-11-165-18/+34
| | | | | | Co-authored-by: Ralf Gommers <ralf.gommers@gmail.com> Co-authored-by: Christoph Buchner <bilderbuchi@phononoia.at> Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
* DOC: Update meson and f2py for automated wrappersRohit Goswami2021-11-154-4/+75
|
* DOC: Fix omission in build docsRohit Goswami2021-11-151-4/+14
|
* DOC: Add signature file build informationRohit Goswami2021-11-154-11/+22
|
* DOC: F2PY build system overviewRohit Goswami2021-11-151-1/+43
|
* DOC: Add F77 scikit-build exampleRohit Goswami2021-11-154-0/+183
| | | | Co-authored-by: Nick Wogan <wogan@uw.edu>
* MAINT: Fix build issuesRohit Goswami2021-11-151-7/+8
|
* DOC: Short note on the cmakelists.txtRohit Goswami2021-11-151-0/+7
|
* DOC: Add note about `make`Rohit Goswami2021-11-151-0/+4
|
* DOC: Add CMake with F2PYRohit Goswami2021-11-155-2/+117
|
* DOC: Detail Meson and F2PY usageHaoZeke2021-11-157-11/+182
|
* ENH: add a 'version' field to PyDataMem_Handlermattip2021-11-101-1/+2
|
* REL: Update main after 1.21.4 release.Charles Harris2021-11-042-0/+47
|
* DOC: Use np alias in absolute beginners tutorial example (#20256)Alban Colley2021-10-311-1/+1
|
* DOC: fix broken link in "What is NumPy?" to broadcastingkhuynh2021-10-311-1/+1
|
* DOC: centralized min-max documentation under 'extrema finding' subsection in ↵Yuval Ofek2021-10-302-10/+17
| | | | mathematical functions page
* DOC: Added note about base attributeMukulika2021-10-281-1/+5
|