<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic What's New: Intel® Distribution for Python* 2025.3 in Intel® Distribution for Python*</title>
    <link>https://community.intel.com/t5/Intel-Distribution-for-Python/What-s-New-Intel-Distribution-for-Python-2025-3/m-p/1725635#M2305</link>
    <description>&lt;P&gt;&lt;EM&gt;Data Parallel Control Library*&lt;/EM&gt;&amp;nbsp;includes the following improvements:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Implemented tensor.isin membership test&lt;/LI&gt;
&lt;LI&gt;Allow NumPy arrays for advanced indexing&lt;/LI&gt;
&lt;LI&gt;Reduced binary size by making constexpr variables in headers inline and others static, and removing all anonymous namespaces from headers&lt;/LI&gt;
&lt;LI&gt;Fixed DLL search path when initializing dpctl, fixing failure to see devices when importing in venv on Windows&lt;/LI&gt;
&lt;LI&gt;Fixed failure to copy arrays of double dtype from device with double precision to a device without double precision&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;EM&gt;Data Parallel Extension for Numpy*&lt;/EM&gt;&amp;nbsp;includes the following improvements:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Added implementation of dpnp.piecewise, dpnp.special.erf, dpnp.special.erfc, dpnp.linalg.lu_solve and dpnp.linalg.lu_factor functions&lt;/LI&gt;
&lt;LI&gt;Implemented new dpnp.ndarray.view, dpnp.ndarray.__contains__ methods and dpnp.ndarray.data, dpnp.ndarray.data.ptr attributes to improve CuPy compatibility&lt;/LI&gt;
&lt;LI&gt;Improved performance of dpnp.isclose, dpnp.linalg.det and dpnp.linalg.slogdet functions&lt;/LI&gt;
&lt;LI&gt;Improved performance for a specialized matrix multiplication where the result is a symmetric matrix&lt;/LI&gt;
&lt;LI&gt;The order of individual FFTs over axes for dpnp.fft.irfftn is changed to be in forward order&lt;/LI&gt;
&lt;LI&gt;The intermediate steps of ND FFT are updated to perform in-place FFT&lt;/LI&gt;
&lt;LI&gt;dpnp.size accepts a tuple of integers for axes keyword&lt;/LI&gt;
&lt;LI&gt;dpnp.pad accepts a dictionary for pad_width keyword&lt;/LI&gt;
&lt;LI&gt;The license handling is aligned with PEP-639&lt;/LI&gt;
&lt;LI&gt;The new dpnp release is compatible with NumPy 2.3.3&lt;/LI&gt;
&lt;LI&gt;Including fixes in:
&lt;UL&gt;
&lt;LI&gt;dpnp.ndarray constructor passed with dpnp.ndarray.data value for buffer keyword&lt;/LI&gt;
&lt;LI&gt;dpnp.random functions to allow any value of size keyword where each element is castable to Py_ssize_t type&lt;/LI&gt;
&lt;LI&gt;dpnp.linalg.cond to always return a real data type&lt;/LI&gt;
&lt;LI&gt;dpnp.unique with 1D input array and axis=0, equal_nan=True passed where the produced result didn't collapse the NaNs&lt;/LI&gt;
&lt;LI&gt;dpnp.resize with unsigned integer size&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Intel® Distribution for Python's NumPy-based Python interface to Intel® oneAPI Math Kernel Library (oneMKL) Fourier Transform Functions includes following improvements:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Permit building with Python 3.13&lt;/LI&gt;
&lt;LI&gt;Removed scipy.fftpack interfaced (deprecated in scipy)&lt;/LI&gt;
&lt;LI&gt;Resolved a bug in N-D FFTs when given out and s keyword arguments&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Intel® Distribution for Python's mkl_umath package implementing NumPy's UFuncs based on SVML and MKL VML:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Changed to dynamic linking and to use LP64, permitting arrays larger than 2**31&lt;/LI&gt;
&lt;LI&gt;Added new MKL function implementations&lt;/LI&gt;
&lt;LI&gt;Removed MKL implementations for functions which showed no performance improvement compared to stock NumPy pending further evaluation&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Other improvements:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Intel® Distribution for Python's package for run-time control of Intel® oneAPI Math Kernel Library (oneMKL) now permits building with Python 3.14&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Mon, 10 Nov 2025 10:41:52 GMT</pubDate>
    <dc:creator>StefR_Intel</dc:creator>
    <dc:date>2025-11-10T10:41:52Z</dc:date>
    <item>
      <title>What's New: Intel® Distribution for Python* 2025.3</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/What-s-New-Intel-Distribution-for-Python-2025-3/m-p/1725635#M2305</link>
      <description>&lt;P&gt;&lt;EM&gt;Data Parallel Control Library*&lt;/EM&gt;&amp;nbsp;includes the following improvements:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Implemented tensor.isin membership test&lt;/LI&gt;
&lt;LI&gt;Allow NumPy arrays for advanced indexing&lt;/LI&gt;
&lt;LI&gt;Reduced binary size by making constexpr variables in headers inline and others static, and removing all anonymous namespaces from headers&lt;/LI&gt;
&lt;LI&gt;Fixed DLL search path when initializing dpctl, fixing failure to see devices when importing in venv on Windows&lt;/LI&gt;
&lt;LI&gt;Fixed failure to copy arrays of double dtype from device with double precision to a device without double precision&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;EM&gt;Data Parallel Extension for Numpy*&lt;/EM&gt;&amp;nbsp;includes the following improvements:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Added implementation of dpnp.piecewise, dpnp.special.erf, dpnp.special.erfc, dpnp.linalg.lu_solve and dpnp.linalg.lu_factor functions&lt;/LI&gt;
&lt;LI&gt;Implemented new dpnp.ndarray.view, dpnp.ndarray.__contains__ methods and dpnp.ndarray.data, dpnp.ndarray.data.ptr attributes to improve CuPy compatibility&lt;/LI&gt;
&lt;LI&gt;Improved performance of dpnp.isclose, dpnp.linalg.det and dpnp.linalg.slogdet functions&lt;/LI&gt;
&lt;LI&gt;Improved performance for a specialized matrix multiplication where the result is a symmetric matrix&lt;/LI&gt;
&lt;LI&gt;The order of individual FFTs over axes for dpnp.fft.irfftn is changed to be in forward order&lt;/LI&gt;
&lt;LI&gt;The intermediate steps of ND FFT are updated to perform in-place FFT&lt;/LI&gt;
&lt;LI&gt;dpnp.size accepts a tuple of integers for axes keyword&lt;/LI&gt;
&lt;LI&gt;dpnp.pad accepts a dictionary for pad_width keyword&lt;/LI&gt;
&lt;LI&gt;The license handling is aligned with PEP-639&lt;/LI&gt;
&lt;LI&gt;The new dpnp release is compatible with NumPy 2.3.3&lt;/LI&gt;
&lt;LI&gt;Including fixes in:
&lt;UL&gt;
&lt;LI&gt;dpnp.ndarray constructor passed with dpnp.ndarray.data value for buffer keyword&lt;/LI&gt;
&lt;LI&gt;dpnp.random functions to allow any value of size keyword where each element is castable to Py_ssize_t type&lt;/LI&gt;
&lt;LI&gt;dpnp.linalg.cond to always return a real data type&lt;/LI&gt;
&lt;LI&gt;dpnp.unique with 1D input array and axis=0, equal_nan=True passed where the produced result didn't collapse the NaNs&lt;/LI&gt;
&lt;LI&gt;dpnp.resize with unsigned integer size&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Intel® Distribution for Python's NumPy-based Python interface to Intel® oneAPI Math Kernel Library (oneMKL) Fourier Transform Functions includes following improvements:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Permit building with Python 3.13&lt;/LI&gt;
&lt;LI&gt;Removed scipy.fftpack interfaced (deprecated in scipy)&lt;/LI&gt;
&lt;LI&gt;Resolved a bug in N-D FFTs when given out and s keyword arguments&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Intel® Distribution for Python's mkl_umath package implementing NumPy's UFuncs based on SVML and MKL VML:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Changed to dynamic linking and to use LP64, permitting arrays larger than 2**31&lt;/LI&gt;
&lt;LI&gt;Added new MKL function implementations&lt;/LI&gt;
&lt;LI&gt;Removed MKL implementations for functions which showed no performance improvement compared to stock NumPy pending further evaluation&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Other improvements:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Intel® Distribution for Python's package for run-time control of Intel® oneAPI Math Kernel Library (oneMKL) now permits building with Python 3.14&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 10 Nov 2025 10:41:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/What-s-New-Intel-Distribution-for-Python-2025-3/m-p/1725635#M2305</guid>
      <dc:creator>StefR_Intel</dc:creator>
      <dc:date>2025-11-10T10:41:52Z</dc:date>
    </item>
  </channel>
</rss>

