Skip to content

Commit

Permalink
Update all supporting files for the new release
Browse files Browse the repository at this point in the history
  • Loading branch information
damar-wicaksono committed Jan 21, 2025
1 parent f5ee9f5 commit 898da24
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 18 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.0] - 2025-01-21

UQTestFuns now includes 75 test functions.

### Added

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

[Unreleased]: https://github.com/damar-wicaksono/uqtestfuns/compare/main...dev
[0.6.0]: https://github.com/damar-wicaksono/uqtestfuns/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/damar-wicaksono/uqtestfuns/compare/v0.4.1...v0.5.0
[0.4.1]: https://github.com/damar-wicaksono/uqtestfuns/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/damar-wicaksono/uqtestfuns/compare/v0.3.0...v0.4.0
Expand Down
8 changes: 4 additions & 4 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ authors:
orcid: 'https://orcid.org/0000-0001-9214-8253'
identifiers:
- type: doi
value: 10.5281/zenodo.14181563
description: The Zenodo URL of version 0.5.0 of the package
value: 10.5281/zenodo.14710452
description: The Zenodo URL of version 0.6.0 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/'
Expand All @@ -42,5 +42,5 @@ keywords:
- reliability-analysis
- surrogate-modeling
license: MIT
version: 0.5.0
date-released: '2024-11-18'
version: 0.6.0
date-released: '2025-01-21'
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# UQTestFuns
[![JOSS](https://img.shields.io/badge/JOSS-10.21105/joss.05671-brightgreen?style=flat-square)](https://doi.org/10.21105/joss.05671)
[![DOI](http://img.shields.io/badge/DOI-10.5281/zenodo.14181563-blue.svg?style=flat-square)](https://doi.org/10.5281/zenodo.14181563)
[![DOI](http://img.shields.io/badge/DOI-10.5281/zenodo.14710452-blue.svg?style=flat-square)](https://doi.org/10.5281/zenodo.14710452)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square)](https://github.com/psf/black)
[![Python 3.7](https://img.shields.io/badge/python-3.7-blue.svg?style=flat-square)](https://www.python.org/downloads/release/python-370/)
[![License](https://img.shields.io/github/license/damar-wicaksono/uqtestfuns?style=flat-square)](https://choosealicense.com/licenses/mit/)
Expand Down Expand Up @@ -187,15 +187,15 @@ for the version you used at [Zenodo].
The citation for the current public version is:

```bibtex
@software{UQTestFuns_0_5_0,
@software{UQTestFuns_0_6_0,
author = {Wicaksono, Damar and Hecht, Michael},
title = {{UQTestFuns: A Python3 Library of Uncertainty Quantification (UQ) Test Functions}},
month = nov,
year = 2024,
month = jan,
year = 2025,
publisher = {Zenodo},
version = {v0.5.0},
doi = {10.5281/zenodo.14181563},
url = {https://doi.org/10.5281/zenodo.14181563}
version = {v0.6.0},
doi = {10.5281/zenodo.14710452},
url = {https://doi.org/10.5281/zenodo.14710452}
}
```

Expand Down
12 changes: 6 additions & 6 deletions docs/getting-started/citing.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ for the version you used at [Zenodo].
The citation for the current public version is:

```bibtex
@software{UQTestFuns_0_5_0,
@software{UQTestFuns_0_6_0,
author = {Wicaksono, Damar and Hecht, Michael},
title = {{UQTestFuns: A Python3 Library of Uncertainty Quantification (UQ) Test Functions}},
month = nov,
year = 2024,
month = jan,
year = 2025,
publisher = {Zenodo},
version = {v0.5.0},
doi = {10.5281/zenodo.14181563},
url = {https://doi.org/10.5281/zenodo.14181563}
version = {v0.6.0},
doi = {10.5281/zenodo.14710452},
url = {https://doi.org/10.5281/zenodo.14710452}
}
```

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = uqtestfuns
version = 0.5.0
version = 0.6.0
url = https://github.com/damar-wicaksono/uqtestfuns
author = Damar Wicaksono
author_email = damar.wicaksono@outlook.com
Expand Down

0 comments on commit 898da24

Please sign in to comment.