-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated template update from cookiecutter-scverse (#61)
* Update sync.yaml * Automated template update from cookiecutter-scverse * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix merge conflicts * Fix merge conflict Co-authored-by: Gregor Sturm <[email protected]> Co-authored-by: grst <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Gregor Sturm <[email protected]>
- Loading branch information
1 parent
008f8ae
commit bab74f1
Showing
13 changed files
with
299 additions
and
33 deletions.
There are no files selected for viewing
This file contains 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 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 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,89 @@ | ||
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 procecure. | ||
* 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: Version information | ||
description: | | ||
Please paste below the output of | ||
```python | ||
import session_info | ||
session_info.show(html=False, dependencies=True) | ||
``` | ||
placeholder: | | ||
----- | ||
anndata 0.8.0rc2.dev27+ge524389 | ||
session_info 1.0.0 | ||
----- | ||
asttokens NA | ||
awkward 1.8.0 | ||
backcall 0.2.0 | ||
cython_runtime NA | ||
dateutil 2.8.2 | ||
debugpy 1.6.0 | ||
decorator 5.1.1 | ||
entrypoints 0.4 | ||
executing 0.8.3 | ||
h5py 3.7.0 | ||
ipykernel 6.15.0 | ||
jedi 0.18.1 | ||
mpl_toolkits NA | ||
natsort 8.1.0 | ||
numpy 1.22.4 | ||
packaging 21.3 | ||
pandas 1.4.2 | ||
parso 0.8.3 | ||
pexpect 4.8.0 | ||
pickleshare 0.7.5 | ||
pkg_resources NA | ||
prompt_toolkit 3.0.29 | ||
psutil 5.9.1 | ||
ptyprocess 0.7.0 | ||
pure_eval 0.2.2 | ||
pydev_ipython NA | ||
pydevconsole NA | ||
pydevd 2.8.0 | ||
pydevd_file_utils NA | ||
pydevd_plugins NA | ||
pydevd_tracing NA | ||
pygments 2.12.0 | ||
pytz 2022.1 | ||
scipy 1.8.1 | ||
setuptools 62.5.0 | ||
setuptools_scm NA | ||
six 1.16.0 | ||
stack_data 0.3.0 | ||
tornado 6.1 | ||
traitlets 5.3.0 | ||
wcwidth 0.2.5 | ||
zmq 23.1.0 | ||
----- | ||
IPython 8.4.0 | ||
jupyter_client 7.3.4 | ||
jupyter_core 4.10.0 | ||
----- | ||
Python 3.9.13 | packaged by conda-forge | (main, May 27 2022, 16:58:50) [GCC 10.3.0] | ||
Linux-5.18.6-arch1-1-x86_64-with-glibc2.35 | ||
----- | ||
Session information updated at 2022-07-07 17:55 |
This file contains 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 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 infercnvpy | ||
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 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 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 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,65 @@ | ||
{{ fullname | escape | underline}} | ||
|
||
.. currentmodule:: {{ module }} | ||
|
||
.. add toctree option to make autodoc generate the pages | ||
.. autoclass:: {{ objname }} | ||
|
||
{% block attributes %} | ||
{% if attributes %} | ||
Attributes table | ||
~~~~~~~~~~~~~~~~~~ | ||
|
||
.. autosummary:: | ||
{% for item in attributes %} | ||
~{{ fullname }}.{{ item }} | ||
{%- endfor %} | ||
{% endif %} | ||
{% endblock %} | ||
|
||
{% block methods %} | ||
{% if methods %} | ||
Methods table | ||
~~~~~~~~~~~~~ | ||
|
||
.. autosummary:: | ||
{% for item in methods %} | ||
{%- if item != '__init__' %} | ||
~{{ fullname }}.{{ item }} | ||
{%- endif -%} | ||
{%- endfor %} | ||
{% endif %} | ||
{% endblock %} | ||
|
||
{% block attributes_documentation %} | ||
{% if attributes %} | ||
Attributes | ||
~~~~~~~~~~~ | ||
|
||
{% for item in attributes %} | ||
{{ item }} | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. autoattribute:: {{ [objname, item] | join(".") }} | ||
{%- endfor %} | ||
|
||
{% endif %} | ||
{% endblock %} | ||
|
||
{% block methods_documentation %} | ||
{% if methods %} | ||
Methods | ||
~~~~~~~ | ||
|
||
{% for item in methods %} | ||
{%- if item != '__init__' %} | ||
{{ item }} | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. automethod:: {{ [objname, item] | join(".") }} | ||
{%- endif -%} | ||
{%- endfor %} | ||
|
||
{% endif %} | ||
{% endblock %} |
This file contains 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
Oops, something went wrong.