- Jun 03, 2024
-
-
Marc-Olivier Andrez authored
This commit makes the build of Python packages use `setuptools` instead of the deprecated `distutils` in `setup.py` files. See [PEP 632](https://peps.python.org/pep-0632/) for more information on the deprecation of `distutils`. Note that using `setuptools` instead of `distutils` removes the following user warning messages when creating the `bdist` and `sdist` of the consumer and producer projects: ``` /usr/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'setup_requires' warnings.warn(msg) /usr/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'install_requires' warnings.warn(msg) ```
-
- May 27, 2024
-
-
Marc-Olivier Andrez authored
-
Tim Schoof authored
-
- May 17, 2024
-
-
Mikhail Karnevskiy authored
-
- Dec 20, 2023
-
-
Mikhail Karnevskiy authored
-
- Nov 16, 2023
-
-
Mikhail Karnevskiy authored
-
- Aug 10, 2023
-
-
Tim Schoof authored
-
Tim Schoof authored
-
Tim Schoof authored
This includes read-only buffers. The code split between bytes and numpy array is removed and all objects are now handled equally. Furthermore, it seems to be more correct to increase the ref count for None objects as well, while a pointer to that object is used.
-
- Aug 12, 2022
-
-
George Sedov authored
-
- Aug 10, 2022
-
-
George Sedov authored
-
- Mar 18, 2022
-
-
George Sedov authored
-
- Mar 01, 2022
-
-
Sergey Yakubov authored
-
- Feb 15, 2022
-
-
Sergey Yakubov authored
-
- Feb 11, 2022
-
-
Sergey Yakubov authored
-
- Feb 07, 2022
-
-
George Sedov authored
-
- Jan 12, 2022
-
-
Sergey Yakubov authored
-
- Dec 16, 2021
-
-
Sergey Yakubov authored
-
Sergey Yakubov authored
-
- Dec 03, 2021
-
-
Sergey Yakubov authored
-
- Nov 24, 2021
-
-
Sergey Yakubov authored
-
Sergey Yakubov authored
-
- Nov 17, 2021
-
-
Sergey Yakubov authored
-
- Nov 16, 2021
-
-
Sergey Yakubov authored
-
- Nov 02, 2021
-
-
Sergey Yakubov authored
-
- Oct 29, 2021
-
-
Sergey Yakubov authored
-
Sergey Yakubov authored
-
- Oct 28, 2021
-
-
Sergey Yakubov authored
-
Sergey Yakubov authored
-
- Sep 28, 2021
-
-
Sergey Yakubov authored
-
- Sep 08, 2021
-
-
Carsten Patzke authored
-
- Aug 04, 2021
-
-
Carsten Patzke authored
-
- Jul 20, 2021
-
-
Sergey Yakubov authored
-
Sergey Yakubov authored
-
- Jul 16, 2021
-
-
Sergey Yakubov authored
-
Sergey Yakubov authored
-
Juergen Hannappel authored
-
Sergey Yakubov authored
-
Sergey Yakubov authored
-
- Jul 13, 2021
-
-
Juergen Hannappel authored
-