0
I Use This!
Low Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 24 hours ago.
Aug 22, 2025 — Aug 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed peak_detect tests. Commented out filters tests until have real ones. More... over 11 years ago
Final? More... over 11 years ago
Test More... over 11 years ago
Test More... over 11 years ago
Test More... over 11 years ago
Test More... over 11 years ago
Test More... over 11 years ago
Test More... over 11 years ago
Needed sudo - but not before - so a puzzle More... over 11 years ago
Another test. More... over 11 years ago
Added python2-dev More... over 11 years ago
Perhaps this will work to install python-dev More... over 11 years ago
Fixed indent More... over 11 years ago
Correctly added the required ubuntu packages. More... over 11 years ago
apt-get install of freetype and png More... over 11 years ago
As near as I can tell, have to install all dependencies More... over 11 years ago
Added nose as dependency More... over 11 years ago
Shippable test More... over 11 years ago
Merge branch 'master' of bitbucket.org:timcera/tstoolbox More... over 11 years ago
Added test 'shippable.yml' More... over 11 years ago
Added mando as a requirement. More... over 11 years ago
* Minor refactoring with pylint * Rework documentation to fit new mando * Work on filter tests that still fail. More... over 11 years ago
Incorrectly dropped NA from series when should just set dense=False More... almost 12 years ago
* Fixed logic around plot 'grid' option * Added 'normalization' command More... almost 12 years ago
Preliminary addition of dtw - Dynamic Time Warping pca - Principal Components Analysis More... almost 12 years ago
Version bump to 0.9.0. More... almost 12 years ago
Fixed problem where the first item in the zero_crossing peak detection algorithm was being reported as a valley. More... almost 12 years ago
* Added normal axis as type=norm_xaxis and type=norm_yaxis Initially used xaxis or yaxis=normal, which proved unwieldy since the plotting positions on the independent axis are calculated and so each column should be plotted in the DataFrame instead of the x,y paring for the type=xy. * Minor refractoring More... almost 12 years ago
Improvement to bar plots Added --label_rotation option Added --label_skip option Fixed option error checking to warn about --logx/--logy and --xaxis Started work on normal axis plotting More... almost 12 years ago
Fix for how mando handles the --legend option Under baker could have --legend=False, but not with mando. This means that mando forces you to use --nolegend if you want the default to be to have a legend. Not as flexible as baker - maybe 'more' correct? More... almost 12 years ago