Johan Mabille
Johan Mabille
We can use https://github.com/elgohr/Github-Release-Action to generate the Github releases with changelog when a tag is pushed. This still requires to push a tag manually. We can fully automatize that with...
What do you think of running a script from the Github history and sorting entries by "topic" (new feature, bug fix, maintenance) that we can enforce with PR labels? I...
Hi, Sorry for the very late reply, it has been removed. Now that xtl supports C++17, `xtl::variant` should be replaced with `std::variant`.
I think there are two orthognoal problems here. The first one is the way we represent the instruction set extensions in xsimd. This is a topic we've been discussing for...
I agree that this change should be merged after the release. Regarding the scheme, we could keep backward compatibility by defining ext::fma3 as fma3 first, and then remove fma3 latter...
Compilation error in MacOS: no member named 'terminate' in namespace 'std'; did you mean 'template'?
I think we're missing some include (`std::terminate` is defined in the header ``, which is not included in `xhalf_float_impl.hpp`. We may be more lucky on Linux where it is probably...
I think you can already push the recipe on Emscripten forge since it is working with latest jupyterlite-xeus. This will make it easier for people to test it and report...
You mean it is fixed in this [PR](https://github.com/jupyter-xeus/xeus/pull/420) ?
I've just tested, it fixes the problem.
This has been fixed in #2833.