Skip to content

Commit

Permalink
Bump version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Oct 9, 2024
1 parent 7e4ee05 commit 66d02aa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 19 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,3 @@ pip install otbenchmark

The documentation is available here: https://openturns.github.io/otbenchmark/master/

## TODO-List

* The FORM algorithm does not perform correctly on: RP75, RP111
and Four-branch serial system.
An explanation would be required for this.

* The computeCDF() method does not perform correctly on many problems.
An explanation would be required for this.

3 changes: 2 additions & 1 deletion otbenchmark/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,5 @@
"SensitivityDistribution",
"JanonSensitivityAlgorithm",
]
__version__ = "0.2"

__version__ = "0.2.1"
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "otbenchmark"
version = "0.2"
version = "0.2.1"
dependencies = [
"openturns>=1.23",
"matplotlib>=3",
Expand All @@ -25,10 +25,7 @@ classifiers = [
"Environment :: Console",
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
"Intended Audience :: Science/Research",
"Intended Audience :: Developers",
"Natural Language :: French",
"Programming Language :: Python :: 3",
"Topic :: Software Development",
"Topic :: Scientific/Engineering",
]

Expand Down
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
-----
::
python setup.py install
pip install .
"""
from setuptools import setup, find_packages
Expand All @@ -20,7 +20,7 @@
setup(
name="otbenchmark",
keywords=["OpenTURNS", "benchmark"],
version="0.2",
version="0.2.1",
packages=find_packages(),
install_requires=["numpy<2", "matplotlib", "openturns>=1.23"],
description="Benchmark problems for OpenTURNS",
Expand All @@ -31,10 +31,7 @@
"Environment :: Console",
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
"Intended Audience :: Science/Research",
"Intended Audience :: Developers",
"Natural Language :: French",
"Programming Language :: Python :: 3",
"Topic :: Software Development",
"Topic :: Scientific/Engineering",
],
license="LGPL",
Expand Down

0 comments on commit 66d02aa

Please sign in to comment.