Merge pull request #18 from terrastruct/v0.2.11

v0.2.11
This commit is contained in:
Alexander Wang 2022-12-30 22:08:54 -08:00 committed by GitHub
commit 01c8e2e641
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)