dynts icon indicating copy to clipboard operation
dynts copied to clipboard

Python package for timeseries analysis and manipulation

Results 7 dynts issues
Sort by recently updated
recently updated
newest added

Make sure flake8 passes on all codebase

enhancement
test

The cython skyplist implementation is out of date. It needs to be synchronized with the pure python implementation.

enhancement
cython

When creating a new timeseries with initial data, it can be useful to allocate extra length in the timeseries. This could be achieved by passing an extra parameter `extra_size` which...

enhancement

The current cython skiplist implementation performs approximately 20 times faster on insertion than the pure python implementation. You can check this by running the benchmark test: ``` python runtests.py -t...

enhancement

numpy based timeseries can contain objects. Needs testing.

test

Lines in Econometric plugin cannot be switched off. Should be an easy fix in `media/dynts/ecoplot/ecoplot.js`

bug
javascript

Hi, I am trying to get dynts running on Mac (Snow Leopard). Here is the output I get as of now: ~ c.prinoth$ sudo easy_install dynts Password: Searching for dynts...

bug