-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #312 from damar-wicaksono/dev
Merge the dev branch to the main branch
- Loading branch information
Showing
126 changed files
with
13,041 additions
and
1,668 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: Typesetting draft | ||
on: | ||
push: | ||
branches: | ||
- dev-joss | ||
|
||
jobs: | ||
paper: | ||
runs-on: ubuntu-latest | ||
name: Paper Draft | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
- name: Build draft PDF | ||
uses: openjournals/openjournals-draft-action@master | ||
with: | ||
journal: joss | ||
# This should be the path to the paper within your repo. | ||
paper-path: ./joss/paper.md | ||
- name: Upload | ||
uses: actions/upload-artifact@v1 | ||
with: | ||
name: paper | ||
# This is the output path where Pandoc will write the compiled | ||
# PDF. Note, this should be the same directory as the input | ||
# paper.md | ||
path: ./joss/paper.pdf |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Packaging | ||
name: Testing and packaging | ||
|
||
on: | ||
- push | ||
|
@@ -52,6 +52,8 @@ jobs: | |
toxenv: "py38" | ||
- version: "3.9" | ||
toxenv: "py39" | ||
- version: "3.11" | ||
toxenv: "py311" | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/[email protected] | ||
|
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,42 @@ | ||
# This CITATION.cff file was generated with cffinit. | ||
# Visit https://bit.ly/cffinit to generate yours today! | ||
|
||
cff-version: 1.2.0 | ||
title: UQTestFuns | ||
message: >- | ||
If you use this software, please cite it using the | ||
metadata from this file. | ||
type: software | ||
authors: | ||
- given-names: Damar | ||
family-names: Wicaksono | ||
affiliation: CASUS/HZDR | ||
orcid: 'https://orcid.org/0000-0001-8587-7730' | ||
identifiers: | ||
- type: doi | ||
value: 10.5281/zenodo.10047512 | ||
description: The Zenodo URL of version 0.4.1 of the package | ||
repository-code: 'https://github.com/damar-wicaksono/uqtestfuns' | ||
url: 'https://uqtestfuns.readthedocs.io/en/latest/' | ||
repository-artifact: 'https://pypi.org/project/uqtestfuns/' | ||
abstract: >- | ||
UQTestFuns is an open-source Python3 library of test | ||
functions commonly used within the uncertainty | ||
quantification (UQ) community. The package aims to provide | ||
an implementation with minimal dependencies and a common interface | ||
of many test functions available in the UQ literature, | ||
a single entry point collecting test functions and their probabilistic | ||
input specifications in a single Python package, | ||
and an opportunity for an open-source contribution, | ||
supporting the implementation of new test functions | ||
or posting reference results. | ||
keywords: | ||
- uncertainty-quantification | ||
- test-functions | ||
- sensitivity-analysis | ||
- metamodeling | ||
- reliability-analysis | ||
- surrogate-modeling | ||
license: MIT | ||
version: 0.4.1 | ||
date-released: '2023-10-27' |
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 |
---|---|---|
|
@@ -37,3 +37,4 @@ sphinx: | |
- 'sphinx.ext.autodoc' | ||
- 'sphinx.ext.napoleon' | ||
- 'sphinx.ext.intersphinx' | ||
- 'sphinx_proof' |
Oops, something went wrong.