Pierre Augier

Results 66 issues of Pierre Augier

1. The Transonic types defined in `transonic.typing` should be compatible with Mypy. 2. It should also be possible to directly use types defined in `typing` for the simple cases (List,...

enhancement

https://github.com/pandas-dev/pandas/blob/master/doc/source/user_guide/enhancingperf.rst https://github.com/fluiddyn/transonic-demos/blob/master/pandas.ipynb

question

See https://numba.pydata.org/numba-doc/dev/user/performance-tips.html#fastmath Simple to implement: - add the argument in * https://github.com/fluiddyn/transonic/blob/master/transonic/aheadoftime.py#L101 * https://github.com/fluiddyn/transonic/blob/master/transonic/justintime.py#L188 - improve the Numba backend https://github.com/fluiddyn/transonic/blob/master/transonic/backends/numba.py

enhancement
good first issue

See https://github.com/pydata/numexpr#usage

enhancement

It seems that a data file is missing... ``` pytest test/test_covariance.py /home/pierre/.pyenv/versions/3.7.1/lib/python3.7/site-packages/nbformat/notebooknode.py:4: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it...

For some slides, I'd need to put content in a wide div, wider than the standard width of the presentation. I tried with ```html ``` which indeed create a wide...

### Context In some documents I have to write a lot of ```` ```{exercise-end} ``` ```` (This directive comes from [sphinx-exercise](https://github.com/executablebooks/sphinx-exercise).) I don't understand why it cannot be written on...

enhancement

### Context I understood thanks to https://markdown-it.github.io/ that ```` ```{admonition} This is my `admonition` This is my note ``` ```` is not parsed as a `fence`. However, it seems that...

enhancement

### Describe the bug mdformat updates the timestamp of the files even when they are left unchanged. Instead, mdformat should not touch files when they are left unchanged (as `black`...

bug