File tree Expand file tree Collapse file tree 6 files changed +24
-18
lines changed Expand file tree Collapse file tree 6 files changed +24
-18
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,4 @@ python:
17
17
18
18
sphinx :
19
19
builder : html
20
+ configuration : docs/conf.py
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.6.0] - 2025-01-21
11
+
12
+ UQTestFuns now includes 75 test functions.
13
+
10
14
### Added
11
15
12
16
- The M-dimensional Rosenbrock function for optimization and metamodeling
@@ -323,6 +327,7 @@ First public release of UQTestFuns.
323
327
- Mirror GitHub action to the [ CASUS organization] ( https://github.com/casus )
324
328
325
329
[ Unreleased ] : https://github.com/damar-wicaksono/uqtestfuns/compare/main...dev
330
+ [ 0.6.0 ] : https://github.com/damar-wicaksono/uqtestfuns/compare/v0.5.0...v0.6.0
326
331
[ 0.5.0 ] : https://github.com/damar-wicaksono/uqtestfuns/compare/v0.4.1...v0.5.0
327
332
[ 0.4.1 ] : https://github.com/damar-wicaksono/uqtestfuns/compare/v0.4.0...v0.4.1
328
333
[ 0.4.0 ] : https://github.com/damar-wicaksono/uqtestfuns/compare/v0.3.0...v0.4.0
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ authors:
18
18
orcid : ' https://orcid.org/0000-0001-9214-8253'
19
19
identifiers :
20
20
- type : doi
21
- value : 10.5281/zenodo.14181563
22
- description : The Zenodo URL of version 0.5 .0 of the package
21
+ value : 10.5281/zenodo.14710452
22
+ description : The Zenodo URL of version 0.6 .0 of the package
23
23
repository-code : ' https://github.com/damar-wicaksono/uqtestfuns'
24
24
url : ' https://uqtestfuns.readthedocs.io/en/latest/'
25
25
repository-artifact : ' https://pypi.org/project/uqtestfuns/'
@@ -42,5 +42,5 @@ keywords:
42
42
- reliability-analysis
43
43
- surrogate-modeling
44
44
license : MIT
45
- version : 0.5 .0
46
- date-released : ' 2024-11-18 '
45
+ version : 0.6 .0
46
+ date-released : ' 2025-01-21 '
Original file line number Diff line number Diff line change 1
1
# UQTestFuns
2
2
[ ![ JOSS] ( https://img.shields.io/badge/JOSS-10.21105/joss.05671-brightgreen?style=flat-square )] ( https://doi.org/10.21105/joss.05671 )
3
- [ ![ DOI] ( http://img.shields.io/badge/DOI-10.5281/zenodo.14181563 -blue.svg?style=flat-square )] ( https://doi.org/10.5281/zenodo.14181563 )
3
+ [ ![ DOI] ( http://img.shields.io/badge/DOI-10.5281/zenodo.14710452 -blue.svg?style=flat-square )] ( https://doi.org/10.5281/zenodo.14710452 )
4
4
[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square )] ( https://github.com/psf/black )
5
5
[ ![ Python 3.7] ( https://img.shields.io/badge/python-3.7-blue.svg?style=flat-square )] ( https://www.python.org/downloads/release/python-370/ )
6
6
[ ![ License] ( https://img.shields.io/github/license/damar-wicaksono/uqtestfuns?style=flat-square )] ( https://choosealicense.com/licenses/mit/ )
@@ -187,15 +187,15 @@ for the version you used at [Zenodo].
187
187
The citation for the current public version is:
188
188
189
189
``` bibtex
190
- @software{UQTestFuns_0_5_0 ,
190
+ @software{UQTestFuns_0_6_0 ,
191
191
author = {Wicaksono, Damar and Hecht, Michael},
192
192
title = {{UQTestFuns: A Python3 Library of Uncertainty Quantification (UQ) Test Functions}},
193
- month = nov ,
194
- year = 2024 ,
193
+ month = jan ,
194
+ year = 2025 ,
195
195
publisher = {Zenodo},
196
- version = {v0.5 .0},
197
- doi = {10.5281/zenodo.14181563 },
198
- url = {https://doi.org/10.5281/zenodo.14181563 }
196
+ version = {v0.6 .0},
197
+ doi = {10.5281/zenodo.14710452 },
198
+ url = {https://doi.org/10.5281/zenodo.14710452 }
199
199
}
200
200
```
201
201
Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ for the version you used at [Zenodo].
25
25
The citation for the current public version is:
26
26
27
27
``` bibtex
28
- @software{UQTestFuns_0_5_0 ,
28
+ @software{UQTestFuns_0_6_0 ,
29
29
author = {Wicaksono, Damar and Hecht, Michael},
30
30
title = {{UQTestFuns: A Python3 Library of Uncertainty Quantification (UQ) Test Functions}},
31
- month = nov ,
32
- year = 2024 ,
31
+ month = jan ,
32
+ year = 2025 ,
33
33
publisher = {Zenodo},
34
- version = {v0.5 .0},
35
- doi = {10.5281/zenodo.14181563 },
36
- url = {https://doi.org/10.5281/zenodo.14181563 }
34
+ version = {v0.6 .0},
35
+ doi = {10.5281/zenodo.14710452 },
36
+ url = {https://doi.org/10.5281/zenodo.14710452 }
37
37
}
38
38
```
39
39
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = uqtestfuns
3
- version = 0.5 .0
3
+ version = 0.6 .0
4
4
url = https://github.com/damar-wicaksono/uqtestfuns
5
5
author = Damar Wicaksono
6
6
author_email = damar.wicaksono@outlook.com
You can’t perform that action at this time.
0 commit comments