**This version introduced backwards-incompatible changes.**
Changed
- Replaced `attmap` with `MutableMapping` (which removes some attributes)
- Replaced OrderedDict with dict
- Deprecated support for Python versions <= 3.7
_Due to the changes mentioned above, a few functionalities may be disabled. For example, the `name` and `description` project properties can no longer be accessed with `getitem`; use the `getattr` syntax instead_
Added
- Constructor methods: `Project.from_dict`, `Project.from_pandas`, `Project.from_sample_yaml`, `Project.from_pep_config`