chore: upgrade vite-plus to 0.1.20-alpha.4 - #1
Draft
fengmk2 wants to merge 2 commits into
Draft
Conversation
* Fix InstancedMesh limit=1000 default silently hiding atoms in large structures
Threlte's <extras.InstancedMesh> defaults both `limit` and `range` to 1000.
The code set `range={atoms.length}` but never `limit`, so any element group
with >1000 atoms had its excess silently dropped. Pass `limit={atoms.length}`
alongside `range` in StructureScene and ScatterPlot3DScene.
Closes janosh#334
* Simplify isosurface type tests
Extract assert_grid_shape helper to replace repeated 3-line shape
checks across downsample_grid and pad_periodic_grid tests.
* Tighten InstancedMesh limit regression coverage
* Tighten InstancedMesh limit test assertion
* Tighten regression and performance tests
* Optimize chempot projection hyperplanes
* Lazy mount chempot demo diagrams
* Preserve chempot compute promise timing
Fix duplicate hull and chempot labels
Deduplicate composition labels and keep 3D chemical-potential labels tied to visible facets while preserving pinned formula-overlay labels.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upgrade vite-plus and related packages to 0.1.20-alpha.4 alpha version.