0
I Use This!
Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected 1 day ago.
Aug 21, 2025 — Aug 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added new test_sine.csv More... over 12 years ago
Version bump to 0.8 More... over 12 years ago
Refactored so that tsutils is part of tstoolbox package instead of separate. Changed tests to match. More... over 12 years ago
This only works correctly with the development version of Baker. The change in Baker allows for paragraphs in the parameter documentation. More... over 12 years ago
Fixed xlim and ylim. Now both take two numbers separated by a comma. More... over 12 years ago
Plot type 'xy' now handles multiple columns including a legend. More... over 12 years ago
Merge branch 'master' of ssh://bitbucket.org/timcera/tstoolbox More... over 12 years ago
Fixed print out of calculate_fdc so that easier to use plot More... over 12 years ago
Spell check Improved read_iso_ts to be more efficient and flexible. Fixed all of the date slices to use the _date_slice function. Improved the _date_slice function to overcome PANDAS bug by useing Timestamp instead of date/time string. More... over 12 years ago
Shifted all functionality from tsutils._sniff_filetype to tsutils.read_iso_ts. Deleted tsutils._sniff_filetype. Now all reads are done with read_iso_ts. Adjusted tests to match new process. More... over 12 years ago
Version bump to 0.7.1 More... over 12 years ago
Minor edits and cleanups. More... over 12 years ago
Merge branch 'master' of bitbucket.org:timcera/tstoolbox More... over 12 years ago
DEP: Removed scipy as dependency REF: Now use pandas to_csv and from_table to print and read the time-series. Had to adjust test since to_csv and from_table do not print spaces. Also means that 2.0 will be read as the integer 2 since as part of this change using Python '%g' format for generic reading of floats. BUG: Now forcing float dtype when using equation since only way possible to set bad values to 'nan'. ENH: Added 'clip', 'add_trend', and 'remove_trend' functions. Still need tests. ENH: The 'guess_freq' function now estimates the 'tstep'. More... over 12 years ago
VER: 0.7.0 More... almost 13 years ago
ENH: At least on the PANDAS side, correclty identifies intervals like 15T More... almost 13 years ago
DOC: Documentation improvements - removed mention Astronomia. Added 'describe' and rename 'filters'->'filter' and 'moving_window'-> 'rolling_window' More... almost 13 years ago
BUG: Removed debugging commands that saved to file. More... almost 13 years ago
BUG: Moved check of window_len<len(vector) to include fft_lowpass and fft_highpass More... almost 13 years ago
TST: Fixed tests to use the new 'read' command which uses comma seperated filenames rather than space seperated. More... almost 13 years ago
BUG: Fixed fft_lowpass and fft_highpass filters. More... almost 13 years ago
REF: Moved exp_weighted_rolling window to keyword options under rolling_window. More... almost 13 years ago
BUG: Fixed the guess_interval function. More... almost 13 years ago
TST: Removed pad_len from function signature - needed to have test match. More... almost 13 years ago
ENH: Added start_date and end_date keywords to all baker exposed commands. More... almost 13 years ago
DOC: Fixed up some of the docstrings More... almost 13 years ago
ENH: Added 'guess_freq' function. Pulled out of wdmtoolbox. More... almost 13 years ago
REF: Changed 'QQ' to 'double_mass' and 'kde' to 'probability_density' More... almost 13 years ago
UI: Minor reworking of 'raise *Error' texts. More... almost 13 years ago
VER: 0.6.3 More... almost 13 years ago