Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Substrate 2.1 #449

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Substrate 2.1 #449

wants to merge 6 commits into from

Conversation

rohanku
Copy link
Contributor

@rohanku rohanku commented Nov 22, 2024

No description provided.

rahulk29 and others added 6 commits November 21, 2024 16:42
* Clean up website

* Fix CI issues

* Fix link
* feat(docs): use latest logo

* Update logo illlustrator file
…451)

* feat(transform): make transformations use integers instead of floats

Transformations now only encode Manhattan transformations
and internally store a transformation matrix with integer (i8)
entries, as opposed to f64 entries.

* remove approx from cargo toml
* feat(transform): default to Manhattan transformations

Transformations now refer to Manhattan transformations;
non-Manhattan transformations are currently unsupported.
Remove transformed views, since the Manhattan transformed view of
any type is itself.

* fix(codegen): codegen supports TransformRef and TranslateRef

* fix(layout): remove TransformedCell

* fix(todos): remove comment about lazy evaluation

* fix(transform): fix bug in orientation calculation

* add TODO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants