=========================================
**Major:**
* Overhaul of Chip and Schema python APIs.
* Major Chip function changes: renamed `register_package_source` -> `register_source` and `_getworkdir` -> `getworkdir`.
* Major Schema function changes: renamed `_has_field` -> `has_field`, `_remove` -> `remove`, and `_is_empty` -> `is_empty`.
* Overhaul of Schema keys to clean unused keys and keys with overlapping purposes, major changes:
* Added metrics: drcs, setupskew, holdskew, and inverters.
* Removed the unit section of the Schema.
* Renamed ['option', 'cache'] -> ['option', 'cachedir'].
* Merged behavior of ['option', 'flowcontinue'] and ['option', 'continue'] into ['option', 'continue'].
* Removed ['option', 'relax'], ['option', 'trace'], ['option', 'skipall'], and ['option', 'skipchecks'].
* Add ability for job scheduler to send status update emails via ['option', 'scheduler', 'msgcontact'] and ['option', 'scheduler', 'msgevent'].
* Make resume the default behavior for runs, when a new run is needed ['option', 'clean'] can be set to True to delete the old run and start fresh.
* Add capability to copy an old run and resume from a specific node, allowing users to preserve the original run while avoiding rerunning previous steps.
**Minor:**
* Add option to `write_flowgraph` to add file annotations to graphs.