-
Notifications
You must be signed in to change notification settings - Fork 347
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
[Merged by Bors] - news: release 0.8.0 #406
Conversation
My own organization of the PRs, if anyone want tod compare-and-contrast: https://hackmd.io/oZ2gqSxmRrCugMWyFYD_Rg?edit |
Co-authored-by: Gino Valente <49806985+MrGVSV@users.noreply.github.com>
} | ||
``` | ||
|
||
There is also a [`Query::many_for_each_mut`], which provides similar functionality for mutable queries, but it uses a closure to ensure there is never aliased mutability if the given list contains duplicates: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could merge bevyengine/bevy#5402 and make the API cleaner from the start if you wanted.
[`WorldQuery`]: https://docs.rs/bevy/0.8.0/bevy/ecs/query/trait.WorldQuery.html | ||
[`QueryState`]: https://docs.rs/bevy/0.8.0/bevy/ecs/query/struct.QueryState.html | ||
|
||
## ECS Optimizations |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really wants a before/after perf graph.
Body section for Taffy migration: a refreshed UI layout libraryBevy's moved off the abandoned We're looking forward to its continued maintenance and development as the team continues to improve its performance, fix bugs and add support for alternative layout paradigms. |
@alice-i-cecile can you put my name last instead of first? While I was the one who authored the pr that migrated to taffy from stretch in bevy, I feel that my contributions are relatively minor compared to the great work done by the other authors for listed in this section. |
Co-authored-by: Rob Parrett <robparrett@gmail.com>
* Add draft of Full Change Log to index.md * fix markdown list formatting of Full Change Log in index.md * Add strikethrough and move to bottom all benchmarks, examples and tests * Update content/news/2022-07-29-bevy-0.8/index.md Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com> * Remove cut items, format links, preserve dep bumps Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com> Co-authored-by: Carter Anderson <mcanders1@gmail.com>
Co-authored-by: Niklas Eicker <git@nikl.me>
…tly) compressed jpgs
Co-authored-by: Ida Iyes <40234599+inodentry@users.noreply.github.com>
bors r+ |
This is a first draft of the 0.8.0 release blog post. Feel free to leave comments / suggest changes / help me fill in gaps I missed! Still some missing things: filling in the changelog, updating X-es to actual numbers, strategic re-ordering, filling in the remaining TODOs. Co-authored-by: colepoirier <37318670+colepoirier@users.noreply.github.com>
Pull request successfully merged into master. Build succeeded: |
This is a first draft of the 0.8.0 release blog post. Feel free to leave comments / suggest changes / help me fill in gaps I missed!
Still some missing things: filling in the changelog, updating X-es to actual numbers, strategic re-ordering, filling in the remaining TODOs.