| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | use the new openblas lib | Isuru Fernando | 2021-03-03 | 1 | -1/+1 |
| | | |||||
| * | removed extraneous ARGOUTVIEWM dim. 4 typemaps | Patrick T. Komiske III | 2021-03-01 | 1 | -152/+0 |
| | | | | https://github.com/numpy/numpy/issues/18521 | ||||
| * | BLD: add _2_24 to valid manylinux names | mattip | 2021-02-28 | 1 | -1/+1 |
| | | |||||
| * | Remove unused ARCHITECTURES variable | Isuru Fernando | 2021-02-04 | 1 | -1/+0 |
| | | |||||
| * | Use platform name in openblas_support and add macosx-arm64 support | Isuru Fernando | 2021-02-04 | 1 | -51/+63 |
| | | | | | instead of mixing OS name and architecture into arch variable | ||||
| * | DOC: Nupydoc format space before `:` in Parameters | Matthias Bussonnier | 2021-01-31 | 1 | -7/+5 |
| | | | | | Missing `s` in two spellings. | ||||
| * | add an 'apt update' | mattip | 2021-01-29 | 1 | -0/+1 |
| | | |||||
| * | BLD: update OpenBLAS to af2b0d02 | mattip | 2021-01-20 | 1 | -1/+1 |
| | | |||||
| * | BLD: add found Cython version to check in cythonize.py | Ralf Gommers | 2021-01-11 | 1 | -1/+4 |
| | | | | | | Ref gh-18138, which has a confusing situation where the correct version seems installed but this check still raises. | ||||
| * | DOC: Avoid using "set of" when talking about an ordered list. | Antony Lee | 2020-12-29 | 2 | -3/+3 |
| | | | | | | | | | | | | | ... or when the input isn't/cannot be a set. I left a few usages, e.g. in random sampling, where "set" is reasonable as informal description of an array as the order doesn't matter; however, for e.g. np.gradient the order of the returned list is clearly important, so "set" is wrong. Also some other minor doc edits noticed during the grepping: using `shape` instead of `form` in `cov` is consistent with most other places; the wording in `Polynomial.trim` now matches other methods on the same class. | ||||
| * | MAINT: regex char class improve | Tyler Reddy | 2020-12-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | * replace superfluous single-character regex character classes with their literal string equivalents; this avoids the overhead associated with a character class when there's only a single character enclosed (so there's no benefit to the class overhead) * for more information see: Chapter 6 of: Friedl, Jeffrey. Mastering Regular Expressions. 3rd ed., O’Reilly Media, 2009. | ||||
| * | DOC, MAINT: Minor fixes to refguide_check.py documentation. | Charles Harris | 2020-12-18 | 1 | -2/+3 |
| | | | | | [travis skip] | ||||
| * | BLD: update to OpenBLAS 0.3.13 | mattip | 2020-12-17 | 1 | -80/+2 |
| | | |||||
| * | Merge pull request #17791 from seiko2plus/bld_ci_undef | Matti Picus | 2020-12-02 | 1 | -0/+7 |
| |\ | | | | | BLD: Enable Werror=undef in travis | ||||
| | * | BLD: Enable Werror=undef in travis | Sayed Adel | 2020-11-17 | 1 | -0/+7 |
| | | | |||||
| * | | removed dict entry | jakobjakobson13 | 2020-11-30 | 1 | -2/+0 |
| | | | | | | | `openblas64_-v0.3.10-win_amd64-gcc_7_1_0.zip` is already given in line 57 | ||||
| * | | TST: Add back durations flag for DEBUG builds. | Charles Harris | 2020-11-23 | 2 | -8/+2 |
| |/ | | | | | | | | | | The flag should work with newer versions of Python. - Use Ubuntu 20.04 to get Python 3.8 debug. - Don't install libgfortran3, not needed, not available. - Whitespace cleanup in action.yml and build_test.yml. Closes #14293. | ||||
| * | BLD: use BUFFERSIZE=20 in OpenBLAS | mattip | 2020-11-12 | 1 | -1/+1 |
| | | |||||
| * | TST: add pypy3.7 | mattip | 2020-11-10 | 1 | -1/+1 |
| | | |||||
| * | BLD, TST: try templating with a common yml file | mattip | 2020-11-09 | 1 | -1/+1 |
| | | |||||
| * | BLD, TST: move linux jobs to github actions | mattip | 2020-11-09 | 1 | -0/+7 |
| | | |||||
| * | TST: use a more standard workflow for PyPy | mattip | 2020-11-02 | 1 | -2/+2 |
| | | |||||
| * | STY: Minor style fixups to changelog.py | Charles Harris | 2020-10-30 | 1 | -2/+3 |
| | | |||||
| * | DOC: Improve documentation of download-wheels | Charles Harris | 2020-10-30 | 1 | -4/+25 |
| | | | | | | - List dependences - Give examples | ||||
| * | MAINT, BLD: update to OpenBLAS v0.3.12 | mattip | 2020-10-26 | 1 | -4/+4 |
| | | |||||
| * | MAINT: Cleanup swig for Python 3. | Charles Harris | 2020-10-18 | 2 | -12/+11 |
| | | | | | Replaces ``PyInt_Check`` and ``PyInt_AsLong`` in a few places. | ||||
| * | MAINT: Ignore the private `np.compat` module | Bas van Beek | 2020-10-07 | 1 | -0/+1 |
| | | |||||
| * | MAINT: Ignore three builtin modules present in the numpy namespace | Bas van Beek | 2020-10-07 | 1 | -0/+3 |
| | | |||||
| * | BLD: Fixed ARGOUTVIEWM memory deallocation. | leakec | 2020-09-29 | 1 | -18/+18 |
| | | | | | Closes #17398 | ||||
| * | MAINT: Replace PyString_Check with PyBytes_Check in numpy.i. | Charles Harris | 2020-09-10 | 1 | -1/+1 |
| | | | | | | | Replace the npy_3kcompat PyString_Check with its definition. This is done separately for the tools/swig/numpy.i file as it might be problematic. | ||||
| * | DEV: Add tool to help speed up Travis CI | Hugo | 2020-09-08 | 1 | -0/+287 |
| | | |||||
| * | MAINT, DOC: move informational files from numpy.doc.*.py to their *.rst ↵ | Matti Picus | 2020-09-02 | 1 | -2/+10 |
| | | | | | | | | | | counterparts (#17222) * DOC: redistribute docstring-only content from numpy/doc * DOC: post-transition clean-up * DOC, MAINT: reskip doctests, fix a few easy ones | ||||
| * | DEP: lib: Remove the deprecated financial functions. (#17067) | Warren Weckesser | 2020-08-12 | 1 | -11/+0 |
| | | | | | | | | | | As explained in NEP 32, the financial functions are to be removed from version 1.20. They are now replaced with module level `__getattr__` to give a useful error message for those surprised by the `AttributeError`. This only works for Python 3.7+, but it is expected that by the 1.20 release Python 3.6 will not be supported. | ||||
| * | MAINT: Remove obsolete conversion to set (#17063) | jakobjakobson13 | 2020-08-11 | 1 | -2/+2 |
| | | | | compare already returns sets, so conversion is redundant | ||||
| * | BLD: pin setuptools<49.2.0 | mattip | 2020-08-03 | 1 | -1/+1 |
| | | |||||
| * | BLD: update OpenBLAS build | mattip | 2020-07-24 | 1 | -8/+9 |
| | | |||||
| * | MAINT,BLD: pin setuptools and refactor where to find it | mattip | 2020-07-14 | 2 | -3/+3 |
| | | |||||
| * | BLD: update openblas hashes | mattip | 2020-07-13 | 1 | -20/+24 |
| | | |||||
| * | BLD: temporarily disable OpenBLAS hash checks | mattip | 2020-07-12 | 1 | -1/+1 |
| | | |||||
| * | TST: Upgrade to Python 3.8 for DEBUG testing. | Charles Harris | 2020-07-11 | 1 | -0/+1 |
| | | | | | | | | The DEBUG test requires the debug version of Python which is only available for the default Python of the Ubuntu version being used. The latest available LTS version available for TravisCI looks to be Focal Fossa (20.04 LTS) which supports Python 3.8. Give it a shot. | ||||
| * | BLD: update cython to 0.29.21 | mattip | 2020-07-10 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #16629 from person142/functions-missing-types | Charles Harris | 2020-07-06 | 1 | -0/+140 |
| |\ | | | | | ENH: add tool to find functions missing types | ||||
| | * | MAINT: add `np.alen` to the types exclude list | Josh Wilson | 2020-06-20 | 1 | -0/+1 |
| | | | |||||
| | * | DOC: add docstring to tool for finding functions missing types | Josh Wilson | 2020-06-18 | 1 | -1/+11 |
| | | | |||||
| | * | ENH: add tool to find functions missing types | Josh Wilson | 2020-06-17 | 1 | -0/+129 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes https://github.com/numpy/numpy/issues/16625. This is ported from the numpy-stubs here: https://github.com/numpy/numpy-stubs/blob/master/runtests.py#L94 You run ``` ./tools/functions_missing_types.py <module> ``` and it will give you a list of things in that module that don't have type annotations. | ||||
| * | | STY: flake8 fixes | mattip | 2020-07-05 | 1 | -51/+96 |
| | | | |||||
| * | | BLD: add manylinux1 OpenBlAS 0.3.10 hashes and test for them | mattip | 2020-07-04 | 1 | -2/+15 |
| |/ | |||||
| * | BLD: upgrade to OpenBLAS0.3.10 | mattip | 2020-06-16 | 1 | -1/+17 |
| | | |||||
| * | BLD: use OpenBLAS 0.3.10 | mattip | 2020-06-15 | 1 | -18/+22 |
| | | |||||
| * | MAINT: Stop uploading wheels to Rackspace. | Charles Harris | 2020-05-26 | 1 | -13/+0 |
| | | | | | | | | PR #6768 introduced the uploading of wheels built during travisCI testing to a Rackspace account. We are moving away from Rackspace and already produce more complete sets of wheels for development testing on a weekly schedule. Consequently those wheels are not longer useful. | ||||
