Corentin Schreiber

Results 12 comments of Corentin Schreiber

I just went through this trouble myself, trying to reproduce the scipy implementation as close as possible. Here are the parameters that (I think) map to the scipy defaults: ```c++...

Thank you, will do that! What about the "max linesearch" behaviour; do you think it makes sense to revert to initial values rather than error? This appears to be a...

This has gotten much worse for me recently. Discarding a single file now takes about 5-10 seconds, no matter how small the file. Github desktop 2.5.4, Windows 10 x64.

Sorry, I was on honeymoon! I just gave it a go, and it seems there is still an issue: - `cpr/api.h` -> `cpr/response.h` -> `cpr/ssl_options.h` -> `curl/curl.h` It looks like...

Interesting, I did not realise that! Is this being done under the hood in existing C API functions, or are these new overloads?

Could you give me an example of one such function where you have added support for reusing the output array?

If this is causing a breaking change, I would instead suggest changing `af::seq` to have an exclusive end, which is the original problem. That is the way standard C++ iterators...

I did not know of this feature either. However this does not address the issue of local branches that were never pushed to the remote. I would be happy if...