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

Funders #100

Merged
merged 5 commits into from May 5, 2020
Merged

Funders #100

merged 5 commits into from May 5, 2020

Conversation

Rlamboll
Copy link
Collaborator

@Rlamboll Rlamboll commented May 5, 2020

Pull request

Please confirm that this pull request has done the following:

  • Tests added
  • Documentation added (where applicable)
  • Example added (either to an existing notebook or as a new notebook, where applicable)
  • Description in CHANGELOG.rst added

Adding to CHANGELOG.rst

Please add a single line in the changelog notes similar to one of the following:

- (`#XX <https://github.com/znicholls/silicone/pull/XX>`_) Added feature which does something
- (`#XX <https://github.com/znicholls/silicone/pull/XX>`_) Fixed bug identified in (`#YY <https://github.com/znicholls/silicone/issues/YY>`_)

@Rlamboll
Copy link
Collaborator Author

Rlamboll commented May 5, 2020

Hopefully the last PR for this version... add your own funding body if needed and thanks for your work!

@Rlamboll Rlamboll requested a review from znicholls May 5, 2020 22:44
Copy link
Collaborator

@znicholls znicholls left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've never seen funding in a README before but can definitely include if you want (normally it just goes in the paper as that's what's indexed and actually 'counts' as far as I understand..). Maybe we should make a specific section in the README, e.g.

Funders
--------

Development of v1.0.0 of this project has received funding from the European Union’s Horizon 2020 research and
innovation programme under grant agreement No 820829.

# further finding info from later versions can go here

Can you put scripts/test_install.py back please, I'll use it in #93.

@Rlamboll
Copy link
Collaborator Author

Rlamboll commented May 5, 2020

I've never seen funding in a README before but can definitely include if you want (normally it just goes in the paper as that's what's indexed and actually 'counts' as far as I understand..). Maybe we should make a specific section in the README, e.g.

Funders
--------

Development of v1.0.0 of this project has received funding from the European Union’s Horizon 2020 research and
innovation programme under grant agreement No 820829.

# further finding info from later versions can go here

Can you put scripts/test_install.py back please, I'll use it in #93.

The EU seem super-keen on being mentioned in databases too and so I assume it's better safe than sorry. You can have it back. I assume there is a clever way of making versioneer set a version to a given string, rather than me writing the string out?

Copy link
Collaborator

@znicholls znicholls left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm @Rlamboll

Once this is merged, do you want to try making a release? Should be as easy as

git checkout master
git pull
git tag v0.1.0rc1  # rc1 means release candidate 1, it's a way of indicating that this is probably v0.1.0 without fully committing (in case we decide to tweak something in the coming weeks)
git push
git push --tags

@Rlamboll Rlamboll merged commit d34a056 into master May 5, 2020
@Rlamboll Rlamboll deleted the funders branch May 5, 2020 23:13
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.

None yet

2 participants