Changed
- Unify exceptions related to remote YAML file reading in `read_yaml` function. Now always a `RemoteYAMLError` is thrown.
- `Project` dict representation
Added
- Support for PEP `2.1.0`, whichi includes support for no YAML configuration file component (CSV only), automatic sample merging if there are any duplicates in sample table index column, and new project attributes: `sample_table_index` and `subsample_table_index`.
Fixed
- Project string representation; [Issue 368](https://github.com/pepkit/peppy/issues/368)