Antoine Prouvost
Antoine Prouvost
I don't know much about the signal handlers but I know they must be forwarded to python when used in `libmambapy`.
I don't think this is a super nice option, I'd prefer having an option like `pip: args: ["--no-deps"]`. personally I also don't think we should absorb all the legacy of...
I'm adding https://github.com/mamba-org/mamba/pull/3163 to arbitrarily sort the input MatchSpecs before passing it to the solver. The order is arbitrary and is only for consistency right now but it could easily...
Moving to C++17 also offers some more mathematical functions. https://en.cppreference.com/w/cpp/header/cmath
@edluffy This solves a problem for me as well, would you mind merging it? EDIT: it throws some errors, I can come back with another PR.
@edluffy would you be so kind as to get this one in.
@ThibHlln I could not reproduce this. Is this a compiler error? If so which one and on which platform? I does not seem related to https://github.com/xtensor-stack/xtensor/issues/2651 but perhaps since https://github.com/xtensor-stack/xtensor/issues/2651...
Basically in `xt::partition` (and other places), a tensor gets created with ``R::from_shape({ de.size() });`` https://github.com/xtensor-stack/xtensor/blob/master/include/xtensor/xsort.hpp#L463 For `xt::pytensor` `size_type` is unsigned (derived from `buffer_adaptor`), but `shape_type` (the argument of `from_shape`) is...
Closing since message are already running with an experimental flag. Improvements can be tracked in separate issues.
Closing in favor of #3169 which is a bit more recent.