New version release of panelsplit! Here are some of the changes:
- **More flexible**. The ability to work with numpy arrays for X and y. PanelSplit's period argument now accepts pd.Index, pd.Series, or np.array.
- **More modularized**. Now a lot of the PanelSplit functionality is split among different modules (e.g. cross_val_fit_predict is no longer a method of the PanelSplit class, but instead lives as its own function within panelsplit.application)
- **A pipeline class for panel data** There is a a new class, SequentialCVPipeline. This allows for the creation of pipelines which can be used in a panel data context.
- **Improved testing**.
- **Improved documentation**, which can be found [here](https://4freye.github.io/panelsplit/panelsplit.html).