Roadmap to 0.4
Pandas Integration and Improvements
- Make models able to take pandas DataFrame (or Panel for panelmod).
* Started in pandas-integration branch
- Plotting integration of pandas data structures with matplotlib/scikits.timeseries.lib.plotlib
- Merge with/fork from scikits.timeseries?
- Refactoring of pandas.Panel structures. Find common underlying structure
for Long and Wide.
Core Development
- Refactoring models structure. Make sure <http://en.wikipedia.org/wiki/Don%27t_repeat_yourself>__ DRY is respected.http://en.wikipedia.org/wiki/Don%27t_repeat_yourself
Statistics
- Bootstrapping, Jackknifing, Re-sampling framework.
Sandbox
We currently have a large amount code in the sandbox. The medium term goal
is to move much of this to feature branches as it gets worked on and remove
the sandbox folder. Many of these models and functions are close to done,
however, and we welcome any and all contributions to complete them, including
refactoring, documentation, and tests.
Fill in upcoming goals.