-
Notifications
You must be signed in to change notification settings - Fork 41
Add CITATION.cff, tributors, zenodo.json #231
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
Merged
Conversation
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
dcherian
commented
Jun 8, 2021
fda1267
to
37a450f
Compare
dcherian
commented
Jun 8, 2021
Co-authored-by: Jon Thielen <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #231 +/- ##
=======================================
Coverage 96.39% 96.39%
=======================================
Files 14 14
Lines 1635 1635
=======================================
Hits 1576 1576
Misses 59 59
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
dcherian
commented
Jun 8, 2021
dcherian
commented
Jun 8, 2021
dcherian
commented
Jun 8, 2021
dcherian
added a commit
to jukent/cf-xarray
that referenced
this pull request
Jun 8, 2021
* main: (57 commits) Add CITATION.cff, tributors, zenodo.json (xarray-contrib#231) Add zenodo badge Improve `rename_like` (xarray-contrib#222) Don't apply mappers to DataArrays (xarray-contrib#227) Add unit support to cf-xarray (xarray-contrib#197) Update README.rst Add earthcube 2021 notebook link to readme v0.5.2 Some CMIP6 support Add pooch to binder environment (xarray-contrib#223) `add_bounds` uses `keys` rather than `dims` (xarray-contrib#221) Add .cf.formula_terms (xarray-contrib#213) Update whats-new.rst (xarray-contrib#217) add bounds property (xarray-contrib#214) Update some tests. Compile regexes Fix black Add __version__ (xarray-contrib#208) add skip to rename_like (xarray-contrib#206) Refactor out coordinate criteria to criteria.py (xarray-contrib#205) ...
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.
Following Earthcube review comments.
I used
https://citation-file-format.github.io/
https://con.github.io/tributors/docs/getting-started
https://github.com/castelao/inception
for guidance. In theory we could set up a tributors github action but i'll leave that for later.