Skip to content

Commit aa6e4ac

Browse files
Merge pull request #445 from damar-wicaksono/dev-442
Update all supporting files for the new release
2 parents f5ee9f5 + 0eaf07e commit aa6e4ac

File tree

6 files changed

+24
-18
lines changed

6 files changed

+24
-18
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ python:
1717

1818
sphinx:
1919
builder: html
20+
configuration: docs/conf.py

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.0] - 2025-01-21
11+
12+
UQTestFuns now includes 75 test functions.
13+
1014
### Added
1115

1216
- The M-dimensional Rosenbrock function for optimization and metamodeling
@@ -323,6 +327,7 @@ First public release of UQTestFuns.
323327
- Mirror GitHub action to the [CASUS organization](https://github.com/casus)
324328

325329
[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
326331
[0.5.0]: https://github.com/damar-wicaksono/uqtestfuns/compare/v0.4.1...v0.5.0
327332
[0.4.1]: https://github.com/damar-wicaksono/uqtestfuns/compare/v0.4.0...v0.4.1
328333
[0.4.0]: https://github.com/damar-wicaksono/uqtestfuns/compare/v0.3.0...v0.4.0

CITATION.cff

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ authors:
1818
orcid: 'https://orcid.org/0000-0001-9214-8253'
1919
identifiers:
2020
- 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
2323
repository-code: 'https://github.com/damar-wicaksono/uqtestfuns'
2424
url: 'https://uqtestfuns.readthedocs.io/en/latest/'
2525
repository-artifact: 'https://pypi.org/project/uqtestfuns/'
@@ -42,5 +42,5 @@ keywords:
4242
- reliability-analysis
4343
- surrogate-modeling
4444
license: MIT
45-
version: 0.5.0
46-
date-released: '2024-11-18'
45+
version: 0.6.0
46+
date-released: '2025-01-21'

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# UQTestFuns
22
[![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)
44
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square)](https://github.com/psf/black)
55
[![Python 3.7](https://img.shields.io/badge/python-3.7-blue.svg?style=flat-square)](https://www.python.org/downloads/release/python-370/)
66
[![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].
187187
The citation for the current public version is:
188188

189189
```bibtex
190-
@software{UQTestFuns_0_5_0,
190+
@software{UQTestFuns_0_6_0,
191191
author = {Wicaksono, Damar and Hecht, Michael},
192192
title = {{UQTestFuns: A Python3 Library of Uncertainty Quantification (UQ) Test Functions}},
193-
month = nov,
194-
year = 2024,
193+
month = jan,
194+
year = 2025,
195195
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}
199199
}
200200
```
201201

docs/getting-started/citing.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ for the version you used at [Zenodo].
2525
The citation for the current public version is:
2626

2727
```bibtex
28-
@software{UQTestFuns_0_5_0,
28+
@software{UQTestFuns_0_6_0,
2929
author = {Wicaksono, Damar and Hecht, Michael},
3030
title = {{UQTestFuns: A Python3 Library of Uncertainty Quantification (UQ) Test Functions}},
31-
month = nov,
32-
year = 2024,
31+
month = jan,
32+
year = 2025,
3333
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}
3737
}
3838
```
3939

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = uqtestfuns
3-
version = 0.5.0
3+
version = 0.6.0
44
url = https://github.com/damar-wicaksono/uqtestfuns
55
author = Damar Wicaksono
66
author_email = damar.wicaksono@outlook.com

0 commit comments

Comments
 (0)