westpa 2022.6__tar.gz → 2022.8__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.

Potentially problematic release.


This version of westpa might be problematic. Click here for more details.

Files changed (173) hide show
  1. {westpa-2022.6/src/westpa.egg-info → westpa-2022.8}/PKG-INFO +6 -6
  2. {westpa-2022.6 → westpa-2022.8}/README.rst +2 -2
  3. {westpa-2022.6 → westpa-2022.8}/pyproject.toml +6 -5
  4. {westpa-2022.6 → westpa-2022.8}/setup.py +3 -3
  5. {westpa-2022.6 → westpa-2022.8}/src/westpa/__init__.py +0 -4
  6. {westpa-2022.6 → westpa-2022.8}/src/westpa/_version.py +3 -3
  7. {westpa-2022.6 → westpa-2022.8}/src/westpa/cli/tools/w_multi_west.py +15 -10
  8. {westpa-2022.6 → westpa-2022.8}/src/westpa/core/binning/_assign.c +413 -330
  9. {westpa-2022.6 → westpa-2022.8}/src/westpa/core/binning/assign.py +3 -1
  10. {westpa-2022.6 → westpa-2022.8}/src/westpa/core/kinetics/_kinetics.c +440 -341
  11. {westpa-2022.6 → westpa-2022.8}/src/westpa/core/propagators/executable.py +29 -18
  12. {westpa-2022.6 → westpa-2022.8}/src/westpa/core/reweight/_reweight.c +429 -346
  13. {westpa-2022.6 → westpa-2022.8}/src/westpa/core/states.py +32 -3
  14. {westpa-2022.6 → westpa-2022.8}/src/westpa/core/trajectory.py +1 -0
  15. {westpa-2022.6 → westpa-2022.8}/src/westpa/core/yamlcfg.py +1 -0
  16. {westpa-2022.6 → westpa-2022.8}/src/westpa/fasthist/_fasthist.c +489 -392
  17. {westpa-2022.6 → westpa-2022.8}/src/westpa/mclib/_mclib.c +403 -321
  18. {westpa-2022.6 → westpa-2022.8}/src/westpa/oldtools/aframe/data_reader.py +1 -1
  19. {westpa-2022.6 → westpa-2022.8}/src/westpa/tools/__init__.py +1 -0
  20. {westpa-2022.6 → westpa-2022.8}/src/westpa/trajtree/_trajtree.c +433 -336
  21. {westpa-2022.6 → westpa-2022.8}/src/westpa/work_managers/environment.py +0 -1
  22. {westpa-2022.6 → westpa-2022.8}/src/westpa/work_managers/zeromq/node.py +0 -1
  23. {westpa-2022.6 → westpa-2022.8/src/westpa.egg-info}/PKG-INFO +6 -6
  24. {westpa-2022.6 → westpa-2022.8}/src/westpa.egg-info/SOURCES.txt +1 -0
  25. {westpa-2022.6 → westpa-2022.8}/src/westpa.egg-info/requires.txt +1 -6
  26. westpa-2022.8/tests/test_states.py +66 -0
  27. {westpa-2022.6 → westpa-2022.8}/tests/test_yamlfe.py +5 -0
  28. {westpa-2022.6 → westpa-2022.8}/AUTHORS +0 -0
  29. {westpa-2022.6 → westpa-2022.8}/LICENSE +0 -0
  30. {westpa-2022.6 → westpa-2022.8}/MANIFEST.in +0 -0
  31. {westpa-2022.6 → westpa-2022.8}/setup.cfg +0 -0
  32. {westpa-2022.6 → westpa-2022.8}/src/westpa/analysis/__init__.py +0 -0
  33. {westpa-2022.6 → westpa-2022.8}/src/westpa/analysis/core.py +0 -0
  34. {westpa-2022.6 → westpa-2022.8}/src/westpa/analysis/statistics.py +0 -0
  35. {westpa-2022.6 → westpa-2022.8}/src/westpa/analysis/trajectories.py +0 -0
  36. {westpa-2022.6 → westpa-2022.8}/src/westpa/cli/__init__.py +0 -0
  37. {westpa-2022.6 → westpa-2022.8}/src/westpa/cli/core/__init__.py +0 -0
  38. {westpa-2022.6 → westpa-2022.8}/src/westpa/cli/core/w_fork.py +0 -0
  39. {westpa-2022.6 → westpa-2022.8}/src/westpa/cli/core/w_init.py +0 -0
  40. {westpa-2022.6 → westpa-2022.8}/src/westpa/cli/core/w_run.py +0 -0
  41. {westpa-2022.6 → westpa-2022.8}/src/westpa/cli/core/w_states.py +0 -0
  42. {westpa-2022.6 → westpa-2022.8}/src/westpa/cli/core/w_succ.py +0 -0
  43. {westpa-2022.6 → westpa-2022.8}/src/westpa/cli/core/w_truncate.py +0 -0
  44. {westpa-2022.6 → westpa-2022.8}/src/westpa/cli/tools/__init__.py +0 -0
  45. {westpa-2022.6 → westpa-2022.8}/src/westpa/cli/tools/ploterr.py +0 -0
  46. {westpa-2022.6 → westpa-2022.8}/src/westpa/cli/tools/plothist.py +0 -0
  47. {westpa-2022.6 → westpa-2022.8}/src/westpa/cli/tools/w_assign.py +0 -0
  48. {westpa-2022.6 → westpa-2022.8}/src/westpa/cli/tools/w_bins.py +0 -0
  49. {westpa-2022.6 → westpa-2022.8}/src/westpa/cli/tools/w_crawl.py +0 -0
  50. {westpa-2022.6 → westpa-2022.8}/src/westpa/cli/tools/w_direct.py +0 -0
  51. {westpa-2022.6 → westpa-2022.8}/src/westpa/cli/tools/w_dumpsegs.py +0 -0
  52. {westpa-2022.6 → westpa-2022.8}/src/westpa/cli/tools/w_eddist.py +0 -0
  53. {westpa-2022.6 → westpa-2022.8}/src/westpa/cli/tools/w_fluxanl.py +0 -0
  54. {westpa-2022.6 → westpa-2022.8}/src/westpa/cli/tools/w_ipa.py +0 -0
  55. {westpa-2022.6 → westpa-2022.8}/src/westpa/cli/tools/w_kinavg.py +0 -0
  56. {westpa-2022.6 → westpa-2022.8}/src/westpa/cli/tools/w_kinetics.py +0 -0
  57. {westpa-2022.6 → westpa-2022.8}/src/westpa/cli/tools/w_ntop.py +0 -0
  58. {westpa-2022.6 → westpa-2022.8}/src/westpa/cli/tools/w_pdist.py +0 -0
  59. {westpa-2022.6 → westpa-2022.8}/src/westpa/cli/tools/w_postanalysis_matrix.py +0 -0
  60. {westpa-2022.6 → westpa-2022.8}/src/westpa/cli/tools/w_postanalysis_reweight.py +0 -0
  61. {westpa-2022.6 → westpa-2022.8}/src/westpa/cli/tools/w_red.py +0 -0
  62. {westpa-2022.6 → westpa-2022.8}/src/westpa/cli/tools/w_reweight.py +0 -0
  63. {westpa-2022.6 → westpa-2022.8}/src/westpa/cli/tools/w_select.py +0 -0
  64. {westpa-2022.6 → westpa-2022.8}/src/westpa/cli/tools/w_stateprobs.py +0 -0
  65. {westpa-2022.6 → westpa-2022.8}/src/westpa/cli/tools/w_trace.py +0 -0
  66. {westpa-2022.6 → westpa-2022.8}/src/westpa/core/__init__.py +0 -0
  67. {westpa-2022.6 → westpa-2022.8}/src/westpa/core/_rc.py +0 -0
  68. {westpa-2022.6 → westpa-2022.8}/src/westpa/core/binning/__init__.py +0 -0
  69. {westpa-2022.6 → westpa-2022.8}/src/westpa/core/binning/_assign.pyx +0 -0
  70. {westpa-2022.6 → westpa-2022.8}/src/westpa/core/binning/binless.py +0 -0
  71. {westpa-2022.6 → westpa-2022.8}/src/westpa/core/binning/binless_driver.py +0 -0
  72. {westpa-2022.6 → westpa-2022.8}/src/westpa/core/binning/binless_manager.py +0 -0
  73. {westpa-2022.6 → westpa-2022.8}/src/westpa/core/binning/bins.py +0 -0
  74. {westpa-2022.6 → westpa-2022.8}/src/westpa/core/binning/mab.py +0 -0
  75. {westpa-2022.6 → westpa-2022.8}/src/westpa/core/binning/mab_driver.py +0 -0
  76. {westpa-2022.6 → westpa-2022.8}/src/westpa/core/binning/mab_manager.py +0 -0
  77. {westpa-2022.6 → westpa-2022.8}/src/westpa/core/data_manager.py +0 -0
  78. {westpa-2022.6 → westpa-2022.8}/src/westpa/core/extloader.py +0 -0
  79. {westpa-2022.6 → westpa-2022.8}/src/westpa/core/h5io.py +0 -0
  80. {westpa-2022.6 → westpa-2022.8}/src/westpa/core/kinetics/__init__.py +0 -0
  81. {westpa-2022.6 → westpa-2022.8}/src/westpa/core/kinetics/_kinetics.pyx +0 -0
  82. {westpa-2022.6 → westpa-2022.8}/src/westpa/core/kinetics/events.py +0 -0
  83. {westpa-2022.6 → westpa-2022.8}/src/westpa/core/kinetics/matrates.py +0 -0
  84. {westpa-2022.6 → westpa-2022.8}/src/westpa/core/kinetics/rate_averaging.py +0 -0
  85. {westpa-2022.6 → westpa-2022.8}/src/westpa/core/progress.py +0 -0
  86. {westpa-2022.6 → westpa-2022.8}/src/westpa/core/propagators/__init__.py +0 -0
  87. {westpa-2022.6 → westpa-2022.8}/src/westpa/core/reweight/__init__.py +0 -0
  88. {westpa-2022.6 → westpa-2022.8}/src/westpa/core/reweight/_reweight.pyx +0 -0
  89. {westpa-2022.6 → westpa-2022.8}/src/westpa/core/reweight/matrix.py +0 -0
  90. {westpa-2022.6 → westpa-2022.8}/src/westpa/core/segment.py +0 -0
  91. {westpa-2022.6 → westpa-2022.8}/src/westpa/core/sim_manager.py +0 -0
  92. {westpa-2022.6 → westpa-2022.8}/src/westpa/core/systems.py +0 -0
  93. {westpa-2022.6 → westpa-2022.8}/src/westpa/core/textio.py +0 -0
  94. {westpa-2022.6 → westpa-2022.8}/src/westpa/core/we_driver.py +0 -0
  95. {westpa-2022.6 → westpa-2022.8}/src/westpa/core/wm_ops.py +0 -0
  96. {westpa-2022.6 → westpa-2022.8}/src/westpa/fasthist/__init__.py +0 -0
  97. {westpa-2022.6 → westpa-2022.8}/src/westpa/fasthist/__main__.py +0 -0
  98. {westpa-2022.6 → westpa-2022.8}/src/westpa/fasthist/_fasthist.pyx +0 -0
  99. {westpa-2022.6 → westpa-2022.8}/src/westpa/mclib/__init__.py +0 -0
  100. {westpa-2022.6 → westpa-2022.8}/src/westpa/mclib/__main__.py +0 -0
  101. {westpa-2022.6 → westpa-2022.8}/src/westpa/mclib/_mclib.pyx +0 -0
  102. {westpa-2022.6 → westpa-2022.8}/src/westpa/oldtools/__init__.py +0 -0
  103. {westpa-2022.6 → westpa-2022.8}/src/westpa/oldtools/aframe/__init__.py +0 -0
  104. {westpa-2022.6 → westpa-2022.8}/src/westpa/oldtools/aframe/atool.py +0 -0
  105. {westpa-2022.6 → westpa-2022.8}/src/westpa/oldtools/aframe/base_mixin.py +0 -0
  106. {westpa-2022.6 → westpa-2022.8}/src/westpa/oldtools/aframe/binning.py +0 -0
  107. {westpa-2022.6 → westpa-2022.8}/src/westpa/oldtools/aframe/iter_range.py +0 -0
  108. {westpa-2022.6 → westpa-2022.8}/src/westpa/oldtools/aframe/kinetics.py +0 -0
  109. {westpa-2022.6 → westpa-2022.8}/src/westpa/oldtools/aframe/mcbs.py +0 -0
  110. {westpa-2022.6 → westpa-2022.8}/src/westpa/oldtools/aframe/output.py +0 -0
  111. {westpa-2022.6 → westpa-2022.8}/src/westpa/oldtools/aframe/plotting.py +0 -0
  112. {westpa-2022.6 → westpa-2022.8}/src/westpa/oldtools/aframe/trajwalker.py +0 -0
  113. {westpa-2022.6 → westpa-2022.8}/src/westpa/oldtools/aframe/transitions.py +0 -0
  114. {westpa-2022.6 → westpa-2022.8}/src/westpa/oldtools/cmds/__init__.py +0 -0
  115. {westpa-2022.6 → westpa-2022.8}/src/westpa/oldtools/cmds/w_ttimes.py +0 -0
  116. {westpa-2022.6 → westpa-2022.8}/src/westpa/oldtools/files.py +0 -0
  117. {westpa-2022.6 → westpa-2022.8}/src/westpa/oldtools/miscfn.py +0 -0
  118. {westpa-2022.6 → westpa-2022.8}/src/westpa/oldtools/stats/__init__.py +0 -0
  119. {westpa-2022.6 → westpa-2022.8}/src/westpa/oldtools/stats/accumulator.py +0 -0
  120. {westpa-2022.6 → westpa-2022.8}/src/westpa/oldtools/stats/edfs.py +0 -0
  121. {westpa-2022.6 → westpa-2022.8}/src/westpa/oldtools/stats/mcbs.py +0 -0
  122. {westpa-2022.6 → westpa-2022.8}/src/westpa/tools/binning.py +0 -0
  123. {westpa-2022.6 → westpa-2022.8}/src/westpa/tools/core.py +0 -0
  124. {westpa-2022.6 → westpa-2022.8}/src/westpa/tools/data_reader.py +0 -0
  125. {westpa-2022.6 → westpa-2022.8}/src/westpa/tools/dtypes.py +0 -0
  126. {westpa-2022.6 → westpa-2022.8}/src/westpa/tools/iter_range.py +0 -0
  127. {westpa-2022.6 → westpa-2022.8}/src/westpa/tools/kinetics_tool.py +0 -0
  128. {westpa-2022.6 → westpa-2022.8}/src/westpa/tools/plot.py +0 -0
  129. {westpa-2022.6 → westpa-2022.8}/src/westpa/tools/progress.py +0 -0
  130. {westpa-2022.6 → westpa-2022.8}/src/westpa/tools/selected_segs.py +0 -0
  131. {westpa-2022.6 → westpa-2022.8}/src/westpa/tools/wipi.py +0 -0
  132. {westpa-2022.6 → westpa-2022.8}/src/westpa/trajtree/__init__.py +0 -0
  133. {westpa-2022.6 → westpa-2022.8}/src/westpa/trajtree/_trajtree.pyx +0 -0
  134. {westpa-2022.6 → westpa-2022.8}/src/westpa/trajtree/trajtree.py +0 -0
  135. {westpa-2022.6 → westpa-2022.8}/src/westpa/westext/__init__.py +0 -0
  136. {westpa-2022.6 → westpa-2022.8}/src/westpa/westext/adaptvoronoi/__init__.py +0 -0
  137. {westpa-2022.6 → westpa-2022.8}/src/westpa/westext/adaptvoronoi/adaptVor_driver.py +0 -0
  138. {westpa-2022.6 → westpa-2022.8}/src/westpa/westext/hamsm_restarting/__init__.py +0 -0
  139. {westpa-2022.6 → westpa-2022.8}/src/westpa/westext/hamsm_restarting/example_overrides.py +0 -0
  140. {westpa-2022.6 → westpa-2022.8}/src/westpa/westext/hamsm_restarting/restart_driver.py +0 -0
  141. {westpa-2022.6 → westpa-2022.8}/src/westpa/westext/stringmethod/__init__.py +0 -0
  142. {westpa-2022.6 → westpa-2022.8}/src/westpa/westext/stringmethod/fourier_fitting.py +0 -0
  143. {westpa-2022.6 → westpa-2022.8}/src/westpa/westext/stringmethod/string_driver.py +0 -0
  144. {westpa-2022.6 → westpa-2022.8}/src/westpa/westext/stringmethod/string_method.py +0 -0
  145. {westpa-2022.6 → westpa-2022.8}/src/westpa/westext/weed/BinCluster.py +0 -0
  146. {westpa-2022.6 → westpa-2022.8}/src/westpa/westext/weed/ProbAdjustEquil.py +0 -0
  147. {westpa-2022.6 → westpa-2022.8}/src/westpa/westext/weed/UncertMath.py +0 -0
  148. {westpa-2022.6 → westpa-2022.8}/src/westpa/westext/weed/__init__.py +0 -0
  149. {westpa-2022.6 → westpa-2022.8}/src/westpa/westext/weed/weed_driver.py +0 -0
  150. {westpa-2022.6 → westpa-2022.8}/src/westpa/westext/wess/ProbAdjust.py +0 -0
  151. {westpa-2022.6 → westpa-2022.8}/src/westpa/westext/wess/__init__.py +0 -0
  152. {westpa-2022.6 → westpa-2022.8}/src/westpa/westext/wess/wess_driver.py +0 -0
  153. {westpa-2022.6 → westpa-2022.8}/src/westpa/work_managers/__init__.py +0 -0
  154. {westpa-2022.6 → westpa-2022.8}/src/westpa/work_managers/core.py +0 -0
  155. {westpa-2022.6 → westpa-2022.8}/src/westpa/work_managers/mpi.py +0 -0
  156. {westpa-2022.6 → westpa-2022.8}/src/westpa/work_managers/processes.py +0 -0
  157. {westpa-2022.6 → westpa-2022.8}/src/westpa/work_managers/serial.py +0 -0
  158. {westpa-2022.6 → westpa-2022.8}/src/westpa/work_managers/threads.py +0 -0
  159. {westpa-2022.6 → westpa-2022.8}/src/westpa/work_managers/zeromq/__init__.py +0 -0
  160. {westpa-2022.6 → westpa-2022.8}/src/westpa/work_managers/zeromq/core.py +0 -0
  161. {westpa-2022.6 → westpa-2022.8}/src/westpa/work_managers/zeromq/work_manager.py +0 -0
  162. {westpa-2022.6 → westpa-2022.8}/src/westpa/work_managers/zeromq/worker.py +0 -0
  163. {westpa-2022.6 → westpa-2022.8}/src/westpa.egg-info/dependency_links.txt +0 -0
  164. {westpa-2022.6 → westpa-2022.8}/src/westpa.egg-info/entry_points.txt +0 -0
  165. {westpa-2022.6 → westpa-2022.8}/src/westpa.egg-info/not-zip-safe +0 -0
  166. {westpa-2022.6 → westpa-2022.8}/src/westpa.egg-info/top_level.txt +0 -0
  167. {westpa-2022.6 → westpa-2022.8}/tests/test_binning.py +0 -0
  168. {westpa-2022.6 → westpa-2022.8}/tests/test_data_manager.py +0 -0
  169. {westpa-2022.6 → westpa-2022.8}/tests/test_kinetics.py +0 -0
  170. {westpa-2022.6 → westpa-2022.8}/tests/test_loaders.py +0 -0
  171. {westpa-2022.6 → westpa-2022.8}/tests/test_sim_manager.py +0 -0
  172. {westpa-2022.6 → westpa-2022.8}/tests/test_we_driver.py +0 -0
  173. {westpa-2022.6 → westpa-2022.8}/versioneer.py +0 -0
@@ -1,6 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: westpa
3
- Version: 2022.6
3
+ Version: 2022.8
4
+ Summary: WESTPA is a package for constructing and running stochastic simulations using the "weighted ensemble" approach of Huber and Kim (1996).
4
5
  Home-page: http://github.com/westpa/westpa
5
6
  License: MIT
6
7
  Classifier: Development Status :: 5 - Production/Stable
@@ -14,7 +15,7 @@ Classifier: Programming Language :: Cython
14
15
  Requires-Python: >=3.6
15
16
  License-File: LICENSE
16
17
  License-File: AUTHORS
17
- Requires-Dist: numpy>=1.16.0
18
+ Requires-Dist: numpy<2,>=1.16.0
18
19
  Requires-Dist: scipy>=0.19.1
19
20
  Requires-Dist: h5py>=2.10
20
21
  Requires-Dist: mdtraj>=1.9.5
@@ -25,8 +26,7 @@ Requires-Dist: blessings
25
26
  Requires-Dist: ipykernel
26
27
  Requires-Dist: tqdm
27
28
  Requires-Dist: pandas
28
- Requires-Dist: tables<3.9; python_version < "3.9"
29
- Requires-Dist: tables; python_version >= "3.9"
29
+ Requires-Dist: tables
30
30
  Provides-Extra: tests
31
31
  Requires-Dist: pytest; extra == "tests"
32
32
  Requires-Dist: pytest-cov; extra == "tests"
@@ -49,7 +49,7 @@ WESTPA 2.0
49
49
 
50
50
  |docs| |usersgroup| |develgroup|
51
51
 
52
- .. |ghactions| image:: https://github.com/westpa/westpa/actions/workflows/test.yaml/badge.svg?branch=westpa-2.0-restruct
52
+ .. |ghactions| image:: https://github.com/westpa/westpa/actions/workflows/test.yaml/badge.svg?branch=westpa2
53
53
  :target: https://github.com/westpa/westpa/actions/workflows/test.yaml
54
54
  :alt: GitHub Actions
55
55
 
@@ -143,7 +143,7 @@ To install from source (**not recommended**), start by downloading the correspon
143
143
 
144
144
  .. _`releases page`: https://github.com/westpa/westpa/releases
145
145
  .. _`Anaconda Python distribution`: https://www.anaconda.com/products/individual
146
- .. _`wiki`: https://github.com/westpa/westpa/wiki/WESTPA-Quick-Install
146
+ .. _`wiki`: https://github.com/westpa/westpa/wiki/Installing-WESTPA
147
147
 
148
148
  ---------------
149
149
  Getting started
@@ -6,7 +6,7 @@ WESTPA 2.0
6
6
 
7
7
  |docs| |usersgroup| |develgroup|
8
8
 
9
- .. |ghactions| image:: https://github.com/westpa/westpa/actions/workflows/test.yaml/badge.svg?branch=westpa-2.0-restruct
9
+ .. |ghactions| image:: https://github.com/westpa/westpa/actions/workflows/test.yaml/badge.svg?branch=westpa2
10
10
  :target: https://github.com/westpa/westpa/actions/workflows/test.yaml
11
11
  :alt: GitHub Actions
12
12
 
@@ -100,7 +100,7 @@ To install from source (**not recommended**), start by downloading the correspon
100
100
 
101
101
  .. _`releases page`: https://github.com/westpa/westpa/releases
102
102
  .. _`Anaconda Python distribution`: https://www.anaconda.com/products/individual
103
- .. _`wiki`: https://github.com/westpa/westpa/wiki/WESTPA-Quick-Install
103
+ .. _`wiki`: https://github.com/westpa/westpa/wiki/Installing-WESTPA
104
104
 
105
105
  ---------------
106
106
  Getting started
@@ -3,12 +3,13 @@ build-backend = 'setuptools.build_meta:__legacy__'
3
3
  # Minimum requirements for the build system to execute.
4
4
  # See current numpy pinning in https://github.com/scipy/oldest-supported-numpy
5
5
  requires = [
6
- "setuptools>=40.8.0",
6
+ "setuptools >=40.8.0",
7
7
  "wheel",
8
- "Cython>=0.29.16; python_version >='3.10'", # Note: sync with setup.py
9
- "Cython<3.0.3, >=0.29.16; python_version < '3.10'",
10
- "oldest-supported-numpy",
11
- "scipy>=0.19.1",
8
+ "Cython >=0.29.16; python_version >='3.10'", # Note: sync with setup.py
9
+ "Cython <3.0.3, >=0.29.16; python_version <'3.10'",
10
+ "oldest-supported-numpy; python_version <'3.9'",
11
+ "numpy >=1.25.0, <2; python_version >='3.9'",
12
+ "scipy >=0.19.1",
12
13
  "versioneer-518"
13
14
  ]
14
15
  # Uncommenting this requires adding the top level of the repo to sys.path in the setup.py
@@ -109,7 +109,7 @@ CLASSIFIERS = [
109
109
  ]
110
110
 
111
111
  INSTALL_REQUIRES = [
112
- "numpy >= 1.16.0",
112
+ "numpy >= 1.16.0, <2",
113
113
  "scipy >= 0.19.1",
114
114
  "h5py >= 2.10",
115
115
  "mdtraj >= 1.9.5",
@@ -120,8 +120,7 @@ INSTALL_REQUIRES = [
120
120
  "ipykernel",
121
121
  "tqdm",
122
122
  "pandas",
123
- "tables < 3.9; python_version < '3.9'",
124
- "tables; python_version >= '3.9'",
123
+ "tables",
125
124
  ]
126
125
 
127
126
  EXTRAS_REQUIRE = {
@@ -149,6 +148,7 @@ metadata = dict(
149
148
  package_data={},
150
149
  packages=find_packages(where='src'),
151
150
  package_dir={"": "src"},
151
+ description='WESTPA is a package for constructing and running stochastic simulations using the "weighted ensemble" approach of Huber and Kim (1996).',
152
152
  )
153
153
 
154
154
 
@@ -12,7 +12,3 @@ rc = _rc.WESTRC()
12
12
  __version__ = get_versions()["version"]
13
13
 
14
14
  del get_versions
15
-
16
- from . import _version
17
-
18
- __version__ = _version.get_versions()['version']
@@ -8,11 +8,11 @@ import json
8
8
 
9
9
  version_json = '''
10
10
  {
11
- "date": "2023-10-20T12:52:31-0400",
11
+ "date": "2024-04-15T22:37:00-0400",
12
12
  "dirty": false,
13
13
  "error": null,
14
- "full-revisionid": "ef5fbd3e0aeb4d08160fc56ee39cca6ba75e3217",
15
- "version": "2022.06"
14
+ "full-revisionid": "587296bd42835960dc67dc3e91ead8f4dd2c6d97",
15
+ "version": "2022.08"
16
16
  }
17
17
  ''' # END VERSION_JSON
18
18
 
@@ -159,13 +159,6 @@ Command-line options
159
159
  except ValueError:
160
160
  self.total_walkers[:] += west['summary'][:-1]['n_particles'][: len(self.total_walkers)]
161
161
 
162
- class Segment:
163
- def __init__(self, weight=0, iteration=0, simid=0, recycled_in=0):
164
- self.weight = weight
165
- self.iteration = iteration
166
- self.simid = simid
167
- self.recycled_in = recycled_in
168
-
169
162
  def go(self):
170
163
  pi = self.progress.indicator
171
164
  self.istates = True # Assume serendipitously istates is same between runs...
@@ -174,7 +167,11 @@ Command-line options
174
167
  self.open_files()
175
168
  self.total_number_of_walkers()
176
169
  if self.auxall is True:
177
- self.aux = list(self.westH5[1]['iterations/iter_00000001/auxdata'].keys())
170
+ try:
171
+ self.aux = list(self.westH5[1]['iterations/iter_00000001/auxdata'].keys())
172
+ except KeyError:
173
+ self.aux = None
174
+ log.warning('No auxdata. Proceeding forward without merging auxdata.')
178
175
  # Create a giant WEST.h5 file, separating the individual walkers, and renormalizing the weights.
179
176
  # It should then be compatible with existing toolsets.
180
177
  # Isn't really going to start with auxdata, but we'll add it in.
@@ -240,7 +237,7 @@ Command-line options
240
237
  self.futr_iter[i] = []
241
238
  self.past_rm[i] = []
242
239
  self.futr_rm[i] = []
243
- print(pi.new_operation('Recreating...', self.niters))
240
+ pi.new_operation('Recreating...', self.niters)
244
241
  # tracker = SummaryTracker()
245
242
  # self.output_file.close()
246
243
 
@@ -262,12 +259,20 @@ Command-line options
262
259
  if addition.dtype != istate_dtype:
263
260
  addition = create_idtype_array(addition)
264
261
  final_istate_index = np.append(final_istate_index, addition)
265
- final_istate_pcoord = np.append(final_istate_pcoord, west['ibstates/0/istate_pcoord'][:])
262
+ final_istate_pcoord = np.append(final_istate_pcoord, west['ibstates/0/istate_pcoord'][:], axis=0)
266
263
 
267
264
  # Saving them into self.output_file
268
265
  self.output_file['ibstates/0'].create_dataset('istate_index', data=final_istate_index, dtype=istate_dtype)
269
266
  self.output_file['ibstates/0'].create_dataset('istate_pcoord', data=final_istate_pcoord)
270
267
 
268
+ # Remaking the ibstates index link
269
+ master_index_row = self.output_file['ibstates/index'][0]
270
+ master_index_row['iter_valid'] = 0
271
+ master_index_row['n_bstates'] = len(self.output_file['ibstates/0/bstate_index'])
272
+ master_index_row['group_ref'] = self.output_file['ibstates/0'].ref
273
+
274
+ self.output_file['ibstates/index'][0] = master_index_row
275
+
271
276
  for iter in range(self.niters):
272
277
  # We have the following datasets in each iteration:
273
278
  # ibstates, which can now be combined with --ibstates