Skip to content

[Version] v0.4.1 -> v0.5.0.dev#473

Merged
vadiklyutiy merged 1 commit intomainfrom
vadim/0.4.1->0.5.0.dev
Aug 27, 2024
Merged

[Version] v0.4.1 -> v0.5.0.dev#473
vadiklyutiy merged 1 commit intomainfrom
vadim/0.4.1->0.5.0.dev

Conversation

@vadiklyutiy
Copy link
Copy Markdown
Collaborator

Fix forgotten version promotion

@vadiklyutiy vadiklyutiy requested a review from yaoyaoding August 26, 2024 16:41
@vadiklyutiy vadiklyutiy changed the title v0.4.1 -> v0.5.0.dev [Version] v0.4.1 -> v0.5.0.dev Aug 27, 2024
@vadiklyutiy vadiklyutiy merged commit 615491e into main Aug 27, 2024
@vadiklyutiy vadiklyutiy deleted the vadim/0.4.1->0.5.0.dev branch August 27, 2024 02:24
vadiklyutiy added a commit that referenced this pull request Dec 19, 2024
Сontinue indexes optimizations started in #458.

- We compare the difference between analyzing `expr` and flatten index.
Before we transformed when difference was a constant. Now when
difference don't contain loop variables.
 - Added new pass that expands leading `repeat()` mapping.


Bug fix:
 - In `Poli` class save and compare `var` itself but not `var.hint`

Other:
- always convert `Constant` to `Poli`. It avoid a bit confusing code
when we have to make 2 checks `isinstance(p, int) or p.is_constant()`
vadiklyutiy added a commit that referenced this pull request Dec 20, 2024
Сontinue indexes optimizations started in #458.

- We compare the difference between analyzing `expr` and flatten index.
Before we transformed when difference was a constant. Now when
difference don't contain loop variables.
 - Added new pass that expands leading `repeat()` mapping.


Bug fix:
 - In `Poli` class save and compare `var` itself but not `var.hint`

Other:
- always convert `Constant` to `Poli`. It avoid a bit confusing code
when we have to make 2 checks `isinstance(p, int) or p.is_constant()`
vadiklyutiy added a commit that referenced this pull request Dec 26, 2024
Сontinue indexes optimizations started in #458.

- We compare the difference between analyzing `expr` and flatten index.
Before we transformed when difference was a constant. Now when
difference don't contain loop variables.
 - Added new pass that expands leading `repeat()` mapping.


Bug fix:
 - In `Poli` class save and compare `var` itself but not `var.hint`

Other:
- always convert `Constant` to `Poli`. It avoid a bit confusing code
when we have to make 2 checks `isinstance(p, int) or p.is_constant()`
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.

1 participant