-
Notifications
You must be signed in to change notification settings - Fork 18
Template update #509
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
Open
timtreis
wants to merge
19
commits into
main
Choose a base branch
from
template-update-v2-scverse-spatialdata-plot-v0.6.0
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Template update #509
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
61e7ba7
Automated template update to v0.5.0
scverse-bot 0dd37e2
Automated template update to v0.6.0
scverse-bot 353a923
fixes
timtreis 0a3287b
Merge main into template-update branch, resolving conflicts in favor …
timtreis d6464f7
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] abbc468
adjusted
timtreis 1597ac5
merge
timtreis 49e66de
adjusted config discovery
timtreis 5f384ed
adjusted config discovery
timtreis ca8e944
adjusted config discovery
timtreis a994f54
adjusted config discovery
timtreis c653c83
updated toml
timtreis cb11636
updated toml
timtreis 8506163
bump
timtreis af0ca3b
bump
timtreis f477376
safeguarded test
timtreis 1d62f44
safeguarded test
timtreis e14a2f9
bump
timtreis f7887b6
Merge branch 'main' into template-update-v2-scverse-spatialdata-plot-…
timtreis File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,94 @@ | ||
| name: Bug report | ||
| description: Report something that is broken or incorrect | ||
| labels: bug | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| **Note**: Please read [this guide](https://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports) | ||
| detailing how to provide the necessary information for us to reproduce your bug. In brief: | ||
| * Please provide exact steps how to reproduce the bug in a clean Python environment. | ||
| * In case it's not clear what's causing this bug, please provide the data or the data generation procedure. | ||
| * Sometimes it is not possible to share the data, but usually it is possible to replicate problems on publicly | ||
| available datasets or to share a subset of your data. | ||
| - type: textarea | ||
| id: report | ||
| attributes: | ||
| label: Report | ||
| description: A clear and concise description of what the bug is. | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: versions | ||
| attributes: | ||
| label: Versions | ||
| description: | | ||
| Which version of packages. | ||
| Please install `session-info2`, run the following command in a notebook, | ||
| click the “Copy as Markdown” button, then paste the results into the text box below. | ||
| ```python | ||
| In[1]: import session_info2; session_info2.session_info(dependencies=True) | ||
| ``` | ||
| Alternatively, run this in a console: | ||
| ```python | ||
| >>> import session_info2; print(session_info2.session_info(dependencies=True)._repr_mimebundle_()["text/markdown"]) | ||
| ``` | ||
| render: python | ||
| placeholder: | | ||
| anndata 0.11.3 | ||
| ---- ---- | ||
| charset-normalizer 3.4.1 | ||
| coverage 7.7.0 | ||
| psutil 7.0.0 | ||
| dask 2024.7.1 | ||
| jaraco.context 5.3.0 | ||
| numcodecs 0.15.1 | ||
| jaraco.functools 4.0.1 | ||
| Jinja2 3.1.6 | ||
| sphinxcontrib-jsmath 1.0.1 | ||
| sphinxcontrib-htmlhelp 2.1.0 | ||
| toolz 1.0.0 | ||
| session-info2 0.1.2 | ||
| PyYAML 6.0.2 | ||
| llvmlite 0.44.0 | ||
| scipy 1.15.2 | ||
| pandas 2.2.3 | ||
| sphinxcontrib-devhelp 2.0.0 | ||
| h5py 3.13.0 | ||
| tblib 3.0.0 | ||
| setuptools-scm 8.2.0 | ||
| more-itertools 10.3.0 | ||
| msgpack 1.1.0 | ||
| sparse 0.15.5 | ||
| wrapt 1.17.2 | ||
| jaraco.collections 5.1.0 | ||
| numba 0.61.0 | ||
| pyarrow 19.0.1 | ||
| pytz 2025.1 | ||
| MarkupSafe 3.0.2 | ||
| crc32c 2.7.1 | ||
| sphinxcontrib-qthelp 2.0.0 | ||
| sphinxcontrib-serializinghtml 2.0.0 | ||
| zarr 2.18.4 | ||
| asciitree 0.3.3 | ||
| six 1.17.0 | ||
| sphinxcontrib-applehelp 2.0.0 | ||
| numpy 2.1.3 | ||
| cloudpickle 3.1.1 | ||
| sphinxcontrib-bibtex 2.6.3 | ||
| natsort 8.4.0 | ||
| jaraco.text 3.12.1 | ||
| setuptools 76.1.0 | ||
| Deprecated 1.2.18 | ||
| packaging 24.2 | ||
| python-dateutil 2.9.0.post0 | ||
| ---- ---- | ||
| Python 3.13.2 | packaged by conda-forge | (main, Feb 17 2025, 14:10:22) [GCC 13.3.0] | ||
| OS Linux-6.11.0-109019-tuxedo-x86_64-with-glibc2.39 | ||
| Updated 2025-03-18 15:47 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| blank_issues_enabled: false | ||
| contact_links: | ||
| - name: Scverse Community Forum | ||
| url: https://discourse.scverse.org/ | ||
| about: If you have questions about “How to do X”, please ask them here. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| name: Feature request | ||
| description: Propose a new feature for spatialdata-plot | ||
| labels: enhancement | ||
| body: | ||
| - type: textarea | ||
| id: description | ||
| attributes: | ||
| label: Description of feature | ||
| description: Please describe your suggestion for a new feature. It might help to describe a problem or use case, plus any alternatives that you have considered. | ||
| validations: | ||
| required: true |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| name: Check Build | ||
|
|
||
| on: | ||
| push: | ||
| branches: [main] | ||
| pull_request: | ||
| branches: [main] | ||
|
|
||
| concurrency: | ||
| group: ${{ github.workflow }}-${{ github.ref }} | ||
| cancel-in-progress: true | ||
|
|
||
| defaults: | ||
| run: | ||
| # to fail on error in multiline statements (-e), in pipes (-o pipefail), and on unset variables (-u). | ||
| shell: bash -euo pipefail {0} | ||
|
|
||
| jobs: | ||
| package: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| with: | ||
| filter: blob:none | ||
| fetch-depth: 0 | ||
| - name: Install uv | ||
| uses: astral-sh/setup-uv@v5 | ||
| with: | ||
| cache-dependency-glob: pyproject.toml | ||
| - name: Build package | ||
| run: uv build | ||
| - name: Check package | ||
| run: uvx twine check --strict dist/*.whl |
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
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -4,28 +4,31 @@ on: | |||||
| release: | ||||||
| types: [published] | ||||||
|
|
||||||
| defaults: | ||||||
| run: | ||||||
| # to fail on error in multiline statements (-e), in pipes (-o pipefail), and on unset variables (-u). | ||||||
| shell: bash -euo pipefail {0} | ||||||
|
|
||||||
| # Use "trusted publishing", see https://docs.pypi.org/trusted-publishers/ | ||||||
| jobs: | ||||||
| package_and_release: | ||||||
| release: | ||||||
| name: Upload release to PyPI | ||||||
| runs-on: ubuntu-latest | ||||||
| if: startsWith(github.ref, 'refs/tags/v') | ||||||
| environment: | ||||||
| name: pypi | ||||||
| url: https://pypi.org/p/spatialdata_plot | ||||||
| permissions: | ||||||
| id-token: write # IMPORTANT: this permission is mandatory for trusted publishing | ||||||
| steps: | ||||||
| - uses: actions/checkout@v3 | ||||||
| - name: Set up Python 3.12 | ||||||
| uses: actions/setup-python@v5 | ||||||
| - uses: actions/checkout@v4 | ||||||
| with: | ||||||
| python-version: "3.12" | ||||||
| cache: pip | ||||||
| - name: Install build dependencies | ||||||
| run: python -m pip install --upgrade pip wheel twine build | ||||||
| filter: blob:none | ||||||
| fetch-depth: 0 | ||||||
| - name: Install uv | ||||||
| uses: astral-sh/setup-uv@v5 | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| with: | ||||||
| cache-dependency-glob: pyproject.toml | ||||||
| - name: Build package | ||||||
| run: python -m build | ||||||
| - name: Check package | ||||||
| run: twine check --strict dist/*.whl | ||||||
| - name: Install hatch | ||||||
| run: pip install hatch | ||||||
| - name: Build project for distribution | ||||||
| run: hatch build | ||||||
| - name: Publish a Python distribution to PyPI | ||||||
| run: uv build | ||||||
| - name: Publish package distributions to PyPI | ||||||
| uses: pypa/gh-action-pypi-publish@release/v1 | ||||||
| with: | ||||||
| password: ${{ secrets.PYPI_API_TOKEN }} | ||||||
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.