westpa 2022.7__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.
- {westpa-2022.7/src/westpa.egg-info → westpa-2022.8}/PKG-INFO +2 -1
- {westpa-2022.7 → westpa-2022.8}/setup.py +1 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/_version.py +3 -3
- {westpa-2022.7 → westpa-2022.8}/src/westpa/core/binning/_assign.c +123 -123
- {westpa-2022.7 → westpa-2022.8}/src/westpa/core/kinetics/_kinetics.c +123 -123
- {westpa-2022.7 → westpa-2022.8}/src/westpa/core/propagators/executable.py +23 -14
- {westpa-2022.7 → westpa-2022.8}/src/westpa/core/reweight/_reweight.c +135 -135
- {westpa-2022.7 → westpa-2022.8}/src/westpa/core/states.py +13 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/core/trajectory.py +1 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/fasthist/_fasthist.c +123 -123
- {westpa-2022.7 → westpa-2022.8}/src/westpa/mclib/_mclib.c +123 -123
- {westpa-2022.7 → westpa-2022.8}/src/westpa/oldtools/aframe/data_reader.py +1 -1
- {westpa-2022.7 → westpa-2022.8}/src/westpa/trajtree/_trajtree.c +123 -123
- {westpa-2022.7 → westpa-2022.8/src/westpa.egg-info}/PKG-INFO +2 -1
- {westpa-2022.7 → westpa-2022.8}/tests/test_states.py +29 -1
- {westpa-2022.7 → westpa-2022.8}/AUTHORS +0 -0
- {westpa-2022.7 → westpa-2022.8}/LICENSE +0 -0
- {westpa-2022.7 → westpa-2022.8}/MANIFEST.in +0 -0
- {westpa-2022.7 → westpa-2022.8}/README.rst +0 -0
- {westpa-2022.7 → westpa-2022.8}/pyproject.toml +0 -0
- {westpa-2022.7 → westpa-2022.8}/setup.cfg +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/__init__.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/analysis/__init__.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/analysis/core.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/analysis/statistics.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/analysis/trajectories.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/cli/__init__.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/cli/core/__init__.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/cli/core/w_fork.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/cli/core/w_init.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/cli/core/w_run.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/cli/core/w_states.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/cli/core/w_succ.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/cli/core/w_truncate.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/cli/tools/__init__.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/cli/tools/ploterr.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/cli/tools/plothist.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/cli/tools/w_assign.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/cli/tools/w_bins.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/cli/tools/w_crawl.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/cli/tools/w_direct.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/cli/tools/w_dumpsegs.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/cli/tools/w_eddist.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/cli/tools/w_fluxanl.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/cli/tools/w_ipa.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/cli/tools/w_kinavg.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/cli/tools/w_kinetics.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/cli/tools/w_multi_west.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/cli/tools/w_ntop.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/cli/tools/w_pdist.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/cli/tools/w_postanalysis_matrix.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/cli/tools/w_postanalysis_reweight.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/cli/tools/w_red.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/cli/tools/w_reweight.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/cli/tools/w_select.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/cli/tools/w_stateprobs.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/cli/tools/w_trace.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/core/__init__.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/core/_rc.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/core/binning/__init__.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/core/binning/_assign.pyx +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/core/binning/assign.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/core/binning/binless.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/core/binning/binless_driver.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/core/binning/binless_manager.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/core/binning/bins.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/core/binning/mab.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/core/binning/mab_driver.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/core/binning/mab_manager.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/core/data_manager.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/core/extloader.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/core/h5io.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/core/kinetics/__init__.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/core/kinetics/_kinetics.pyx +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/core/kinetics/events.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/core/kinetics/matrates.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/core/kinetics/rate_averaging.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/core/progress.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/core/propagators/__init__.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/core/reweight/__init__.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/core/reweight/_reweight.pyx +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/core/reweight/matrix.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/core/segment.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/core/sim_manager.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/core/systems.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/core/textio.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/core/we_driver.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/core/wm_ops.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/core/yamlcfg.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/fasthist/__init__.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/fasthist/__main__.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/fasthist/_fasthist.pyx +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/mclib/__init__.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/mclib/__main__.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/mclib/_mclib.pyx +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/oldtools/__init__.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/oldtools/aframe/__init__.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/oldtools/aframe/atool.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/oldtools/aframe/base_mixin.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/oldtools/aframe/binning.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/oldtools/aframe/iter_range.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/oldtools/aframe/kinetics.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/oldtools/aframe/mcbs.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/oldtools/aframe/output.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/oldtools/aframe/plotting.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/oldtools/aframe/trajwalker.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/oldtools/aframe/transitions.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/oldtools/cmds/__init__.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/oldtools/cmds/w_ttimes.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/oldtools/files.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/oldtools/miscfn.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/oldtools/stats/__init__.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/oldtools/stats/accumulator.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/oldtools/stats/edfs.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/oldtools/stats/mcbs.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/tools/__init__.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/tools/binning.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/tools/core.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/tools/data_reader.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/tools/dtypes.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/tools/iter_range.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/tools/kinetics_tool.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/tools/plot.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/tools/progress.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/tools/selected_segs.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/tools/wipi.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/trajtree/__init__.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/trajtree/_trajtree.pyx +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/trajtree/trajtree.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/westext/__init__.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/westext/adaptvoronoi/__init__.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/westext/adaptvoronoi/adaptVor_driver.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/westext/hamsm_restarting/__init__.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/westext/hamsm_restarting/example_overrides.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/westext/hamsm_restarting/restart_driver.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/westext/stringmethod/__init__.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/westext/stringmethod/fourier_fitting.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/westext/stringmethod/string_driver.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/westext/stringmethod/string_method.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/westext/weed/BinCluster.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/westext/weed/ProbAdjustEquil.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/westext/weed/UncertMath.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/westext/weed/__init__.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/westext/weed/weed_driver.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/westext/wess/ProbAdjust.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/westext/wess/__init__.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/westext/wess/wess_driver.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/work_managers/__init__.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/work_managers/core.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/work_managers/environment.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/work_managers/mpi.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/work_managers/processes.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/work_managers/serial.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/work_managers/threads.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/work_managers/zeromq/__init__.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/work_managers/zeromq/core.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/work_managers/zeromq/node.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/work_managers/zeromq/work_manager.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa/work_managers/zeromq/worker.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa.egg-info/SOURCES.txt +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa.egg-info/dependency_links.txt +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa.egg-info/entry_points.txt +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa.egg-info/not-zip-safe +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa.egg-info/requires.txt +0 -0
- {westpa-2022.7 → westpa-2022.8}/src/westpa.egg-info/top_level.txt +0 -0
- {westpa-2022.7 → westpa-2022.8}/tests/test_binning.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/tests/test_data_manager.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/tests/test_kinetics.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/tests/test_loaders.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/tests/test_sim_manager.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/tests/test_we_driver.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/tests/test_yamlfe.py +0 -0
- {westpa-2022.7 → westpa-2022.8}/versioneer.py +0 -0
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: westpa
|
|
3
|
-
Version: 2022.
|
|
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
|
|
@@ -148,6 +148,7 @@ metadata = dict(
|
|
|
148
148
|
package_data={},
|
|
149
149
|
packages=find_packages(where='src'),
|
|
150
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).',
|
|
151
152
|
)
|
|
152
153
|
|
|
153
154
|
|
|
@@ -8,11 +8,11 @@ import json
|
|
|
8
8
|
|
|
9
9
|
version_json = '''
|
|
10
10
|
{
|
|
11
|
-
"date": "2024-04-
|
|
11
|
+
"date": "2024-04-15T22:37:00-0400",
|
|
12
12
|
"dirty": false,
|
|
13
13
|
"error": null,
|
|
14
|
-
"full-revisionid": "
|
|
15
|
-
"version": "2022.
|
|
14
|
+
"full-revisionid": "587296bd42835960dc67dc3e91ead8f4dd2c6d97",
|
|
15
|
+
"version": "2022.08"
|
|
16
16
|
}
|
|
17
17
|
''' # END VERSION_JSON
|
|
18
18
|
|