uedgetools 1.3.1__tar.gz → 1.3.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {uedgetools-1.3.1/src/uedgetools.egg-info → uedgetools-1.3.2}/PKG-INFO +3 -3
- {uedgetools-1.3.1 → uedgetools-1.3.2}/README.md +2 -2
- {uedgetools-1.3.1 → uedgetools-1.3.2/src/uedgetools.egg-info}/PKG-INFO +3 -3
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uedgetools.egg-info/SOURCES.txt +2 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeBayesian/Bayesian.py +1 -1
- uedgetools-1.3.2/src/uetools/UeCampaign/Campaign.py +634 -0
- uedgetools-1.3.2/src/uetools/UeCampaign/__init__.py +1 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeCase/Case.py +22 -2
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeCase/Parallel.py +48 -1
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeDashboard/Dashboard.py +1 -1
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeGrid/Grid.py +5 -5
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UePlot/CasePlot.py +64 -4
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UePlot/Plot.py +3 -5
- uedgetools-1.3.2/src/uetools/UePostproc/Postproc.py +576 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeSolver/Solver.py +2 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeUtils/Tracker.py +1 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeUtils/Utilities.py +68 -0
- uedgetools-1.3.2/src/uetools/VERSION +1 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/__init__.py +9 -1
- uedgetools-1.3.1/src/uetools/UePostproc/Postproc.py +0 -246
- uedgetools-1.3.1/src/uetools/VERSION +0 -1
- {uedgetools-1.3.1 → uedgetools-1.3.2}/LICENSE +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/NOTICE.md +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/pyproject.toml +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/setup.cfg +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uedgetools.egg-info/dependency_links.txt +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uedgetools.egg-info/entry_points.txt +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uedgetools.egg-info/requires.txt +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uedgetools.egg-info/top_level.txt +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeBayesian/BayesDemo.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeBayesian/BayesUtility.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeBayesian/__init__.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeCase/Config.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeCase/Input.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeCase/Save.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeCase/__init__.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeCherab/Cherab.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeCherab/README.md +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeCherab/__init__.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeCherab/bolometer_sensitivity.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeCherab/d3d/__init__.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeCherab/d3d/bolometer.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeCherab/d3d/wall.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeCherab/triangulate.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeDEGAS/Coupling.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeDEGAS/__init__.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeDashboard/__init__.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeDashboard/range_slider.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeDatabase/DB_1Dplots.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeDatabase/DB_2Dplots.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeDatabase/Database.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeDatabase/__init__.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeDiagnostics/Diagnostics.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeDiagnostics/__init__.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeDiagnostics/d3d_bolometer_projection.hdf5 +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeGrid/__init__.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UePlot/__init__.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeSolver/SolverStrategy.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeSolver/__init__.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeUtils/ADASclass.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeUtils/AboutSetup.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeUtils/Convert.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeUtils/Interpolate.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeUtils/Lookup.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeUtils/RadTransp.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeUtils/Tools.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeUtils/__init__.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/geometryTest.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/ignore/Track.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/ignore/UeGui/Commands.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/ignore/UeGui/ScrollableNotebook.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/ignore/UeGui/__init__.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/ignore/UeGui/example/README.md +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/ignore/UeGui/example/d3dHsm.h5 +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/ignore/UeGui/example/ehr2.dat +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/ignore/UeGui/example/rd_d3dHsm_in.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/ignore/UeGui/example/run.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/ignore/watch.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/yamls/__init__.py +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/yamls/plots.yaml +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/yamls/requiredvariables.yaml +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/yamls/setup_example.yaml +0 -0
- {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/yamls/standardvariables.yaml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: uedgetools
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.2
|
|
4
4
|
Summary: A utility tool for the UEDGE multi-fluid plasma-edge code
|
|
5
5
|
Author-email: Andreas Holm <holm10@llnl.gov>
|
|
6
6
|
License: GNU LESSER GENERAL PUBLIC LICENSE
|
|
@@ -537,13 +537,13 @@ Requires-Dist: uedge; extra == "uedge"
|
|
|
537
537
|
Dynamic: license-file
|
|
538
538
|
|
|
539
539
|
# UEDGE toolbox (UEtools)
|
|
540
|
-
Version: 1.3.
|
|
540
|
+
Version: 1.3.2rc1
|
|
541
541
|
|
|
542
542
|
## Website (beta)
|
|
543
543
|
http://software.llnl.gov/UETOOLS/
|
|
544
544
|
|
|
545
545
|
## Authors
|
|
546
|
-
Andreas Holm, Ben Dudson, William H. Meyer, Yichen Fu
|
|
546
|
+
Andreas Holm, Ben Dudson, William H. Meyer, Yichen Fu, Jerome Guterl
|
|
547
547
|
|
|
548
548
|
## Release
|
|
549
549
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# UEDGE toolbox (UEtools)
|
|
2
|
-
Version: 1.3.
|
|
2
|
+
Version: 1.3.2rc1
|
|
3
3
|
|
|
4
4
|
## Website (beta)
|
|
5
5
|
http://software.llnl.gov/UETOOLS/
|
|
6
6
|
|
|
7
7
|
## Authors
|
|
8
|
-
Andreas Holm, Ben Dudson, William H. Meyer, Yichen Fu
|
|
8
|
+
Andreas Holm, Ben Dudson, William H. Meyer, Yichen Fu, Jerome Guterl
|
|
9
9
|
|
|
10
10
|
## Release
|
|
11
11
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: uedgetools
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.2
|
|
4
4
|
Summary: A utility tool for the UEDGE multi-fluid plasma-edge code
|
|
5
5
|
Author-email: Andreas Holm <holm10@llnl.gov>
|
|
6
6
|
License: GNU LESSER GENERAL PUBLIC LICENSE
|
|
@@ -537,13 +537,13 @@ Requires-Dist: uedge; extra == "uedge"
|
|
|
537
537
|
Dynamic: license-file
|
|
538
538
|
|
|
539
539
|
# UEDGE toolbox (UEtools)
|
|
540
|
-
Version: 1.3.
|
|
540
|
+
Version: 1.3.2rc1
|
|
541
541
|
|
|
542
542
|
## Website (beta)
|
|
543
543
|
http://software.llnl.gov/UETOOLS/
|
|
544
544
|
|
|
545
545
|
## Authors
|
|
546
|
-
Andreas Holm, Ben Dudson, William H. Meyer, Yichen Fu
|
|
546
|
+
Andreas Holm, Ben Dudson, William H. Meyer, Yichen Fu, Jerome Guterl
|
|
547
547
|
|
|
548
548
|
## Release
|
|
549
549
|
|
|
@@ -15,6 +15,8 @@ src/uetools/UeBayesian/BayesDemo.py
|
|
|
15
15
|
src/uetools/UeBayesian/BayesUtility.py
|
|
16
16
|
src/uetools/UeBayesian/Bayesian.py
|
|
17
17
|
src/uetools/UeBayesian/__init__.py
|
|
18
|
+
src/uetools/UeCampaign/Campaign.py
|
|
19
|
+
src/uetools/UeCampaign/__init__.py
|
|
18
20
|
src/uetools/UeCase/Case.py
|
|
19
21
|
src/uetools/UeCase/Config.py
|
|
20
22
|
src/uetools/UeCase/Input.py
|
|
@@ -27,7 +27,7 @@ from IPython.utils import io
|
|
|
27
27
|
|
|
28
28
|
from bayes_opt import BayesianOptimization
|
|
29
29
|
from bayes_opt.acquisition import ExpectedImprovement, UpperConfidenceBound, ProbabilityOfImprovement, ConstantLiar
|
|
30
|
-
from bayes_opt.
|
|
30
|
+
from bayes_opt.exception import NotUniqueError
|
|
31
31
|
|
|
32
32
|
from sklearn.gaussian_process.kernels import Matern
|
|
33
33
|
from sklearn.gaussian_process import GaussianProcessRegressor
|