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.
Files changed (83) hide show
  1. {uedgetools-1.3.1/src/uedgetools.egg-info → uedgetools-1.3.2}/PKG-INFO +3 -3
  2. {uedgetools-1.3.1 → uedgetools-1.3.2}/README.md +2 -2
  3. {uedgetools-1.3.1 → uedgetools-1.3.2/src/uedgetools.egg-info}/PKG-INFO +3 -3
  4. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uedgetools.egg-info/SOURCES.txt +2 -0
  5. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeBayesian/Bayesian.py +1 -1
  6. uedgetools-1.3.2/src/uetools/UeCampaign/Campaign.py +634 -0
  7. uedgetools-1.3.2/src/uetools/UeCampaign/__init__.py +1 -0
  8. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeCase/Case.py +22 -2
  9. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeCase/Parallel.py +48 -1
  10. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeDashboard/Dashboard.py +1 -1
  11. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeGrid/Grid.py +5 -5
  12. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UePlot/CasePlot.py +64 -4
  13. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UePlot/Plot.py +3 -5
  14. uedgetools-1.3.2/src/uetools/UePostproc/Postproc.py +576 -0
  15. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeSolver/Solver.py +2 -0
  16. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeUtils/Tracker.py +1 -0
  17. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeUtils/Utilities.py +68 -0
  18. uedgetools-1.3.2/src/uetools/VERSION +1 -0
  19. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/__init__.py +9 -1
  20. uedgetools-1.3.1/src/uetools/UePostproc/Postproc.py +0 -246
  21. uedgetools-1.3.1/src/uetools/VERSION +0 -1
  22. {uedgetools-1.3.1 → uedgetools-1.3.2}/LICENSE +0 -0
  23. {uedgetools-1.3.1 → uedgetools-1.3.2}/NOTICE.md +0 -0
  24. {uedgetools-1.3.1 → uedgetools-1.3.2}/pyproject.toml +0 -0
  25. {uedgetools-1.3.1 → uedgetools-1.3.2}/setup.cfg +0 -0
  26. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uedgetools.egg-info/dependency_links.txt +0 -0
  27. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uedgetools.egg-info/entry_points.txt +0 -0
  28. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uedgetools.egg-info/requires.txt +0 -0
  29. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uedgetools.egg-info/top_level.txt +0 -0
  30. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeBayesian/BayesDemo.py +0 -0
  31. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeBayesian/BayesUtility.py +0 -0
  32. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeBayesian/__init__.py +0 -0
  33. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeCase/Config.py +0 -0
  34. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeCase/Input.py +0 -0
  35. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeCase/Save.py +0 -0
  36. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeCase/__init__.py +0 -0
  37. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeCherab/Cherab.py +0 -0
  38. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeCherab/README.md +0 -0
  39. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeCherab/__init__.py +0 -0
  40. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeCherab/bolometer_sensitivity.py +0 -0
  41. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeCherab/d3d/__init__.py +0 -0
  42. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeCherab/d3d/bolometer.py +0 -0
  43. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeCherab/d3d/wall.py +0 -0
  44. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeCherab/triangulate.py +0 -0
  45. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeDEGAS/Coupling.py +0 -0
  46. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeDEGAS/__init__.py +0 -0
  47. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeDashboard/__init__.py +0 -0
  48. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeDashboard/range_slider.py +0 -0
  49. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeDatabase/DB_1Dplots.py +0 -0
  50. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeDatabase/DB_2Dplots.py +0 -0
  51. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeDatabase/Database.py +0 -0
  52. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeDatabase/__init__.py +0 -0
  53. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeDiagnostics/Diagnostics.py +0 -0
  54. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeDiagnostics/__init__.py +0 -0
  55. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeDiagnostics/d3d_bolometer_projection.hdf5 +0 -0
  56. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeGrid/__init__.py +0 -0
  57. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UePlot/__init__.py +0 -0
  58. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeSolver/SolverStrategy.py +0 -0
  59. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeSolver/__init__.py +0 -0
  60. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeUtils/ADASclass.py +0 -0
  61. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeUtils/AboutSetup.py +0 -0
  62. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeUtils/Convert.py +0 -0
  63. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeUtils/Interpolate.py +0 -0
  64. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeUtils/Lookup.py +0 -0
  65. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeUtils/RadTransp.py +0 -0
  66. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeUtils/Tools.py +0 -0
  67. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/UeUtils/__init__.py +0 -0
  68. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/geometryTest.py +0 -0
  69. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/ignore/Track.py +0 -0
  70. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/ignore/UeGui/Commands.py +0 -0
  71. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/ignore/UeGui/ScrollableNotebook.py +0 -0
  72. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/ignore/UeGui/__init__.py +0 -0
  73. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/ignore/UeGui/example/README.md +0 -0
  74. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/ignore/UeGui/example/d3dHsm.h5 +0 -0
  75. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/ignore/UeGui/example/ehr2.dat +0 -0
  76. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/ignore/UeGui/example/rd_d3dHsm_in.py +0 -0
  77. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/ignore/UeGui/example/run.py +0 -0
  78. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/ignore/watch.py +0 -0
  79. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/yamls/__init__.py +0 -0
  80. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/yamls/plots.yaml +0 -0
  81. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/yamls/requiredvariables.yaml +0 -0
  82. {uedgetools-1.3.1 → uedgetools-1.3.2}/src/uetools/yamls/setup_example.yaml +0 -0
  83. {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.1
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.0
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.0
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.1
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.0
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.util import NotUniqueError
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