Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Merge pull request #19756 from MarsBarLee/docs-panel | Charles Harris | 2021-12-14 | 9 | -85/+153 | |
| |\ \ | | | | | | | | | DOC: Update front page of documentation with Sphinx-Panels | |||||
| | * | | Change image path for Getting Started panel | MarsBarLee | 2021-12-10 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Merge branch 'main' of https://github.com/numpy/numpy into docs-panel | MarsBarLee | 2021-12-10 | 13 | -859/+1181 | |
| | |\ \ | ||||||
| | * | | | Update Getting Started panel text | MarsBarLee | 2021-12-10 | 1 | -3/+3 | |
| | | | | | ||||||
| | * | | | Modify styling of panels | MarsBarLee | 2021-12-08 | 1 | -16/+10 | |
| | | | | | ||||||
| | * | | | Change color of SVGs | MarsBarLee | 2021-12-08 | 2 | -2/+2 | |
| | | | | | ||||||
| | * | | | Replace SVG with higher resolution | MarsBarLee | 2021-12-08 | 2 | -62/+2 | |
| | | | | | ||||||
| | * | | | Change file path for images | MarsBarLee | 2021-12-08 | 1 | -4/+4 | |
| | | | | | ||||||
| | * | | | Move images to different folder | MarsBarLee | 2021-12-08 | 4 | -0/+124 | |
| | | | | | ||||||
| | * | | | Add images to index.rst | MarsBarLee | 2021-12-08 | 1 | -4/+4 | |
| | | | | | ||||||
| | * | | | Add Getting Started page | MarsBarLee | 2021-12-08 | 2 | -2/+5 | |
| | | | | | ||||||
| | * | | | Modify panel styling | MarsBarLee | 2021-12-08 | 1 | -5/+5 | |
| | | | | | ||||||
| | * | | | Modify template | MarsBarLee | 2021-12-08 | 1 | -0/+91 | |
| | | | | | ||||||
| | * | | | Add sphinx-panels as an extension | MarsBarLee | 2021-12-08 | 1 | -1/+2 | |
| | | | | | ||||||
| | * | | | Delete reference to html files | MarsBarLee | 2021-12-08 | 1 | -6/+1 | |
| | | | | | ||||||
| | * | | | Delete html templates | MarsBarLee | 2021-12-08 | 2 | -80/+0 | |
| | | | | | ||||||
| * | | | | DOC: update SIMD build options to cover s390x features | Sayed Adel | 2021-12-14 | 3 | -4/+20 | |
| | | | | | ||||||
| * | | | | DOC: fix typo in C code in doc/source/user/whatisnumpy.rst (#20571) | daaaaaahyun | 2021-12-12 | 1 | -3/+3 | |
| | |/ / | |/| | | ||||||
| * | | | DOC, SIMD: redirect the old path to the new index | Sayed Adel | 2021-12-10 | 1 | -1/+10 | |
| | | | | ||||||
| * | | | DOC, SIMD: Apply suggestions from Melissa's code review | Sayed Adel | 2021-12-10 | 3 | -62/+65 | |
| | | | | | | | | | | | | | | | | Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com> | |||||
| * | | | DOC, SIMD: move How It Works into separated page | Sayed Adel | 2021-12-08 | 2 | -0/+350 | |
| | | | | ||||||
| * | | | DOC, SIMD: Improve build options and move them into a separated page | Sayed Adel | 2021-12-08 | 3 | -0/+456 | |
| | | | | ||||||
| * | | | DOC, SIMD: add a new index for the optimization page to separate into ↵ | Sayed Adel | 2021-12-08 | 3 | -527/+40 | |
| | | | | | | | | | | | | | | | | multiple files | |||||
| * | | | DOC, SIMD: Improve the auto-generated tables of CPU features | Sayed Adel | 2021-12-08 | 6 | -330/+320 | |
| | | | | ||||||
| * | | | Merge pull request #18846 from amrit110/clarify_default_int_type | Melissa Weber Mendonça | 2021-12-08 | 1 | -4/+5 | |
| |\ \ \ | | |/ / | |/| | | ||||||
| | * | | Add suggested fixes to wording | Amrit | 2021-12-02 | 1 | -4/+5 | |
| | | | | ||||||
| | * | | Update doc with better wording | Amrit K | 2021-11-15 | 1 | -5/+4 | |
| | | | | ||||||
| | * | | DOC: clarify doc about default int type on windows | Amrit K | 2021-04-24 | 1 | -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 SKIP | Pierre de Buyl | 2021-12-08 | 1 | -18/+18 | |
| | | | | ||||||
* | | | | remove mplot3d object output line | Pierre de Buyl | 2021-12-08 | 1 | -2/+1 | |
| | | | | ||||||
* | | | | Remove matplotlib output lines | Pierre de Buyl | 2021-12-08 | 3 | -8/+0 | |
| | | | | ||||||
* | | | | DOC: remove explicit imports in rst files | Pierre de Buyl | 2021-12-08 | 22 | -63/+1 | |
| | | | | | | | | | | | | | | | | Add conftest.py and pytest.ini files in doc directory | |||||
* | | | | [DOC] make some doctests in user,reference pass pytest | Pierre de Buyl | 2021-12-08 | 26 | -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 conditions | Rohit Goswami | 2021-12-04 | 1 | -4/+7 | |
| | | | ||||||
* | | | DOC Adds valgrind to the test command | Thomas J. Fan | 2021-12-03 | 1 | -1/+1 | |
| | | | ||||||
* | | | DOC: Fix some target not found Sphinx warnings. (#20140) | Chiara Marmo | 2021-12-01 | 3 | -13/+17 | |
| | | | ||||||
* | | | DOC: use FindPython instead of FindPython3 (#20447) | Henry Schreiner | 2021-11-29 | 1 | -8/+8 | |
| | | | ||||||
* | | | fix: get scikit-build example working | Henry Schreiner | 2021-11-23 | 3 | -45/+49 | |
| | | | ||||||
* | | | DOC: nicer CMake example | Henry Schreiner | 2021-11-22 | 3 | -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` function | Ralf Gommers | 2021-11-21 | 1 | -1/+0 | |
| | | | | | | | | Was deprecated in 1.16.0 | |||||
* | | DEP: remove allocation_tracking, deprecate PyDataMem_SetEventHook (#20394) | Matti Picus | 2021-11-18 | 1 | -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-howto | Matti Picus | 2021-11-17 | 4 | -1/+359 | |
|\ \ | | | | | | | DOC: Created an indexing how-to | |||||
| * | | DOC: Minor typos and improvement in explanations | Mukulika | 2021-11-11 | 2 | -38/+67 | |
| | | | ||||||
| * | | DOC: Added and modified examples | Mukulika | 2021-11-11 | 2 | -38/+87 | |
| | | | | | | | | | | | | Also fixed minor typos and styling errors | |||||
| * | | DOC: Added Nicolas Rougier's exercises | Mukulika | 2021-11-11 | 1 | -10/+58 | |
| | | | ||||||
| * | | DOC: Created an indexing how-to | Mukulika | 2021-11-11 | 3 | -0/+232 | |
| | | | ||||||
* | | | Merge pull request #18343 from rgommers/ci-skip-docs | Matti Picus | 2021-11-17 | 1 | -0/+21 | |
|\ \ \ | | | | | | | | | DOC: document how to skip CI jobs | |||||
| * | | | remove appveyor | Matti Picus | 2021-10-20 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | [skip github] [skip travis] | |||||
| * | | | DOC: document how to skip CI jobs | Ralf Gommers | 2021-10-20 | 1 | -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 development | Charles Harris | 2021-11-16 | 2 | -0/+46 | |
| | | | |