Changed
- Optimized converting Projects to and from dict. Now, `to_dict(extended=True)` returns only essential properties to save space and time.
- Small refactors.
Fixed
- Initialization of `peppy.Project` from `pandas.DataFrame`. Now `from_pandas()` can receive sample table, subsample table and config file
- Multiple bugs introduced during initialization of the project with custom index column names
Added
- New test cases and test data