Skip to content

Commit ab2e8de

Browse files
chore: bump gds-psuu to 0.2.0
New features: composable Metric/Aggregation/KPI, parameter constraints, sensitivity analysis (OAT + Morris), composable objectives, optuna migration.
1 parent a8ff63d commit ab2e8de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/gds-psuu/gds_psuu/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""gds-psuu: Parameter space search under uncertainty for the GDS ecosystem."""
22

3-
__version__ = "0.1.0"
3+
__version__ = "0.2.0"
44

55
from gds_psuu.errors import PsuuError, PsuuSearchError, PsuuValidationError
66
from gds_psuu.evaluation import EvaluationResult, Evaluator

0 commit comments

Comments
 (0)