This commit is contained in:
Alexander Wang 2022-12-30 22:07:04 -08:00
parent cd47fc8dd7
commit f5022a9b17
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE

View file

@ -0,0 +1,11 @@
#### Features 🚀
- TALA's core algorithm seed can be specified.
#### Improvements 🧹
- Reduces edge crossings such that no port swaps can result in less crossings.
#### Bugfixes ⛑️
- Fixes an alignment issue with descendants. [#15](https://github.com/terrastruct/TALA/issues/15)