scverse / scvi-tools

Deep probabilistic analysis of single-cell and spatial omics data
http://scvi-tools.org/
BSD 3-Clause "New" or "Revised" License
1.21k stars 344 forks source link

release: update tutorials and 1.1.3 release date #2852

Closed martinkim0 closed 3 months ago

lumberbot-app[bot] commented 3 months 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 1.1.x
git pull
  1. Cherry pick the first parent branch of the this PR on top of the older branch:

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

git commit -am 'Backport PR #2852: release: update tutorials and 1.1.3 release date'
  1. Push to a named branch:
git push YOURFORK 1.1.x:auto-backport-of-pr-2852-on-1.1.x
  1. Create a PR against branch 1.1.x, I would have named this PR:

"Backport PR #2852 on branch 1.1.x (release: update tutorials and 1.1.3 release date)"

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.

codecov[bot] commented 5 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 85.23%. Comparing base (bd53af2) to head (83af249). Report is 73 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2852 +/- ## ========================================== - Coverage 85.25% 85.23% -0.03% ========================================== Files 166 166 Lines 14231 14231 ========================================== - Hits 12133 12130 -3 - Misses 2098 2101 +3 ``` [see 1 file with indirect coverage changes](https://app.codecov.io/gh/scverse/scvi-tools/pull/2852/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scverse)