Conversation
* Initial plan * Update JavaScript state indexing to use correct vector-based formula Co-authored-by: K20shores <[email protected]> * Add tests for MICM.vectorSize() static method Co-authored-by: K20shores <[email protected]> * Final summary of changes Co-authored-by: K20shores <[email protected]> * removing unused function * removing unused function, again * handling any number of grid cells * removing wrappers * fixing includes * responding to pr comments * changing name --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: K20shores <[email protected]> Co-authored-by: Kyle Shores <[email protected]>
Co-authored-by: GitHub Actions <[email protected]>
* Correcting OIDC publishing - setup-node injects a default NODE_AUTH_TOKEN and forces npm to use auth based publishing (actions/setup-node#1445, actions/setup-node#1440) - this is fixed by unsetting the token or making it empty - further, our emsdk setup step was putting its own version of node in the path - OIDC deployment requires node >= 22 and npm >= 11.5 - the emsdk node and npm were too old - now, our emsdk action can be configued not to update paths globally - using configured node versions
* update the year * use ucar
* allowing selection of examples in browser example * adding lorenz attractor example * updating read,e * including configurations in packaging
* packing web example * installation * Update javascript/wasm/example.html Co-authored-by: Copilot <[email protected]> * Update javascript/wasm/example.html Co-authored-by: Copilot <[email protected]> * Update README.md Co-authored-by: Copilot <[email protected]> * pr commets --------- Co-authored-by: Copilot <[email protected]>
* adding lorenz movie creation * pr comments
Co-authored-by: GitHub Actions <[email protected]>
* deleting javascript objects * Update javascript/tests/unit/micm.test.js Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
* mutlicell lorenz * Add optional grid cells parameter to Lorenz function Add optional parameter 'n' for grid cell simulation.
* adding multiple grid cells to javascript example * faster plotting * adding animation * varied initial conditions for all grid cells
Co-authored-by: GitHub Actions <[email protected]>
* Initial plan * Add JavaScript and C++ formatting for javascript directory Co-authored-by: K20shores <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: K20shores <[email protected]>
* trying to correct wheel packing * trying to fix * things * correcting wheel repair * Update pyproject.toml Co-authored-by: Copilot <[email protected]> * Update .dockerignore Co-authored-by: Copilot <[email protected]> * ignoring mvec * properly verifying wheel contents * splitting itegrity check for windows/others * correcting yaml syntax? * ignoring w004 --------- Co-authored-by: Copilot <[email protected]>
Contributor
|
📄 Documentation for this branch is available at: https://ncar.github.io/musica/branch/main/ |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## release #746 +/- ##
===========================================
- Coverage 76.63% 74.58% -2.05%
===========================================
Files 108 109 +1
Lines 7849 8090 +241
===========================================
+ Hits 6015 6034 +19
- Misses 1834 2056 +222
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
boulderdaze
approved these changes
Jan 21, 2026
Collaborator
boulderdaze
left a comment
There was a problem hiding this comment.
I just checked the version was bumped
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.
0.14.3 was skipped because that version was used to test deployment to npmjs with OIDC