Skip to content

Changes

Started by timer
Started 5 days 12 hr ago
Took 1 hr 41 min on Windows_10-MSYS2-MinGW-VM

Summary

  1. Change MATLAB version in CI back to R2023b (commit: 0c2a113) (details)
  2. Clean up ISSM artifact after unpacking (commit: 674d88e) (details)
  3. Remove disk cleanup and update MATLAB version (commit: de61e31) (details)
  4. Add disk space cleanup step to workflow (commit: 36e9b9a) (details)
  5. Format free disk space step in common workflow (commit: 0d7395a) (details)
  6. CHG: fixed compilation error about ‘operator==’ (operand types are ‘std::complex<double>’ and ‘int' (commit: 7b29db2) (details)
  7. CHG: fixing complex operations (commit: c6992bf) (details)
  8. CHG: simplified code (commit: f24fbaf) (details)
  9. Added additional cleanup step to CoDiPack build and common workflow (commit: bac11ab) (details)
  10. Fork was missing artifact tarball cleanup (commit: 42ef946) (details)
  11. Modified cleanup so that it occurs before creation of artifact (commit: 67f6e65) (details)
  12. Adjusted tolerances (commit: 8aa18d7) (details)
  13. CHG: ignoring some examples directories (commit: fbb6c8b) (details)
  14. CHG: fixed banner urls (commit: 710c187) (details)
  15. CHG: minor estetics (commit: 9bb1105) (details)
  16. CHG: minor estetics (commit: cefb2ab) (details)
  17. CHG: fixed percentage completion print (commit: e818b8b) (details)
  18. Update README.md (commit: d33a881) (details)
Commit 0c2a113c0018ee2068249b66112573db91e455c8 by noreply
Change MATLAB version in CI back to R2023b
(commit: 0c2a113)
The file was modified.github/workflows/common-workflow.yml (diff)
Commit 674d88e68fa3e1a48a3cd1de645098d94a4c7746 by noreply
Clean up ISSM artifact after unpacking

Remove the ISSM artifact tar file after unpacking.
(commit: 674d88e)
The file was modified.github/workflows/common-workflow.yml (diff)
Commit de61e31682616a263c982fec810611e924f69edc by noreply
Remove disk cleanup and update MATLAB version

Removed disk space cleanup step and updated MATLAB release version.
(commit: de61e31)
The file was modified.github/workflows/common-workflow.yml (diff)
Commit 36e9b9a8a4b197cb55f203625b4b4fe8c6b76119 by noreply
Add disk space cleanup step to workflow

Added a step to free disk space in the workflow.
(commit: 36e9b9a)
The file was modified.github/workflows/common-workflow.yml (diff)
Commit 0d7395a6382a7fdbae02da4342f21d91894872be by noreply
Format free disk space step in common workflow
(commit: 0d7395a)
The file was modified.github/workflows/common-workflow.yml (diff)
Commit 7b29db27a7d2236b5c9cbb865b1ba127086be738 by Mathieu Morlighem
CHG: fixed compilation error about ‘operator==’ (operand types are ‘std::complex<double>’ and ‘int'
(commit: 7b29db2)
The file was modifiedsrc/c/cores/love_core.cpp (diff)
The file was modifiedsrc/c/cores/love_core.cpp (diff)
The file was modifiedsrc/c/analyses/HydrologyGlaDSAnalysis.cpp (diff)
Commit bac11ab886d298f57d8ddce67818923aaf25b9cc by 34657535+TidbitSoftware
Added additional cleanup step to CoDiPack build and common workflow
(commit: bac11ab)
The file was modified.github/workflows/ubuntu-python.yml (diff)
The file was modified.github/workflows/ubuntu-basic.yml (diff)
The file was modified.github/workflows/ubuntu-codipack.yml (diff)
The file was modified.github/workflows/common-workflow.yml (diff)
Commit 42ef9465391efde2b743bfa8e9da843bc4c562ee by 34657535+TidbitSoftware
Fork was missing artifact tarball cleanup
(commit: 42ef946)
The file was modified.github/workflows/ubuntu-codipack.yml (diff)
The file was modified.github/workflows/common-workflow.yml (diff)
Commit 67f6e6559a6450b795d37853b034ee4dbe01360f by 34657535+TidbitSoftware
Modified cleanup so that it occurs before creation of artifact
(commit: 67f6e65)
The file was modified.github/workflows/ubuntu-codipack.yml (diff)
The file was modified.github/workflows/common-workflow.yml (diff)
The file was modifiedtest/NightlyRun/test803.m (diff)
The file was modifiedtest/NightlyRun/test803.py (diff)
Commit fbb6c8b41608650ea7275004e05f397bfefffee2 by Mathieu Morlighem
CHG: ignoring some examples directories
(commit: fbb6c8b)
The file was modified.gitignore (diff)
The file was modifiedsrc/c/main/EnvironmentInit.cpp (diff)
The file was modifiedconfigure.ac (diff)
The file was modifiedsrc/c/main/EnvironmentInit.cpp (diff)
Commit e818b8bc36ae24e993ab3024a092db53133eb60e by Mathieu Morlighem
CHG: fixed percentage completion print
(commit: e818b8b)
The file was modifiedsrc/c/modules/Krigingx/Krigingx.cpp (diff)
The file was modifiedREADME.md (diff)