h-vetinari

Results 214 issues of h-vetinari

Hello all I'm packaging pygame for conda-forge in https://github.com/conda-forge/staged-recipes/pull/19665, as it's needed as a [dependency](https://github.com/conda-forge/gym-feedstock/pull/29) for gym. I'm having quite a hard time to get the DLL/header detection to get...

enhancement
buildconfig

This [facility](https://en.cppreference.com/w/cpp/utility/functional/unary_function) has been deprecated in C++11 and was removed in C++17. In particular, this means the code as-is currently doesn't compile with C++17, which can be problematic because that's...

bug

After finally working out the kinks of the DLL loading in [conda-forge](https://github.com/conda-forge/cryptography-feedstock/pull/98), there are now some failing tests with CPython 3.7 / 3.9 / 3.10 on windows (also after a...

### _Please edit this tracker as necessary_ Below a list of deprecations by kind and scipy release. Ideally all _**deprecations should come with an announced behaviour change, and with an...

maintenance
deprecated

This is some of the work towards #15600. It's still missing several things (mainly `extend='complex'`), but it's very big as-is, so I wanted to post this as just a something...

enhancement
scipy.special

This is a follow up to #15054, where I had originally added the following to the deprecation of `wminkowski`: > While I was add it, I saw a lot of...

scipy.spatial
maintenance

There was a steady stream of alpha releases in the first half of last year, but the last alpha was ~7 months ago. I realize the difficulty of pulling off...

Hi! Not sure if this issue should also go in https://github.com/bodono/scs-python/ and/or https://github.com/cvxgrp/cvxpy, but I think it's best to start here. I'm working from python, and managed to upgrade everything...

Since #1008, `config.md` [states](https://github.com/opencontainers/runtime-spec/blob/master/config.md#createruntime-hooks) [my bold]: > The definition of `createRuntime` hooks is currently **underspecified** and hooks authors, should only expect from the runtime that the mount namespace have been...

manylinux_2_24 is based on Debian 9, which reaches the end of its long-term-support at the end of this month, see e.g. [here](https://github.com/mayeut/pep600_compliance#distro-compatibility). This is obviously out-of-sync with the much longer...