-
Notifications
You must be signed in to change notification settings - Fork 0
v0.0.5 release #14
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
Merged
v0.0.5 release #14
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
cab45b5
Adds CPack to Cmake to package project as .deb file
leoyala 7f57fe5
Adds cuda version and SM compute arch to .deb file name file during p…
leoyala 79bd9d9
Adds CITATION.cff
leoyala 121ee1a
Corrects LICENSE
leoyala 6b6be75
Adds logo and updates README description
leoyala b9b1394
Corrects link to repository in CMakeLists.txt
leoyala d2154d9
Adds GitHub configuration: actions, templates, release drafter.
leoyala 7439744
Adds .cast to gitignore
leoyala 080df72
Adds CLI11 as argument parser
leoyala 0b2a293
Fixes app description in CLI
leoyala c87672c
Adds link to asciicast in README.md
leoyala aa0246d
Updates link to asciicast in README.md
leoyala 7756152
Adds funding information to README.md
leoyala 9b72876
Untracks git LFS files and adds them to regular git tracking mechanism
leoyala 88ca4b9
Adds DOI to CITATION.cff
leoyala a0ef2ef
Adds sudo to commands in build action
leoyala ff200aa
Adds self-hosted runner in build pipeline
leoyala 442b4be
modified pipeline to build docker image instead to avoid runner insta…
leoyala 1b6e02d
Merge pull request #2 from IMSY-DKFZ/1-git-lfs-files-not-available-in…
leoyala ea170cb
Fixes DOI in CITATION.cff
leoyala 5ca6d93
Merge pull request #4 from IMSY-DKFZ/3-doi-in-citation-file
leoyala 067edad
Fixes memory leak on DoOneSimulation where memory was allocated but n…
leoyala d4b7c89
Updates changelog and fixes PULL_REQUEST_TEMPLATE.md
leoyala c10d726
Merge pull request #6 from IMSY-DKFZ/5-cuda-illegal-memory-access
leoyala 40e6add
Updates docker image to accept flags while running and information on…
leoyala 9805348
Merge pull request #13 from IMSY-DKFZ/10-docker-image-wrapper
leoyala 0c3a2b3
Merge branch 'main' into develop
leoyala 2d102ee
Potential fix for code scanning alert no. 2: Workflow does not contai…
leoyala f67d804
Potential fix for code scanning alert no. 1: Workflow does not contai…
leoyala 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +0,0 @@ | ||
| *.txt filter=lfs diff=lfs merge=lfs -text | ||
| *.mci filter=lfs diff=lfs merge=lfs -text | ||
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,39 @@ | ||
| --- | ||
| name: 🐛 Bug report | ||
| about: If something isn't working 🔧 | ||
| title: '' | ||
| labels: bug | ||
| assignees: | ||
| --- | ||
|
|
||
| ## 🐛 Bug Report | ||
|
|
||
| <!-- A clear and concise description of what the bug is. --> | ||
|
|
||
| ## 🔬 How To Reproduce | ||
|
|
||
| Steps to reproduce the behavior: | ||
|
|
||
| 1. ... | ||
|
|
||
| ### Code sample | ||
|
|
||
| <!-- If applicable, attach a minimal code sample to reproduce the decried issue. --> | ||
|
|
||
| ### Environment | ||
|
|
||
| * OS: [e.g. Linux / Windows / macOS] | ||
| * CMake version: [e.g. 3.28.6] | ||
| * Compiler: [e.g. GNU, Clang] | ||
|
|
||
| ### Screenshots | ||
|
|
||
| <!-- If applicable, add screenshots to help explain your problem. --> | ||
|
|
||
| ## 📈 Expected behavior | ||
|
|
||
| <!-- A clear and concise description of what you expected to happen. --> | ||
|
|
||
| ## 📎 Additional context | ||
|
|
||
| <!-- Add any other context about the problem 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,3 @@ | ||
| # Configuration: https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository | ||
|
|
||
| blank_issues_enabled: false |
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,23 @@ | ||
| --- | ||
| name: 🚀 Feature request | ||
| about: Suggest an idea for this project 🏖 | ||
| title: '' | ||
| labels: enhancement | ||
| assignees: | ||
| --- | ||
|
|
||
| ## 🚀 Feature Request | ||
|
|
||
| <!-- A clear and concise description of the feature proposal. --> | ||
|
|
||
| ## 🔈 Motivation | ||
|
|
||
| <!-- Please describe the motivation for this proposal. --> | ||
|
|
||
| ## 🛰 Alternatives | ||
|
|
||
| <!-- 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. --> |
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,27 @@ | ||
| ## Description | ||
|
|
||
| <!-- Add a more detailed description of the changes if needed. --> | ||
|
|
||
| ## Related Issue | ||
|
|
||
| <!-- If your PR refers to a related issue, link it here. --> | ||
|
|
||
| ## Type of Change | ||
|
|
||
| <!-- Mark with an `x` all the checkboxes that apply (like `[x]`) --> | ||
|
|
||
| - [ ] 📚 Examples / docs / tutorials / dependencies update | ||
| - [ ] 🔧 Bug fix (non-breaking change which fixes an issue) | ||
| - [ ] 🥂 Improvement (non-breaking change which improves an existing feature) | ||
| - [ ] 🚀 New feature (non-breaking change which adds functionality) | ||
| - [ ] 💥 Breaking change (fix or feature that would cause existing functionality to change) | ||
| - [ ] 🔐 Security fix | ||
|
|
||
| ## Checklist | ||
|
|
||
| <!-- Mark with an `x` all the checkboxes that apply (like `[x]`) --> | ||
|
|
||
| - [ ] I've read the `CODE_OF_CONDUCT.md` document. | ||
| - [ ] I've updated the code style using the `pre-commit hooks`. | ||
| - [ ] I've written tests for all new methods and classes that I created. | ||
| - [ ] I've written the docstring for all the methods and classes that I used. |
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,31 @@ | ||
| name-template: 'v$RESOLVED_VERSION 🌈' | ||
| tag-template: 'v$RESOLVED_VERSION' | ||
| categories: | ||
| - title: '🚀 Features' | ||
| labels: | ||
| - 'feature' | ||
| - 'enhancement' | ||
| - title: '🐛 Bug Fixes' | ||
| labels: | ||
| - 'fix' | ||
| - 'bugfix' | ||
| - 'bug' | ||
| - title: '🧰 Maintenance' | ||
| label: 'chore' | ||
| change-template: '- $TITLE @$AUTHOR (#$NUMBER)' | ||
| change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. | ||
| version-resolver: | ||
| major: | ||
| labels: | ||
| - 'major' | ||
| minor: | ||
| labels: | ||
| - 'minor' | ||
| patch: | ||
| labels: | ||
| - 'patch' | ||
| default: patch | ||
| template: | | ||
| ## Changes | ||
|
|
||
| $CHANGES |
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,17 @@ | ||
| # Number of days of inactivity before an issue becomes stale | ||
| daysUntilStale: 60 | ||
| # Number of days of inactivity before a stale issue is closed | ||
| daysUntilClose: 7 | ||
| # Issues with these labels will never be considered stale | ||
| exemptLabels: | ||
| - pinned | ||
| - security | ||
| # Label to use when marking an issue as stale | ||
| staleLabel: wontfix | ||
| # Comment to post when marking an issue as stale. Set to `false` to disable | ||
| markComment: > | ||
| This issue has been automatically marked as stale because it has not had | ||
| recent activity. It will be closed if no further activity occurs. Thank you | ||
| for your contributions. | ||
| # Comment to post when closing a stale issue. Set to `false` to disable | ||
| closeComment: false |
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,26 @@ | ||
| name: Build, Test & Install | ||
|
|
||
| permissions: | ||
| contents: read | ||
|
|
||
| on: | ||
| push: | ||
| branches: | ||
| - main | ||
| - develop | ||
| pull_request: | ||
| types: [opened, reopened, synchronize] | ||
|
|
||
| jobs: | ||
| build: | ||
| strategy: | ||
| matrix: | ||
| os: [self-hosted] | ||
| runs-on: ${{ matrix.os }} | ||
|
|
||
| steps: | ||
| - name: Checkout project | ||
| uses: actions/checkout@v4.1.7 | ||
| - name: Build & install | ||
| run: | | ||
| docker build -t mcml:github . | ||
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,21 @@ | ||
| name: Greetings | ||
|
|
||
| on: [pull_request, issues] | ||
|
|
||
| permissions: | ||
| contents: read | ||
| issues: write | ||
| pull-requests: write | ||
|
|
||
| jobs: | ||
| greeting: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/first-interaction@v1 | ||
| with: | ||
| repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
| pr-message: 'Hello @${{ github.actor }}, thank you for submitting a PR! We will respond as soon as possible.' | ||
| issue-message: | | ||
| Hello @${{ github.actor }}, thank you for your interest in our work! | ||
|
|
||
| If this is a bug report, please provide screenshots and **minimum viable code to reproduce your issue**, otherwise we can not help you. | ||
|
||
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,41 @@ | ||
| name: Release Drafter | ||
|
|
||
| on: | ||
| push: | ||
| # branches to consider in the event; optional, defaults to all | ||
| branches: | ||
| - main | ||
| # pull_request event is required only for autolabeler | ||
| pull_request: | ||
| # Only following types are handled by the action, but one can default to all as well | ||
| types: [opened, reopened, synchronize] | ||
| # pull_request_target event is required for autolabeler to support PRs from forks | ||
| # pull_request_target: | ||
| # types: [opened, reopened, synchronize] | ||
|
|
||
| permissions: | ||
| contents: read | ||
|
|
||
| jobs: | ||
| update_release_draft: | ||
| permissions: | ||
| # write permission is required to create a github release | ||
| contents: write | ||
| # write permission is required for autolabeler | ||
| # otherwise, read permission is required at least | ||
| pull-requests: write | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| # (Optional) GitHub Enterprise requires GHE_HOST variable set | ||
| #- name: Set GHE_HOST | ||
| # run: | | ||
| # echo "GHE_HOST=${GITHUB_SERVER_URL##https:\/\/}" >> $GITHUB_ENV | ||
|
|
||
| # Drafts your next Release notes as Pull Requests are merged into "master" | ||
| - uses: release-drafter/release-drafter@v6 | ||
| # (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml | ||
| # with: | ||
| # config-name: my-config.yml | ||
| # disable-autolabeler: true | ||
| env: | ||
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
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 |
|---|---|---|
|
|
@@ -11,3 +11,4 @@ | |
| cutil-linux | ||
| executable | ||
| *build* | ||
| *.cast | ||
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,13 @@ | ||
| cff-version: 1.2.0 | ||
| message: "If you use this software, please cite it as below." | ||
| authors: | ||
| - family-names: "Ayala" | ||
| given-names: "Leonardo" | ||
| orcid: "https://orcid.org/0000-0002-3574-2085" | ||
| - family-names: "Maier-Hein" | ||
| given-names: "Lena" | ||
| orcid: "https://orcid.org/0000-0003-4910-9368" | ||
| title: "mcmlgpu" | ||
| version: 0.0.4 | ||
| url: "https://github.com/IMSY-DKFZ/mcmlgpu" | ||
| doi: 10.5281/zenodo.13304909 |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.