From 7539cdb6d2018bae4f6799908974ba0456f7d4be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 10:14:44 -0800 Subject: [PATCH 1/4] Bump sphinx-toolbox from 3.4.0 to 3.5.0 (#181) Bumps [sphinx-toolbox](https://github.com/sphinx-toolbox/sphinx-toolbox) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/sphinx-toolbox/sphinx-toolbox/releases) - [Changelog](https://github.com/sphinx-toolbox/sphinx-toolbox/blob/master/doc-source/changelog.rst) - [Commits](https://github.com/sphinx-toolbox/sphinx-toolbox/compare/v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: sphinx-toolbox dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Walter Simson --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 28531052..8e006376 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ example = ["gdown==4.7.1"] docs = ["m2r2==0.3.2", "sphinx-copybutton==0.5.2", "sphinx-tabs==3.4.1", - "sphinx-toolbox==3.4.0", + "sphinx-toolbox==3.5.0", "furo==2023.8.19"] [tool.hatch.version] From 8c658d02d9c61d7c84872a8287becf10c792ece3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 10:19:07 -0800 Subject: [PATCH 2/4] Bump furo from 2023.8.19 to 2023.9.10 (#207) Bumps [furo](https://github.com/pradyunsg/furo) from 2023.8.19 to 2023.9.10. - [Release notes](https://github.com/pradyunsg/furo/releases) - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md) - [Commits](https://github.com/pradyunsg/furo/compare/2023.08.19...2023.09.10) --- updated-dependencies: - dependency-name: furo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8e006376..9efbdf00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ docs = ["m2r2==0.3.2", "sphinx-copybutton==0.5.2", "sphinx-tabs==3.4.1", "sphinx-toolbox==3.5.0", - "furo==2023.8.19"] + "furo==2023.9.10"] [tool.hatch.version] path = "kwave/__init__.py" From 7c1a1d126d73b6ca7dd3b5b1d9d21a8e7128fa9f Mon Sep 17 00:00:00 2001 From: Walter Simson Date: Wed, 20 Dec 2023 11:03:21 -0800 Subject: [PATCH 3/4] bump python version for pages test (#234) --- .github/workflows/test_pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_pages.yml b/.github/workflows/test_pages.yml index db72a8b6..a7498a2a 100644 --- a/.github/workflows/test_pages.yml +++ b/.github/workflows/test_pages.yml @@ -7,7 +7,7 @@ jobs: steps: - uses: actions/setup-python@v3 with: - python-version: '3.8' + python-version: '3.9' - uses: actions/checkout@master with: fetch-depth: 0 # otherwise, you will fail to push refs to dest repo From 621ea73e03d61f6c43d76ad5c8e6874f49c99474 Mon Sep 17 00:00:00 2001 From: Walter Simson Date: Wed, 20 Dec 2023 19:00:35 -0800 Subject: [PATCH 4/4] Update issue templates (#230) --- .github/ISSUE_TEMPLATE/bug_report.md | 31 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 1 + .github/ISSUE_TEMPLATE/example.md | 17 +++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 +++++++++++++++ 4 files changed, 69 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/example.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..fba0dd49 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,31 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. Windows/Linux] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..3ba13e0c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/example.md b/.github/ISSUE_TEMPLATE/example.md new file mode 100644 index 00000000..8d93b3eb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/example.md @@ -0,0 +1,17 @@ +--- +name: Example +about: Request an example to help others get started +title: "[Example]" +labels: example +assignees: '' + +--- + +**Describe the example** +What example do you wish was included in k-wave-python? What functionality of principle should it display? + +**Sources** +If applicable, add sources of the example from literature or other projects. + +**Additional context** +Add any other context about the example here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..11fc491e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here.