Skip to content

Commit

Permalink
Prepare release 2.9.1 (#713)
Browse files Browse the repository at this point in the history
* Bump version to 2.9.1

* Fix notebooks to work with 2.9

Co-authored-by: NatOnera <[email protected]>

---------

Co-authored-by: NatOnera <[email protected]>
  • Loading branch information
relf and NatOnera authored Feb 11, 2025
1 parent 6b0c6c2 commit 5754669
Show file tree
Hide file tree
Showing 22 changed files with 47,144 additions and 39,297 deletions.
2 changes: 1 addition & 1 deletion smt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.9.0"
__version__ = "2.9.1"

__all__ = [
"surrogate_models",
Expand Down
221 changes: 68 additions & 153 deletions tutorial/Kernels/SMT_Kernel_Hale.ipynb

Large diffs are not rendered by default.

128 changes: 36 additions & 92 deletions tutorial/Kernels/SMT_Kernel_tutorial.ipynb

Large diffs are not rendered by default.

91 changes: 50 additions & 41 deletions tutorial/Misc/SMT_CoopCompKRG.ipynb

Large diffs are not rendered by default.

23 changes: 16 additions & 7 deletions tutorial/Misc/SMT_ExpandedLHS.ipynb

Large diffs are not rendered by default.

35 changes: 23 additions & 12 deletions tutorial/Misc/SMT_GP_Sampling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,17 @@
"May 2024 `SMT version 2.5.1`"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "3adb0bba",
"metadata": {},
"outputs": [],
"source": [
"# %pip install smt\n",
"# %pip install plotly"
]
},
{
"cell_type": "markdown",
"id": "08e88bd0",
Expand Down Expand Up @@ -1643,8 +1654,8 @@
-0.0003437496090764104,
-0.00012532341327458233,
-0.000027077092143040433,
-1.0029892598483542e-6,
1.0029892598483542e-6,
-0.0000010029892598483542,
0.0000010029892598483542,
0.000027077092143040433,
0.00012532341327458233,
0.0003437496090764104,
Expand Down Expand Up @@ -15622,8 +15633,8 @@
-0.0003437496090764104,
-0.00012532341327458233,
-0.000027077092143040433,
-1.0029892598483542e-6,
1.0029892598483542e-6,
-0.0000010029892598483542,
0.0000010029892598483542,
0.000027077092143040433,
0.00012532341327458233,
0.0003437496090764104,
Expand Down Expand Up @@ -34746,8 +34757,8 @@
-0.0003437496090764104,
-0.00012532341327458233,
-0.000027077092143040433,
-1.0029892598483542e-6,
1.0029892598483542e-6,
-0.0000010029892598483542,
0.0000010029892598483542,
0.000027077092143040433,
0.00012532341327458233,
0.0003437496090764104,
Expand Down Expand Up @@ -53938,8 +53949,8 @@
-0.0003437496090764104,
-0.00012532341327458233,
-0.000027077092143040433,
-1.0029892598483542e-6,
1.0029892598483542e-6,
-0.0000010029892598483542,
0.0000010029892598483542,
0.000027077092143040433,
0.00012532341327458233,
0.0003437496090764104,
Expand Down Expand Up @@ -73031,8 +73042,8 @@
-0.0003437496090764104,
-0.00012532341327458233,
-0.000027077092143040433,
-1.0029892598483542e-6,
1.0029892598483542e-6,
-0.0000010029892598483542,
0.0000010029892598483542,
0.000027077092143040433,
0.00012532341327458233,
0.0003437496090764104,
Expand Down Expand Up @@ -92124,8 +92135,8 @@
-0.0003437496090764104,
-0.00012532341327458233,
-0.000027077092143040433,
-1.0029892598483542e-6,
1.0029892598483542e-6,
-0.0000010029892598483542,
0.0000010029892598483542,
0.000027077092143040433,
0.00012532341327458233,
0.0003437496090764104,
Expand Down
Loading

0 comments on commit 5754669

Please sign in to comment.