| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/6.0.1...6.0.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
| |\
| |
| | |
MAINT: Bump hypothesis from 5.33.0 to 5.35.1
|
| |/
|
|
|
|
|
| |
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.33.0 to 5.35.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-5.33.0...hypothesis-python-5.35.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
| |\
| |
| | |
MAINT: Replace remaining PyString macros.
|
| | |
| |
| |
| |
| |
| |
| | |
Replace remaining npy_3kcompat PyString macros with their definition.
- PyString_AS_STRING -> PyBytes_AS_STRING
- PyString_GET_SIZE -> PyBytes_GET_SIZE
|
| |\ \
| | |
| | | |
MAINT: Replace a couple of missed npy_3kcompat macros
|
| |/ /
| |
| |
| |
| | |
- Replace the npy_3kcompat PyBaseString_Check macro by its definition
- Replace the npy_3kcompat NpySlice_GetIndicesEx macro by its definition
|
| |\ \
| | |
| | | |
MAINT: Replace PyBaseString_Check by PyUnicode_Check
|
| |/ /
| |
| |
| | |
Replace the npy_3kcompat PyBaseString_Check macro by its definition.
|
| |\ \
| | |
| | | |
DEP: Change the financial name access warning to DeprecationWarning
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Most end-users will probably not care about the warning in any case,
since they will not just import the function but also use it.
We can't just remove it, due to gh-17143: Astropy currently pulls
in these functions (but doesn't use them), so that plain removal
would lead to an unusable astropy if a new NumPy is installed.
Even more annoying, due to a (faulty?) astropy pytest plugin, this
affects all pytest runs (which do not use `PYTEST_DISABLE_PLUGIN_AUTOLOAD`).
Changing it to a DeprecationWarning seems to remove the issue from
pytest runs, this may make the warning less visible in rare cases
where it should be seen, but hopefully it will still be visible enough.
|
| |\ \ \
| | | |
| | | | |
ENH: Add support for the abstract scalars to cython code
|
| | | | |
| | | |
| | | |
| | | | |
This makes `isinstance` checks slightly faster
|
| |\ \ \ \
| | | | |
| | | | | |
MAINT: Replace PyUString_Check by PyUnicode_Check.
|
| | | |_|/
| |/| |
| | | |
| | | | |
Replace the npy_3kcompat PyUString_Check macro by its definition.
|
| |\ \ \ \
| | | | |
| | | | | |
MAINT: Replace some ``pyint_*`` macros defined in ``npy_3kcompat``.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Replace the npy_3kcompat macro PyNumber_Int by its definition.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Replace the npy_3kcompat macro by its definition.
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Replace the npy_compat macro PyInt_AsLong in some functions.
This is not a straight forward substitution because of type conflicts.
The fixes for numpy/f2py/cfuncs.py are postponed to another PR because
they are more complicated.
|
| | |/ / /
| | | |
| | | |
| | | | |
Replace the npy_3kcompat macro PyInt_FromLong by its definition.
|
| |\ \ \ \
| | | | |
| | | | | |
BLD: set upper versions for build dependencies
|
| |/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This is something we really should do for all dependencies,
but I expect it to become more important now that build-related
packages are all starting to update regarding the upcoming
distutils deprecation.
And Cython has a major release coming up - just in case, avoid it.
|
| |/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* ENH: Allow genfromtxt to unpack structured arrays
genfromtxt failed to transpose output when
unpack=True and `dtype` was structured (or None).
This patch resolves the issue by
returning a list of arrays, as in `loadtxt`.
Co-authored-by: Matti Picus <matti.picus@gmail.com>
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net>
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
|
| |\ \ \
| | | |
| | | | |
MAINT: Cleanup some pystring macros
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| | | | |
| | | |
| | | |
| | | | |
This replaces the npy_3kcompat macro PyStringObject with its definition.
|
| | | | |
| | | |
| | | |
| | | | |
Replaces the npy_3kcompat PyString_Check macro with its definition.
|
| | | | |
| | | |
| | | |
| | | | |
This replaces the npy_3kcompat PyString_Type macro with its definition.
|
| |\ \ \ \
| | | | |
| | | | | |
DOC: Fix docstring cross-referencing
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Indexing article no longer exists
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
REL: Update master after 1.19.2 release.
|
| | | |/ / /
| |/| | | |
|
| |\ \ \ \ \
| |_|_|_|/
|/| | | | |
BLD: Check for reduce intrinsics and AVX512BW mask operations
|
| | | | | |
| | | | |
| | | | | |
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Also fix assertion error msg of group/extra_checks
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- Extending Distutils::CompilerOpt to allow adding extra separate test cases
related to a certain CPU feature without affecting its availability.
- Add test cases for reduce intrinsics and AVX512BW mask operations, they can be
reached through C #defentions NPY_HAVE_AVX512BW_MASK and NPY_HAVE_AVX512F_REDUCE.
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
MAINT: Merge together index page content into a single file
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
This also removes the internationalization, since having it for only the first sentence is pointless anyway.
|
| | |_|/ / /
|/| | | |
| | | | | |
concatate to concatenate
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
ENH: Add tool to help speed up Travis CI
|
| | | | | | | |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
SIMD: add fused multiply subtract/add intrinics for all supported platforms
|
| | | | | | | | |
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
TST: Fix the path to `mypy.ini` in `runtests.py`
|
| | | | | | | | | |
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
BUG: sysconfig attributes/distutils issue
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
* gh-17223 started the `distutils` modernization
process because of the various upstream stuff
going on (thanks)
* that set of changes caused build issues with NumPy
pre-release wheels + SciPy `master`:
https://travis-ci.org/github/scipy/scipy/builds/725002838
* I was able to patch two separate issues and confirm
that this feature branch restores the SciPy build locally:
1) in one case, `distutils.sysconfig.get_python_inc` was
replaced with `distutils.get_python_inc`, which does not
exist (probably a typo)
2) a bit more serious; even `sysconfig.get_python_inc` does
not appear to exist; the closest match I could find (and
that worked) was `sysconfig.get_path()` with options for
general and platform-specific header paths as needed
* I'm not claiming that these stdlib replacements are perfect
either (the prefix case may still be slightly different?), but
it does prevent the SciPy build break originally introduced
as a start
|