sunpy / ndcube

A base package for multi-dimensional contiguous and non-contiguous coordinate-aware arrays.
http://docs.sunpy.org/projects/ndcube/
BSD 2-Clause "Simplified" License
44 stars 48 forks source link

Updates from the package template #766

Closed github-actions[bot] closed 1 month ago

github-actions[bot] commented 1 month ago

This is an autogenerated PR, which will apply the changes to this repo.. Cruft has detected updates from the Package Template

lumberbot-app[bot] commented 1 month ago

Owee, I'm MrMeeseeks, Look at me.

There seem to be a conflict, please backport manually. Here are approximate instructions:

  1. Checkout backport branch and update it.
git checkout 2.2
git pull
  1. Cherry pick the first parent branch of the this PR on top of the older branch:

    git cherry-pick -x -m1 81d3dcbfe776f13ab3ec72a01e44807c5bf20247
  2. You will likely have some merge/cherry-pick conflict here, fix them and commit:

git commit -am 'Backport PR #766: Updates from the package template'
  1. Push to a named branch:
git push YOURFORK 2.2:auto-backport-of-pr-766-on-2.2
  1. Create a PR against branch 2.2, I would have named this PR:

"Backport PR #766 on branch 2.2 (Updates from the package template)"

And apply the correct labels and milestones.

Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon!

Remember to remove the Still Needs Manual Backport label once the PR gets merged.

If these instructions are inaccurate, feel free to suggest an improvement.