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

V0p3p3b #80

Merged
merged 502 commits into from
Oct 4, 2021
Merged

V0p3p3b #80

merged 502 commits into from
Oct 4, 2021

Conversation

gaelforget
Copy link
Member

@gaelforget gaelforget commented Oct 4, 2021

  1. I ran https://rtyley.github.io/bfg-repo-cleaner/ to reduce the size of the repo
java -jar ../bfg-1.14.0.jar --strip-blobs-bigger-than 300k ./
git reflog expire --expire=now --all && git gc --prune=now --aggressive
  1. Artifact > lazy, add ci.yml, + related updates
  2. bump version and compat

------------ erratum --------------

Once I merged this PR, my next git clone was not smaller (still 165M) so I looked a bit further and found out that I had overlooked the --mirror option to git clone.

So I redid item 1 above but with different git calls:

git clone --mirror https://github.com/JuliaClimate/IndividualDisplacements.jl
[same as before]
git push --force --mirror

This seems to have worked (now the standard clone is 20M instead of 165M).

For more information on this, see

Former-commit-id: 1c8799e
first steps towards API & data structure

Former-commit-id: e4fe75b
Former-commit-id: 5b5ef8d
Former-commit-id: 4997f2e
- new jldoctest for three_dimensional_ocean.jl
- new 1.5 travis test
- fix / update dependencies
- add codecov badge
- new preload data deps


Former-commit-id: 8385888
- @__BINDER_ROOT_URL__ (no longer web1 branch) for literate / binder links
- reduce problem size and comment out plots (except in md output)


Former-commit-id: 335fb78
improve documentation, examples, API, new 3D example, graphics, data dependencies handling

Former-commit-id: 0079ec0
Former-commit-id: b0f0491
Former-commit-id: 501f6f1
Former-commit-id: 8207299
kyleniemeyer and others added 26 commits April 15, 2021 10:51
Additional fixes to citations in JOSS paper

Former-commit-id: 738d32d
Former-commit-id: 352657d
Former-commit-id: 2496d75
Former-commit-id: 84f9183
Former-commit-id: 0038e7d
Former-commit-id: d01f8cf
Former-commit-id: 8b920b3
…1-05-21-01-13-47-237-235054443

CompatHelper: bump compat for "MeshArrays" to "0.2"
Former-commit-id: 9990a40
Former-commit-id: 8bf1c1c
add nmax parameter to OCCA_FlowFields

Former-commit-id: 2b07b13
Former-commit-id: 53022b5
@codecov-commenter
Copy link

codecov-commenter commented Oct 4, 2021

Codecov Report

Merging #80 (75bfe99) into master (53022b5) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #80      +/-   ##
==========================================
- Coverage   80.08%   80.08%   -0.01%     
==========================================
  Files           4        5       +1     
  Lines         477      487      +10     
==========================================
+ Hits          382      390       +8     
- Misses         95       97       +2     
Impacted Files Coverage Δ
src/IndividualDisplacements.jl 100.00% <100.00%> (ø)
src/compute.jl 94.02% <0.00%> (-0.67%) ⬇️
src/data_wrangling.jl 62.85% <0.00%> (-0.65%) ⬇️
src/read.jl 52.00% <0.00%> (+4.11%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 53022b5...75bfe99. Read the comment docs.

@gaelforget gaelforget merged commit 070cc13 into master Oct 4, 2021
gaelforget added a commit that referenced this pull request Oct 4, 2021
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.

3 participants