0
I Use This!
Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 21 hours ago.
Aug 19, 2025 — Aug 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed the way the command line interface was detected. More... almost 12 years ago
Added histogram plot More... almost 12 years ago
Added bar plots. Types 'bar', 'bar_stacked', 'barh', 'barh_stacked' More... almost 12 years ago
* Replaced 'baker' with 'mando'. More... almost 12 years ago
Added the function to 'pick' using a column label. More... almost 12 years ago
Changed documentation to reflect the new process to import tstoolbox as a library. More... about 12 years ago
Fixed the legend_names in xy plots - No longer need to have a dummy 'x' title. More... about 12 years ago
First go at adding PANDAS time series tests. Tests the creation and interval detection. More... about 12 years ago
Version bump to 0.8.4 More... about 12 years ago
Worked out some additional plot options --grid --xy_match_line Added error checks in 'know_your_limits' More... about 12 years ago
Minor improvements to test_describe More... about 12 years ago
Refactor. More... about 12 years ago
Found big bug for the determination of time interval when large number of NANs are in a time-series. Was deciding that the time step was 2 instead of 1 under some circomstances. More... about 12 years ago
* Now can read in non-time-series DataFrames. * Fixed problem reading in non-time-series with differing number of values. * Fixed type=xy plot. More... about 12 years ago
Fixed asbestfreq - made much simpler Changed to using *suffix keywords with joins Fixed tests accordingly More... over 12 years ago
Revamped tsutils.date_slice so that it will insert start_date and end_date if needed. With all rows assigned missing values. More... over 12 years ago
Merge branch 'master' of ssh://bitbucket.org/timcera/tstoolbox More... over 12 years ago
Fixed treatment of missing files in asbestfreq. More... over 12 years ago
Fixed date_slice to correctly handle start_date and end_date. Fixed fill tests to have the correct column names. Start of fill_by_correlation function. More... over 12 years ago
Added 'stack' and 'unstack' commands to pivot table formats. More... over 12 years ago
Added new and improved guess_freq Refactored test data so the filenames start with 'data*' Reworked 'add_trend' so that it actually might be useful More... over 12 years ago
Version bump to 0.8.2 More... over 12 years ago
A stray scipy import made as late as possible. Eventually replaced with something else. More... over 12 years ago
Late import of scipy functions until find alternatives to eventually remove scipy as a dependency. More... over 12 years ago
Experimenting with creating vanilla RST from Sphinx RST. More... over 12 years ago
Merge branch 'master' of bitbucket.org:timcera/tstoolbox More... over 12 years ago
If input is a pd.Series return a pd.DataFrame. More... over 12 years ago
Standarize on 'pyramid' theme for Sphinx docs. More... over 12 years ago
Version bump to 0.8.1 More... over 12 years ago
TESTS: * Some filter tests were passing BUT not fully implemented - temporarily removed * Using PANDAS assert_frame_equal to compare DataFrames - found many problems * Changed tox.ini to have just two environments. * Added 'float_format' to many of the functions passed through to 'printiso'. * Greatly simplified the 'equation' function. * Added function 'know_your_limits' to normalize xlim and ylim in 'plot' * Reworked read_iso_ts to make clearer and has some additional error checks. More... over 12 years ago