NiaPy
NiaPy copied to clipboard
Python microframework for building nature-inspired algorithms. Official docs: https://niapy.org
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.2.0 to 10.3.0. Release notes Sourced from pillow's releases. 10.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.3.0.html Changes CVE-2024-28219: Use strncpy to avoid buffer overflow #7928 [@hugovk] Use functools.lru_cache for hopper() #7912 [@hugovk]...
This PR updates [requests](https://pypi.org/project/requests) from **2.31.0** to **2.32.2**. Changelog ### 2.32.2 ``` ------------------- **Deprecations** - To provide a more stable migration for custom HTTPAdapters impacted by the CVE changes in...
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...
Bumps [bump-my-version](https://github.com/callowayproject/bump-my-version) from 0.17.4 to 0.21.0. Release notes Sourced from bump-my-version's releases. 0.21.0 Compare the full difference. Fixes Fixed a bug in the glob tests. 1041fe9 Was not properly looking...
This PR updates [matplotlib](https://pypi.org/project/matplotlib) from **3.8.2** to **3.9.0**. Changelog ### 3.9.0 ``` Highlights of this release include: - Plotting and Annotation improvements - Axes.inset_axes is no longer experimental - Legend...
This PR updates [pillow](https://pypi.org/project/pillow) from **10.2.0** to **10.4.0**. Changelog ### 10.4.0 ``` ------------------- - Raise FileNotFoundError if show_file() path does not exist 8178 [radarhere] - Improved reading 16-bit TGA images...
This PR updates [openpyxl](https://pypi.org/project/openpyxl) from **3.1.2** to **3.1.5**. Changelog ### 3.1.3 ``` ================== Bugfixes -------- * `1401 <https://foss.heptapod.net/openpyxl/openpyxl/-/issues/1401>`_ Column name caches are slow and use a lot of memory *...
This PR updates [urllib3](https://pypi.org/project/urllib3) from **2.0.7** to **2.2.2**. Changelog ### 2.2.2 ``` ================== - Added the ``Proxy-Authorization`` header to the list of headers to strip from requests when redirecting to...
This PR updates [numpy](https://pypi.org/project/numpy) from **1.26.4** to **2.0.0**. Changelog ### 2.0 ``` - `npy_interrupt.h` and the corresponding macros like `NPY_SIGINT_ON` have been removed. We recommend querying `PyErr_CheckSignals()` or `PyOS_InterruptOccurred()` periodically...