Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUILD: fixes for MSVC | Matti Picus | 2023-02-20 | 1 | -1/+2 |
| | |||||
* | BLD: enable building NumPy with Meson | Ralf Gommers | 2022-11-25 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | 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> | ||||
* | TST,TYP: Bump mypy to 0.981 | BvB93 | 2022-09-30 | 1 | -1/+1 |
| | |||||
* | MAINT,DOC: Remove sphinx-panels in favor of sphinx-design | melissawm | 2022-08-12 | 1 | -1/+1 |
| | |||||
* | Require sphinx 4.3+ | Jarrod Millman | 2022-06-24 | 1 | -1/+1 |
| | |||||
* | Use new version of breathe | Jarrod Millman | 2022-06-24 | 1 | -1/+1 |
| | |||||
* | Update sphinx | Jarrod Millman | 2022-06-24 | 1 | -3/+3 |
| | |||||
* | TST: Reintroduce `typing_extensions` as a test requirement | Bas van Beek | 2022-05-26 | 1 | -0/+1 |
| | |||||
* | MAINT: loosen Cython pin in environment.yml | Ralf Gommers | 2022-05-22 | 1 | -1/+1 |
| | | | | | | | | | 0.29.30 is the minimum version, but there's no need to pin to that exact version. This is a follow up to gh-21530 [skip azurepipelines] | ||||
* | MAINT: Update to Cython 0.29.30. | Mariusz Felisiak | 2022-05-19 | 1 | -1/+1 |
| | |||||
* | Merge pull request #21430 from BvB93/mypy_0950 | Charles Harris | 2022-05-13 | 1 | -1/+1 |
|\ | | | | | TYP: Bump mypy to 0.950 | ||||
| * | TYP: Bump mypy to 0.950 | Bas van Beek | 2022-05-03 | 1 | -1/+1 |
| | | | | | | | | 0.942 -> 0.950 | ||||
* | | DEV: Add doxygen to environment.yml (#21502) | Bhavuk kalra | 2022-05-13 | 1 | -0/+1 |
|/ | | | | Fixes sphinx warnings when building docs in gitpod, should make dependency management smoother for conda users. | ||||
* | MAINT: Update doc requirements | Jarrod Millman | 2022-04-30 | 1 | -3/+3 |
| | |||||
* | DEV: Fixed Un-responsive live-preview in gitpod. (#21250) | Bhavuk kalra | 2022-03-30 | 1 | -1/+2 |
| | | | | | | | | | * Replaced existing obselete dependencies. Added Install "esbonio". * Update vscode config * DEV: Block breathe "4.33.0" version of breathe which conflicts with sphinx.ext.graphviz Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> | ||||
* | TST: Bump mypy from 0.940 to 0.942 | Bas van Beek | 2022-03-25 | 1 | -1/+1 |
| | |||||
* | TST: Bump mypy from 0.931 to 0.940 | Bas van Beek | 2022-03-11 | 1 | -1/+1 |
| | |||||
* | Bump numpydoc version. | Ross Barnowski | 2022-02-01 | 1 | -1/+1 |
| | |||||
* | DEV: Update dependencies and Docker image (#20854) | Tania Allard | 2022-01-19 | 1 | -3/+4 |
| | |||||
* | TST: Bump mypy to 0.931 | Bas van Beek | 2022-01-11 | 1 | -1/+1 |
| | |||||
* | TYP,TST: Bump mypy to 0.930 | Bas van Beek | 2021-12-26 | 1 | -1/+1 |
| | |||||
* | TST: Bump mypy: 0.910 -> 0.920 | Bas van Beek | 2021-12-16 | 1 | -1/+1 |
| | |||||
* | MAINT: Update the required setuptools version. | Charles Harris | 2021-11-24 | 1 | -1/+1 |
| | | | | | | An newer setuptools version is needed in order to run tests in Fedora 35 using the default Python 3.10. Because the newest version (59.2.0) works to both build and test NumPy, pin the version is to that. | ||||
* | BUILD: in conda, pin setuptools to a known working version | mattip | 2021-11-04 | 1 | -0/+1 |
| | |||||
* | MAINT: Add breathe to environment.yml | Ross Barnowski | 2021-10-21 | 1 | -0/+1 |
| | | | | Should fix a few doc build warnings in the gitpod env. | ||||
* | BLD: updated mypy version from 0.902 to 0.910 | sayantikabanik | 2021-09-30 | 1 | -1/+1 |
| | |||||
* | BLD: Drop typing extension as an (optional) runtime dependency | Bas van Beek | 2021-08-30 | 1 | -2/+1 |
| | | | | It might return in the future, but as of the moment we don't need it anymore | ||||
* | MAINT: bump Sphinx in environment.yml file | melissawm | 2021-07-19 | 1 | -1/+1 |
| | |||||
* | Split pipeline. Update version of mypy to 0.902. | Chiara Marmo | 2021-06-28 | 1 | -1/+1 |
| | |||||
* | Unpin pydata sphinx theme and update config. | Ross Barnowski | 2021-06-21 | 1 | -1/+1 |
| | | | | | | | | | | As of v0.6, the pydata-sphinx-theme has a collapsible navigation feature for the sidebar that significantly increases the build time and html file size for the docs. We had originally pinned to 0.5.2 to avoid this, but the feature is now configurable with the collapse_navigation=True value. Remove the upper-bound pinning the theme and instead use the configuration option to keep doc build times reasonable. | ||||
* | DOC: fix duplicate navbar in development documentation index (#19264) | Melissa Weber Mendonça | 2021-06-17 | 1 | -1/+1 |
| | | | | | Also update pinned version of sphinx in environment.yml Fixes gh-19028 | ||||
* | CI: fix the GitHub Actions trigger in docker.yml (#18912) | Ralf Gommers | 2021-05-05 | 1 | -0/+2 |
| | | | | | Also remove `tags: *`, this is unnecessary. This mirrors the fix in SciPy, so should work. Somehow GitHub Actions no longer likes `./` at the start of a path. | ||||
* | DEV: general Gitpod enhancements (#18822) | Tania Allard | 2021-04-26 | 1 | -1/+1 |
| | |||||
* | Pin pydata-sphinx-theme to 0.5.2. | Ross Barnowski | 2021-04-16 | 1 | -1/+1 |
| | |||||
* | DEV: add Gitpod to numpy (#18733) | Thomas J. Fan | 2021-04-11 | 1 | -0/+1 |
| | |||||
* | DEV: add a conda environment.yml with all development dependencies | Ralf Gommers | 2021-03-21 | 1 | -0/+33 |
There are enough dependencies now that it's too hard to remember. This set is comprehensive, so a single `conda env create -f environment.yml` gives you everything in a fresh environment named numpy-dev. [ci skip] |