2023-04-28 16:40:00 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-numpy: updated to 1.24.3
NumPy 1.24.3 is a maintenance release that fixes bugs and regressions discovered \
after the
1.24.2 release. The Python versions supported by this release are 3.8-3.11.
BUG: fix for f2py string scalars
BUG: datetime64/timedelta64 comparisons return NotImplemented
MAINT: Pin matplotlib to version 3.6.3 for refguide checks
DOC: Fix matplotlib error in documentation
CI: Ensure submodules are initialized in gitpod.
TYP: Replace duplicate reduce in ufunc type signature with reduceat
TYP: Remove duplicate CLIP/WRAP/RAISE in __init__.pyi.
TYP: Mark ``d`` argument to fftfreq and rfftfreq as optional...
TYP: Add type annotations for comparison operators to MaskedArray.
TYP: Remove some stray type-check-only imports of ``msort``
BUG: Ensure like is only stripped for `like=` dispatched functions
BUG: fix loading and storing big arrays on s390x
MAINT: Bump larsoner/circleci-artifacts-redirector-action
BUG: Ignore invalid and overflow warnings in masked setitem
BUG: Fix masked array raveling when `order="A"` or `order="K"`
MAINT: Update conftest for newer hypothesis versions
BUG: Fix bug in parsing F77 style string arrays.
|
2023-03-29 11:34:15 by Thomas Klausner | Files touched by this commit (96) |
Log message:
*: use PYTHON_VERSION instead of _PYTHON_VERSION
|
2023-03-15 14:48:40 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-numpy: stop using < with _PYTHON_VERSION
Per pkglint.
|
2023-03-13 22:11:15 by Thomas Klausner | Files touched by this commit (8) | |
Log message:
py-numpy: update to 1.24.2.
1.24.2
NumPy 1.24.2 is a maintenance release that fixes bugs and regressions
discovered after the 1.24.1 release. The Python versions supported by
this release are 3.8-3.11.
1.24.1
Bugfix release
1.24.0
NumPy 1.24.0 is now available. The highlights of the release are:
* New “dtype” and “casting” keywords for stacking functions.
* New F2PY features and fixes.
* Many new deprecations, check them out.
* Many expired deprecations,
The NumPy 1.24.0 release continues the ongoing work to improve the
handling and promotion of dtypes, increase execution speed, and
clarify the documentation. There are a large number of new and
expired deprecations due to changes in dtype promotion and cleanups.
It is the work of 177 contributors spread over 444 pull requests.
The supported Python versions are 3.8-3.11.
|
2023-01-20 14:39:21 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-numpy: add test status
|
2022-11-20 20:03:48 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-numpy: updated to 1.23.5
1.23.5
TST, MAINT: Replace most setup with setup_method (also teardown)
MAINT, CI: Switch to cygwin/cygwin-install-action@v2
TST: Make test_partial_iteration_cleanup robust but require leak...
MAINT: Ensure graceful handling of large header sizes
TYP: Spelling alignment for array flag literal
BUG: Fix bounds checking for ``random.logseries``
DEV: Update GH actions and Dockerfile for Gitpod
CI: Only fetch in actions/checkout
BUG: Decrement ref count in gentype_reduce if allocated memory...
BUG: Histogramdd breaks on big arrays in Windows
|
2022-10-19 19:27:58 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-numpy: updated to 1.23.4
1.23.4
BUG: Add ``__array_api_version__`` to ``numpy.array_api`` namespace
MAINT: update sde toolkit to 9.0, fix download link
BLD: use macos-11 image on azure, macos-1015 is deprecated
MAINT: random: remove ``get_info`` from "extending with Cython"...
BUG: Fix complex vector dot with more than NPY_CBLAS_CHUNK elements
REV: Loosen ``lookfor``'s import try/except again
TYP,ENH: Mark ``numpy.typing`` protocols as runtime checkable
TYP,MAINT: Change more overloads to play nice with pyright
TST,TYP: Bump mypy to 0.981
DOC: Update delimiter param description.
BUG: Memory leaks in numpy.nested_iters
REL: Prepare for the NumPy 1.23.4 release.
TST: Fix failing aarch64 wheel builds.
|
2022-09-12 10:05:45 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-numpy: updated to 1.23.3
1.23.3
BLD: Add Python 3.11 wheels to aarch64 build
MAINT: Update setup.py for Python 3.11.
CI: Test NumPy build against old versions of GCC(6, 7, 8)
MAINT: support IBM i system
BUG: Fix circleci build
BUG: Expose heapsort algorithms in a shared header
BUG: Support using libunwind for backtrack
MAINT: fix an incorrect pointer type usage in f2py
BUG: change overloads to play nice with pyright.
TST,BUG: Use fork context to fix MacOS savez test
TYP,BUG: Reduce argument validation in C-based ``__class_getitem__``
TST: ensure ``np.equal.reduce`` raises a ``TypeError``
BUG: Fix the implementation of numpy.array_api.vecdot
BUG: Better report integer division overflow (backport)
|
2022-09-07 17:11:56 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-numpy: updated to 1.23.2
NUMPY 1.23.0 RELEASED
Jun 22, 2022 – NumPy 1.23.0 is now available. The highlights of the release are:
Implementation of loadtxt in C, greatly improving its performance.
Exposure of DLPack at the Python level for easy data exchange.
Changes to the promotion and comparisons of structured dtypes.
Improvements to f2py.
The NumPy 1.23.0 release continues the ongoing work to improve the handling and \
promotion of dtypes, increase the execution speed, clarify the documentation, \
and expire old deprecations. It is the work of 151 contributors spread over 494 \
pull requests. The Python versions supported by this release 3.8-3.10. Python \
3.11 will be supported when it reaches the rc stage.
|
2022-06-07 13:23:03 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
py-numpy: Remove invalid __STDC_VERSION__ on SunOS.
|