- 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) ```
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
- 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 10, 2022
-
-
George Sedov authored
-
- Mar 18, 2022
-
-
George Sedov authored
-
- Mar 01, 2022
-
-
Sergey Yakubov authored
-
- Feb 15, 2022
-
-
Sergey Yakubov authored
-
- Jan 12, 2022
-
-
Sergey Yakubov authored
-
- Dec 16, 2021
-
-
Sergey Yakubov authored
-
- Dec 03, 2021
-
-
Sergey Yakubov authored
-
- Nov 16, 2021
-
-
Sergey Yakubov authored
-
- Sep 08, 2021
-
-
Carsten Patzke authored
-
- Aug 04, 2021
-
-
Carsten Patzke authored
-
- Jul 01, 2021
-
-
Sergey Yakubov authored
-
- Jun 30, 2021
-
-
Sergey Yakubov authored
-
- Jun 29, 2021
-
-
Sergey Yakubov authored
-
- Jun 16, 2021
-
-
Sergey Yakubov authored
-
Sergey Yakubov authored
-
- Jun 14, 2021
-
-
Sergey Yakubov authored
-
- May 06, 2021
-
-
Sergey Yakubov authored
-
- May 03, 2021
-
-
Sergey Yakubov authored
-
- Mar 26, 2021
-
-
Sergey Yakubov authored
-
- Feb 26, 2021
-
-
Sergey Yakubov authored
-
- Jan 13, 2021
-
-
Sergey Yakubov authored
-
- Dec 23, 2020
-
-
Sergey Yakubov authored
-
- Dec 22, 2020
-
-
Sergey Yakubov authored
-
Sergey Yakubov authored
-
Sergey Yakubov authored
-
Sergey Yakubov authored
-
- Dec 21, 2020
-
-
Sergey Yakubov authored
-
- Dec 18, 2020
-
-
Sergey Yakubov authored
-
- Dec 15, 2020
-
-
Sergey Yakubov authored
-