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

Topdown node sizes #1097

Merged
merged 2 commits into from
Dec 11, 2024
Merged

Topdown node sizes #1097

merged 2 commits into from
Dec 11, 2024

Conversation

Eddykasp
Copy link
Contributor

The properties TOPDOWN_HIERARCHICAL_NODE_WIDTH and TOPDOWN_HIERARCHICAL_ASPECT_RATIO should always apply to the node they are set on rather than to their children. Prior to this change, in the NULL approximator case this was handled differently and thus led to inconsistent and confusing behaviour.

@Eddykasp Eddykasp added this to the Release 0.9.2 milestone Dec 11, 2024
Copy link
Contributor

@soerendomroes soerendomroes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this documented in the melk file this way or do we also have to update the behavior there?

Was this feature released such that an API change must be released with 0.10.0?

@Eddykasp
Copy link
Contributor Author

Is this documented in the melk file this way or do we also have to update the behavior there?

Was this feature released such that an API change must be released with 0.10.0?

This behaviour is now consistent with what the melk file says. This is fine for 0.9.2 because it is actually a fix for #1089, where this was wrongly introduced

@Eddykasp Eddykasp merged commit 5999901 into eclipse:master Dec 11, 2024
7 checks passed
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