-
-
Notifications
You must be signed in to change notification settings - Fork 11.7k
Closed
Labels
Milestone
Description
In order to start preparing for the 1.20.0 I thought I'd check for missing release notes. This is a generated starting list for enhancements, some entries may be spurious and I've omitted the SIMD work which I think falls under performance. I will later add a list for deprecations. I'm thinking we need another tag, maybe NEW, to mark true additions.
Enhancements
- ENH: enable multi-platform SIMD compiler optimizations #13516 ENH: enable multi-platform SIMD compiler optimizations
- ENH: random: Add the method
permutedto Generator. #15121 ENH: random: Add the methodpermutedto Generator. - ENH: Improved
__str__for polynomials #15666 ENH: Improved__str__for polynomials - ENH: Implement concatenate dtype and casting keyword arguments #16134 ENH: Implement concatenate dtype and casting keyword arguments
- ENH: Rewrite of array-coercion to support new dtypes #16200 ENH: Rewrite of array-coercion to support new dtypes
- ENH: add
norm=forward,backwardto numpy.fft functions #16476 A461 span> ENH: addnorm=forward,backwardto numpy.fft functions - ENH: add type stubs from numpy-stubs #16515 ENH: add type stubs from numpy-stubs
- ENH: make typing module available at runtime #16558 ENH: make typing module available at runtime
- ENH: Throw TypeError on operator concat on Numpy Arrays #16570 ENH: Throw TypeError on operator concat on Numpy Arrays
- ENH: Add
__f2py_numpy_version__attribute to Fortran modules. #16594 ENH: Add f2py_numpy_version attribute to Fortran modules. - ENH: Allow genfromtxt to unpack structured arrays #16650 ENH: Allow genfromtxt to unpack structured arrays
- ENH: Add support for file like objects to np.core.records.fromfile #16675 ENH: Add support for file like objects to np.core.records.fromfile
- ENH, BLD: Add RPATH support for AIX #16710 ENH, BLD: Add RPATH support for AIX
- ENH: Use f90 compiler specified in f2py command line args for pgi compiler #16730 ENH: Use f90 compiler specified in f2py command line args for...
- ENH: Add NumPy declarations to be used by Cython 3.0+ #16986 ENH: Add NumPy declarations to be used by Cython 3.0+
- ENH: allow running mypy through runtests.py #17123 ENH: allow running mypy through runtests.py
- ENH: Make the window functions exactly symmetric #17195 ENH: Make the window functions exactly symmetric
- ENH: Pass optimizations arguments to asv build #17284 ENH: Pass optimizations arguments to asv build
- ENH, BLD: Support for the NVIDIA HPC SDK nvfortran compiler #17344 ENH, BLD: Support for the NVIDIA HPC SDK nvfortran compiler
- ENH: add dtype option to numpy.lib.function_base.cov and corrcoef #17456 ENH: add dtype option to numpy.lib.function_base.cov and corrcoef
seberg