Fabian Affolter
Fabian Affolter
Could you please tag the source? This allows distributions to get the complete source from GitHub if they want. Thanks
**Describe the bug** `np.int` was [removed](https://numpy.org/devdocs/release/1.24.0-notes.html#expired-deprecations) in 1.24.0 **To Reproduce** Execute tests with `pytest`. **Expected behavior** Tests to pass **Output** ```bashpython3.10-cvxpy> ============================= test session starts ============================== python3.10-cvxpy> platform linux --...
With Python 3.11 I get a test failure. All tests pass on Python 3.10. ```bash ============================= test session starts ============================== platform linux -- Python 3.11.1, pytest-7.2.0, pluggy-1.0.0 rootdir: /build/source collected...
**Describe the bug** `distutils` is deprecated and slated for removal in Python 3.12 https://peps.python.org/pep-0632//#migration-advice **To Reproduce** Run with Python 3.12 ```bash ============================= test session starts ============================== platform linux -- Python...
## Description of changes ## Things done - Built on platform(s) - [ ] x86_64-linux - [ ] aarch64-linux - [ ] x86_64-darwin - [ ] aarch64-darwin - For non-Linux:...
Changelog: https://github.com/Azure/azure-sdk-for-python/blob/azure-core_1.30.1/sdk/core/azure-core/CHANGELOG.md ## Description of changes ## Things done - Built on platform(s) - [ ] x86_64-linux - [ ] aarch64-linux - [ ] x86_64-darwin - [ ] aarch64-darwin -...
geojson 3.0.1 was released a while ago. Are there any plans to support geojson >= 3.0.0? Thanks
Currently there is a release mismatch across the distribution channels: - Source (master): [16.2.3 ](https://github.com/aiokitchen/aiomisc/blob/master/aiomisc/version.py#L5) - GitHub tag: [16.2](https://github.com/aiokitchen/aiomisc/releases/tag/v16.2) - PyPI: [16.2.5](https://pypi.org/project/aiomisc/16.2.5/) It would really be appreciated if the releases...
It would be very helpful if you could tag releases as well again. This would enable distributions who want to fetch the source from GitHub instead of PyPI. Thanks