xgcm / xhistogram

Fast, flexible, label-aware histograms for numpy and xarray
https://xhistogram.readthedocs.io
MIT License
89 stars 19 forks source link

Create CITATION.cff #72

Closed jbusecke closed 2 years ago

jbusecke commented 2 years ago

This adds a CITATION.cff file to the repo, so that the zenodo integration works properly.

We should add the contributors in here.

Currently the list of contributors is: @rabernat, @dougiesquire, @TomNicholas, @jrbourbeau, @gjoseph92, @Badboy-16, @aaronspring, @raybellwaves, @stb2145

First of all, are the maintainers ok with naming all the contributors in the .cff file?

Second, can everyone of the above people past their names and ORCIDs here?

Then Ill add them and can finally release this to get a zenodo DOI

codecov[bot] commented 2 years ago

Codecov Report

Merging #72 (55b19d9) into master (f8a5e67) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #72   +/-   ##
=======================================
  Coverage   97.18%   97.18%           
=======================================
  Files           2        2           
  Lines         249      249           
  Branches       71       71           
=======================================
  Hits          242      242           
  Misses          5        5           
  Partials        2        2           

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 f8a5e67...55b19d9. Read the comment docs.

TomNicholas commented 2 years ago

Thanks for doing this @jbusecke ! You can find mine and Ryan's ORCIDs in xarray's CITATION.cff file.

dougiesquire commented 2 years ago

Thanks @jbusecke! My name and ORCID is Dougie Squire, 0000-0003-3271-6874

jrbourbeau commented 2 years ago

Thanks @jbusecke. My info is James Bourbeau / 0000-0003-2164-7789

raybellwaves commented 2 years ago

Cheers @jbusecke. I'm in the xarray CITATION.cff as well https://github.com/pydata/xarray/blob/main/CITATION.cff#L55

aaronspring commented 2 years ago

Aaron Spring https://orcid.org/0000-0003-0216-2241

aaronspring commented 2 years ago

is there now a way to update this CITATION.cff file automatically for each release? or can a citation file also be independent of a version number?

shanicetbailey commented 2 years ago

Shanice Bailey, https://orcid.org/0000-0002-8176-9465. Thanks @jbusecke !

jbusecke commented 2 years ago

is there now a way to update this CITATION.cff file automatically for each release? or can a citation file also be independent of a version number?

I dont know actually. What information would you want to parse automatically? New contributors? We could maybe implement that as a 'reminder' task in PRs instead?

aaronspring commented 2 years ago

is there now a way to update this CITATION.cff file automatically for each release? or can a citation file also be independent of a version number?

I dont know actually. What information would you want to parse automatically? New contributors? We could maybe implement that as a 'reminder' task in PRs instead?

sorry. I thought you need to add a version number connected to zenodo, but there is also the last doi for zenodo and you dont need to add the version number. so my comment is not relevant anymore

gjoseph92 commented 2 years ago

Thanks @jbusecke! I'm Gabe Joseph, but I'm ORCID-less.

jbusecke commented 2 years ago

Ok it seems I am only missing @Badboy-16 here and I would keep the order as above unless someone is opposed to this?

jbusecke commented 2 years ago

I will go ahead and merge this, but happy to implement changes later.

jbusecke commented 2 years ago

I will go ahead and merge this, but happy to implement changes later.