Ashwin V. Mohanan

Results 234 comments of Ashwin V. Mohanan

This is a great idea. I right now use suan/instant-markdown-d 's node.js based server. It works, but it is hard to extend and add features such as mathjax / katex...

@paugier I am not sure what you mean. The final successful rtd build reported the correct version number snek5000-0.8.0rc1.dev254+g7597f21 And there was no unshallow git operation. https://readthedocs.org/projects/snek5000/builds/18787743/ https://readthedocs.org/api/v2/build/18787743.txt

You can do: ``` make install PREFIX=~/.local ``` and ensure that `~/.local/bin` is included when you type `echo $PATH`

I agree, all functions seem to be based on `_quantile`. The `nan*` variants simply requires weeding out NaNs before running its regular variant. A good close study is needed, before...

@serge-sans-paille I saw that xtensor made a C++ port of quantile and its many variants. Do you think it can be ported using Pythran's pythonic? https://github.com/xtensor-stack/xtensor/blob/a17f3de23f9bd08ad009539ff9876636ff7612c6/include/xtensor/xsort.hpp#L771 I know that you...

@paugier I was puzzled at first since at first I could not reproduce it. I got similar timings with both NumPy v1.19 and v1.20.1: ```sh ❯ pip install -U pythran...

With NumPy v1.20, there is now an official way of annotating types: https://numpy.org/devdocs/release/1.20.0-notes.html#numpy-is-now-typed

The pure-python version is already quite fast clocking at `4.16 µs`. So the benchmarks are quite close already! Here is what I get in my laptop. ```sh In [3]: %timeit...

Perhaps. I suspect the pythranrc files (sys and platform specific ones) were not ready, maybe because of a race condition? And it seems that the error is raised form https://github.com/serge-sans-paille/pythran/blob/master/pythran/config.py#L193...

A timestamp would also be nice for practical purposes.