* Updated schema constraints to remove the use of the z-axis. * Added schematic information to the schema. * Changed component placement constraints to reference the lower left corner of the instance instead of the center.
**Minor:**
* Tools:
* openroad: updated to account for new placement and rotation constraints.
0.27.1
=========================================
**Minor:**
* Fix path handling from commandline.
0.27.0
=========================================
**Major:**
* Deprecated `.load_target()` in favor of `.use()`. * Added a `-use` option to the `sc` cli app to allow for loading of modules. * Removed the chip input from libraries, pdks, fpga, etc to simplify setup.
0.26.5
=========================================
**Major:**
* Moved surelog distribution to a separate package, making SiliconCompiler a pure python distribution.
**Minor:**
* Fixed handling of files and directories from the commandline interface.