diff --git a/README.md b/README.md index 97d1a57..f3dab23 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Overview -The Python Toolkit for Uncertainty Quantification (PyTUQ) is a Python-only collection of libraries and tools designed for quantifying uncertainty in computational models. PyTUQ offers a range of UQ functionalities, including Bayesian inference and linear regression methods, polynomial chaos expansions, and global sensitivity analysis methods. PyTUQ features advanced techniques for dimensionality reduction, such as SVD and Karhunen-Loeve expansions, along with various MCMC methods for calibration and inference. The toolkit also includes robust classes for multivariate random variables and integration techniques, making it a versatile resource for researchers and practitioners seeking to quantify uncertainty in their numerical predictions. +The Python Toolkit for Uncertainty Quantification (PyTUQ) is a Python-only collection of libraries and tools designed for quantifying uncertainty in computational models. PyTUQ offers a range of UQ functionalities, including Bayesian inference and linear regression methods, polynomial chaos expansions, and global sensitivity analysis methods. PyTUQ features advanced techniques for dimensionality reduction, such as SVD and Karhunen-Loeve expansions, along with various MCMC methods for calibration and inference. The toolkit also includes robust classes for multivariate random variables and integration techniques, making it a versatile resource for researchers and practitioners seeking to quantify uncertainty in their numerical predictions. To explore the PyTUQ documentation and learn more, visit our website [here](https://sandialabs.github.io/pytuq/). ## Dependencies PyTUQ requires: diff --git a/docs/conf.py b/docs/conf.py index 224f961..1e2aeb5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,7 +29,7 @@ except Exception: import traceback traceback.print_exc() - version = release = "0.1.0" + version = release = "1.0.0" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/docs/index.rst b/docs/index.rst index f92fd52..6639b67 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -9,7 +9,7 @@ PyTUQ Documentation .. _PyTUQ: https://github.com/sandialabs/pytuq -**Date**: |today| **Version**: |version| +**Last Updated**: |today| **Version**: |version| Hello, :ref:`PyTUQ ` is a Python-only toolkit for uncertainty quantification in computational models. To explore the modules offered by PyTUQ, use the navigation panel on the left or below. diff --git a/pyproject.toml b/pyproject.toml index 189d3be..463aa5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pytuq" -version = "0.1.0" +version = "1.0.0" description = "Python-only set of tools for uncertainty quantification." authors = [ {name = "Khachik Sargsyan"},