0
I Use This!
Low Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 17 hours ago.
Aug 18, 2025 — Aug 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ENH: Suppress confusing traceback. Have to allow traceback when testing for baker library to decide whether to print or return the data. More... almost 13 years ago
BUG: Fixed the padded values on either side of the DataFrame to be able to fill to the edge if necessary. More... almost 13 years ago
ENH: Exposed all reasonable time-series useful plots in PANDAS to the 'plot' subcommand. More... almost 13 years ago
BUG: Fixed fill functions to work with DataFrames with multiple columns. More... almost 13 years ago
VER: 0.6.2 More... almost 13 years ago
ENH: Now multiple traces will be drawn on plot along with the ability to override legend_names. Default legend names are the columns names of the DataFrame. More... almost 13 years ago
Added 'describe' subcommand More... almost 13 years ago
Changed printiso to be more flexible. Can now print any dataframe. More... almost 13 years ago
Added some error checking when reading. More... almost 13 years ago
Minor documentation changes. More... almost 13 years ago
Refactored 'moving_window' to 'rolling_window' and 'exp_weighted_rolling_window'. More... almost 13 years ago
Forgot to include the VERSION file. More... almost 13 years ago
Reflowed line breaks to 79. More... almost 13 years ago
Fixed the TROVE classifiers More... almost 13 years ago
Version 0.6 Edited docs More... almost 13 years ago
Removed 'CHANGES.rst' since all the real stuff is available through 'git log'. More... almost 13 years ago
Corrected 'fill' docstring to include all of the available methods. More... almost 13 years ago
Finished adding the combined print/return functionality. If called from the command line will print, if called as function will return a PANDAS DataFrame. More... almost 13 years ago
* Hid 'fill_from_others' function since it is not ready. More... almost 13 years ago
* Redid some of the documentation. * Fixed up tox.ini. More... almost 13 years ago
* Now in some places can call the function or use the CLI. * Reworked some of the tests to test the new dual call/CLI functionality. More... almost 13 years ago
* Moved tsutils to it's own package. Didn't want to do this, but other toolboxes where including all of tstoolbox commands when tsutils.py was in the tstoolbox package. More... almost 13 years ago
* Complete refactor to new format * Added tests * Supports tox + flake8 + coverage More... almost 13 years ago
Should work with Python 2 or 3 More... about 13 years ago
Ran through autopep8. More... over 13 years ago
* Moved the print_input function to tsutils so could be used by other toolboxes. More... over 13 years ago
* Have to remember to upload to pypi first - then commit changes since things in egg-info may change. Should I even have .egg-info tracked in git? More... over 13 years ago
* 0.4.1 release - better 'equation' when index is negative More... over 13 years ago
* 0.4 release plus... * Fixed 'equation' to handle if index to 'x' is negative. More... over 13 years ago
* Prepare for 0.4 release. More... over 13 years ago