Vladimir Filimonov

Results 10 issues of Vladimir Filimonov

Hello, I would suggest to have `disable r` as a default in configuration. Some reasons for this: - `r` makes it easy to accidentally re-run not idempotent or even potentially...

Hello I suggest that the pytest plugin should not be registered by default on dash installation. A clean install of pytest without any plugins automatically activates `dash-1.3.1` plugin (which increases...

dash-type-enhancement
dash-stage-in_review

Hello Saeed, pandas selector `.ix` is no longer available and thus will trigger an error in newer pandas. In master it is still present in `eventstudy` and `backtestengine`: https://github.com/cuemacro/finmarketpy/search?q=.ix&unscoped_q=.ix But...

Would it make sense to remove `tests` folder from the pandas distribution? It takes roughly 33% of the whole package weight. It is especially important when using pandas inside the...

Testing
Build

OK, suppose that #24 is closed and #25 is merged. Now we can see some other performance bottlenecks. Checking the simple strategy: ``` x = np.random.randn(10000, 100) * 0.01 idx...

Hello Philippe, first of all, thank you very much for releasing your library and congratulations on it - I like your approach to backtesting very much. Let me ask you...

Hello I think it might make sense to alter exception output and on IO operations that fail output also the path. As of now, there's no indication of the bucket/key...

Often on the deploy chalice uses existing package: ``` Creating deployment package. Reusing existing deployment package. Updating lambda function: .... ``` What are the conditions on which the package is...

enhancement

Hello @blackgate many thanks for the repo! My question is about the fork (https://github.com/timpalpant/NVDAGPUWakeHandler), but for some reason I could not open an issue there, so let me ask you...

Jupyterlab does not use jquery, apparently, so it has to be loaded before pyppt in order for the javascript client to work.