summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge pull request #19756 from MarsBarLee/docs-panelCharles Harris2021-12-149-85/+153
| |\ \ | | | | | | | | DOC: Update front page of documentation with Sphinx-Panels
| | * | Change image path for Getting Started panelMarsBarLee2021-12-101-1/+1
| | | |
| | * | Merge branch 'main' of https://github.com/numpy/numpy into docs-panelMarsBarLee2021-12-1013-859/+1181
| | |\ \
| | * | | Update Getting Started panel textMarsBarLee2021-12-101-3/+3
| | | | |
| | * | | Modify styling of panelsMarsBarLee2021-12-081-16/+10
| | | | |
| | * | | Change color of SVGsMarsBarLee2021-12-082-2/+2
| | | | |
| | * | | Replace SVG with higher resolutionMarsBarLee2021-12-082-62/+2
| | | | |
| | * | | Change file path for imagesMarsBarLee2021-12-081-4/+4
| | | | |
| | * | | Move images to different folderMarsBarLee2021-12-084-0/+124
| | | | |
| | * | | Add images to index.rstMarsBarLee2021-12-081-4/+4
| | | | |
| | * | | Add Getting Started pageMarsBarLee2021-12-082-2/+5
| | | | |
| | * | | Modify panel stylingMarsBarLee2021-12-081-5/+5
| | | | |
| | * | | Modify templateMarsBarLee2021-12-081-0/+91
| | | | |
| | * | | Add sphinx-panels as an extensionMarsBarLee2021-12-081-1/+2
| | | | |
| | * | | Delete reference to html filesMarsBarLee2021-12-081-6/+1
| | | | |
| | * | | Delete html templatesMarsBarLee2021-12-082-80/+0
| | | | |
| * | | | DOC: update SIMD build options to cover s390x featuresSayed Adel2021-12-143-4/+20
| | | | |
| * | | | DOC: fix typo in C code in doc/source/user/whatisnumpy.rst (#20571)daaaaaahyun2021-12-121-3/+3
| | |/ / | |/| |
| * | | DOC, SIMD: redirect the old path to the new indexSayed Adel2021-12-101-1/+10
| | | |
| * | | DOC, SIMD: Apply suggestions from Melissa's code reviewSayed Adel2021-12-103-62/+65
| | | | | | | | | | | | | | | | Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
| * | | DOC, SIMD: move How It Works into separated pageSayed Adel2021-12-082-0/+350
| | | |
| * | | DOC, SIMD: Improve build options and move them into a separated pageSayed Adel2021-12-083-0/+456
| | | |
| * | | DOC, SIMD: add a new index for the optimization page to separate into ↵Sayed Adel2021-12-083-527/+40
| | | | | | | | | | | | | | | | multiple files
| * | | DOC, SIMD: Improve the auto-generated tables of CPU featuresSayed Adel2021-12-086-330/+320
| | | |
| * | | Merge pull request #18846 from amrit110/clarify_default_int_typeMelissa Weber Mendonça2021-12-081-4/+5
| |\ \ \ | | |/ / | |/| |
| | * | Add suggested fixes to wordingAmrit2021-12-021-4/+5
| | | |
| | * | Update doc with better wordingAmrit K2021-11-151-5/+4
| | | |
| | * | DOC: clarify doc about default int type on windowsAmrit K2021-04-241-1/+2
| | | | | | | | | | | | | | | | | | | | Update documentation to clarify that integer arrays created are of type int32 on windows platform. See #18540.
* | | | revert default_rng seeding and use SKIPPierre de Buyl2021-12-081-18/+18
| | | |
* | | | remove mplot3d object output linePierre de Buyl2021-12-081-2/+1
| | | |
* | | | Remove matplotlib output linesPierre de Buyl2021-12-083-8/+0
| | | |
* | | | DOC: remove explicit imports in rst filesPierre de Buyl2021-12-0822-63/+1
| | | | | | | | | | | | | | | | Add conftest.py and pytest.ini files in doc directory
* | | | [DOC] make some doctests in user,reference pass pytestPierre de Buyl2021-12-0826-144/+220
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Add `import numpy as np` in rst files 2. Update NumPy repr for array (whitespace) 3. Update bytearray representation 4. Fix tiny output formatting (`<class ...>`, etc) 5. Format tracebacks 6. Skip random number tests or some platform-dependent outputs 7. Add `<matplotlib. ... at 0x...>` or similar output lines where missing 8. Set seed
* | | DOC: Add more details on F2PY output conditionsRohit Goswami2021-12-041-4/+7
| | |
* | | DOC Adds valgrind to the test commandThomas J. Fan2021-12-031-1/+1
| | |
* | | DOC: Fix some target not found Sphinx warnings. (#20140)Chiara Marmo2021-12-013-13/+17
| | |
* | | DOC: use FindPython instead of FindPython3 (#20447)Henry Schreiner2021-11-291-8/+8
| | |
* | | fix: get scikit-build example workingHenry Schreiner2021-11-233-45/+49
| | |
* | | DOC: nicer CMake exampleHenry Schreiner2021-11-223-38/+23
| |/ |/| | | | | | | | | | | | | | | | | This updates the CMake example with several improvements. * The modern CLI usage (3.14+) is used for configurting and building (plain CMake and scikit-build examples) * Removed CXX variable setting (not a CXX project) * Ensured Python 3.7+ is discoverd, and also avoid requiring Development.Embed (component not present in some places like manylinux) * Nicer include directory listing * Drop unused varaible * Use FindPython's integrated module support * Avoid directory-level settings, use only target level settings instead (as noted in the orignal comment - also this was originally directory scope, not project scope)
* | DEP: remove deprecated `np.asscalar` functionRalf Gommers2021-11-211-1/+0
| | | | | | | | Was deprecated in 1.16.0
* | DEP: remove allocation_tracking, deprecate PyDataMem_SetEventHook (#20394)Matti Picus2021-11-181-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | * DEP: remove allocation_tracking * DOC: add release note * DEP: deprecate PyDataMem_SetEventHook * DOC: fix name of release note * fixes from review * DOC: document deprecation of PyDataMem_EventHookFunc
* | Merge pull request #20093 from Mukulikaa/indexing-howtoMatti Picus2021-11-174-1/+359
|\ \ | | | | | | DOC: Created an indexing how-to
| * | DOC: Minor typos and improvement in explanationsMukulika2021-11-112-38/+67
| | |
| * | DOC: Added and modified examplesMukulika2021-11-112-38/+87
| | | | | | | | | | | | Also fixed minor typos and styling errors
| * | DOC: Added Nicolas Rougier's exercisesMukulika2021-11-111-10/+58
| | |
| * | DOC: Created an indexing how-toMukulika2021-11-113-0/+232
| | |
* | | Merge pull request #18343 from rgommers/ci-skip-docsMatti Picus2021-11-171-0/+21
|\ \ \ | | | | | | | | DOC: document how to skip CI jobs
| * | | remove appveyorMatti Picus2021-10-201-1/+0
| | | | | | | | | | | | | | | | | | | | [skip github] [skip travis]
| * | | DOC: document how to skip CI jobsRalf Gommers2021-10-201-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a follow-up to gh-18333. Self-test: docs get built on CircleCI, so let's skip the other platforms: [skip github] [skip azurepipelines] [skip appveyor] [skip travis]
* | | | REL: Prepare main for NumPy 1.23.0 developmentCharles Harris2021-11-162-0/+46
| | | |