westpa 2022.9__cp39-cp39-macosx_11_0_arm64.whl → 2022.10__cp39-cp39-macosx_11_0_arm64.whl

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/_version.py CHANGED
@@ -8,11 +8,11 @@ import json
8
8
 
9
9
  version_json = '''
10
10
  {
11
- "date": "2024-05-22T14:48:11-0400",
11
+ "date": "2024-05-30T14:33:52-0400",
12
12
  "dirty": false,
13
13
  "error": null,
14
- "full-revisionid": "ce236bb304b11302a982af2ecb1f8cbb403d09f4",
15
- "version": "2022.09"
14
+ "full-revisionid": "40fe71e4e393b47e0a231b178add25696e469405",
15
+ "version": "2022.10"
16
16
  }
17
17
  ''' # END VERSION_JSON
18
18
 
westpa/core/h5io.py CHANGED
@@ -18,7 +18,6 @@ from tables import NaturalNameWarning
18
18
 
19
19
  from mdtraj import Trajectory, join as join_traj
20
20
  from mdtraj.utils import in_units_of, import_, ensure_type
21
- from mdtraj.utils.six import string_types
22
21
  from mdtraj.formats import HDF5TrajectoryFile
23
22
  from mdtraj.formats.hdf5 import _check_mode, Frames
24
23
 
@@ -554,7 +553,7 @@ class WESTIterationFile(HDF5TrajectoryFile):
554
553
  node = self._get_node(where='/', name=name)
555
554
  data = get_item(node, slice)
556
555
  in_units = node.attrs.units
557
- if not isinstance(in_units, string_types):
556
+ if not isinstance(in_units, str):
558
557
  in_units = in_units.decode()
559
558
  data = in_units_of(data, in_units, out_units)
560
559
  return data
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: westpa
3
- Version: 2022.9
3
+ Version: 2022.10
4
4
  Summary: WESTPA is a package for constructing and running stochastic simulations using the "weighted ensemble" approach of Huber and Kim (1996).
5
5
  Home-page: http://github.com/westpa/westpa
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
- westpa/_version.py,sha256=LSHAM8jJ_erxibgj4h2_PXTivKwOfg1ZL92b--rsRXo,499
1
+ westpa/_version.py,sha256=59zLCh9LAH2F-_2LpdnyAOIoxNag6VO6D7dhZZILmMY,499
2
2
  westpa/__init__.py,sha256=xyNfYIcP2ncBLu_foO1NKmJrQh8-uYdwvMuM0HsOG1M,329
3
- westpa/fasthist/_fasthist.cpython-39-darwin.so,sha256=Nf5RGRU6ffeUZSkpafIC9JMp7sFcN4qokoK5S6VB0Pw,259376
3
+ westpa/fasthist/_fasthist.cpython-39-darwin.so,sha256=pNT1SGIxOfQ66annAiYIMxSSY1kozTkhJAs7yblHa4I,259376
4
4
  westpa/fasthist/__init__.py,sha256=oWj0gKEkKfHjGHwkzmpgAxDz55h2ze_sqQVzWSsOP6s,1071
5
5
  westpa/fasthist/__main__.py,sha256=7XCBZvrKbBG3KEuQMpZD0jXa3vVMEVfZJTG8MmdbsrM,3902
6
6
  westpa/westext/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -40,14 +40,14 @@ westpa/core/textio.py,sha256=lqohyyyfMTkFvTdQ8V45yUpASiJsWTh42XAG15K63dA,2434
40
40
  westpa/core/extloader.py,sha256=yxyJN-lHo3Zjd6jS6_uhC1fIl52H-h8sbV9zYJfEWGg,2239
41
41
  westpa/core/sim_manager.py,sha256=eeCg5dALUyZ_Rm1eRRBSOpR_0UDBnyQlBvPkWY4IlzE,38653
42
42
  westpa/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
43
- westpa/core/h5io.py,sha256=8oFrvNMFejgFGzxbcaHmdRqEd-PWjnOgyGjdI1Tdnb8,37128
43
+ westpa/core/h5io.py,sha256=s3_Rt8ZjvCpumyDMKctQl406dmo8muRiHHd0L34Qtyk,37077
44
44
  westpa/core/trajectory.py,sha256=DL7rsowKxBc1jwT7FPZFlfCWKuwagttZxd3SPgxZKU0,10913
45
45
  westpa/core/segment.py,sha256=Gd_5htIZ6xKxxCms9XMtJncehGvMVxZeNdy4drxrnpc,4421
46
46
  westpa/core/progress.py,sha256=tEDDn-JPY6ZNzYqyrdgA7peo7pDu8kOMvqfyiHWUgps,6753
47
47
  westpa/core/data_manager.py,sha256=fHgdILXZoiDyrDv34DjZqS5YyqqG6bbnUBLouqYwOFQ,71924
48
48
  westpa/core/states.py,sha256=umsdgSrYjt2vjw-1kQeiILWmureOBmBaOgg0nQxUVmA,13318
49
49
  westpa/core/yamlcfg.py,sha256=B78OEr1n_sIkW6kDzl3FO63tiugaT-1VutAgLxU0i7A,12696
50
- westpa/core/kinetics/_kinetics.cpython-39-darwin.so,sha256=ibqc0rWbTLmE6hJHetrj4pJZIvW-VLPQXufKpj0dbEM,351472
50
+ westpa/core/kinetics/_kinetics.cpython-39-darwin.so,sha256=cFnVylb4vVrI-1I16HQkYIQ3wR_ARcM6bZb_Nr73HLw,351472
51
51
  westpa/core/kinetics/matrates.py,sha256=1sf7L6ojLE8yT2sFfgeB8eqgjMHdMK2O_Xgyz_RjCzc,5554
52
52
  westpa/core/kinetics/events.py,sha256=VqYBN5rVOf3hAYUA6xQ6UN7GP6tVgRFIoP69tfGhkTo,6511
53
53
  westpa/core/kinetics/__init__.py,sha256=djtiki7X5-IEzwjwswbdgrolwUIzVAHKxCiI5B3WH28,510
@@ -56,14 +56,14 @@ westpa/core/binning/binless_driver.py,sha256=T5qWpLnjxCS9RdKeWf7eVCC_s6TQFDENL7X
56
56
  westpa/core/binning/mab_driver.py,sha256=azSqc9pqHk_zc1ptGNjXARDbK-UAnPVmCiYwebi5mPY,2223
57
57
  westpa/core/binning/binless.py,sha256=Fb9TI5swQntzXjmlWFbYQ9yjzjLxDKNVVdmRxRqOnIY,4056
58
58
  westpa/core/binning/__init__.py,sha256=XmjBP6fg_id_vDELkcWW3u2GeuL5OPWblvX-kc7mINk,1297
59
- westpa/core/binning/_assign.cpython-39-darwin.so,sha256=DZn8L0Z_55iWejMIOtDCd5HyJ_7PEIZuOak84Otkvgs,258304
59
+ westpa/core/binning/_assign.cpython-39-darwin.so,sha256=3v9_pF3XmGglQf5YeM8qZmVdgXPzVyf8cADumExySaU,258304
60
60
  westpa/core/binning/mab_manager.py,sha256=-bb9CdSXrx6XV8NWHa6Q1CTWVaGa4coAZn_lDlvHCkM,9815
61
61
  westpa/core/binning/assign.py,sha256=e1YWyU3R12evLAoIWUrEvv3uvdKFo4u_mfKGDcK5AVU,18028
62
62
  westpa/core/binning/binless_manager.py,sha256=XgsLaYhknzWA9IHCqOvmnLXSgM303KnKOUjLe1NM0Zw,9414
63
63
  westpa/core/binning/mab.py,sha256=X7L1jx--nNJTNA-PeJGDpwSa2PDMoMb4OtLpjffXQ4A,16046
64
64
  westpa/core/binning/bins.py,sha256=WDj7DNX3MTVkRvkgAooa9G8VThxw32uIfMTuk9sS194,1460
65
65
  westpa/core/reweight/matrix.py,sha256=219sRxkML1V9niPIndSoRvJAC0fUmpG0PLDKpmfWW-g,5509
66
- westpa/core/reweight/_reweight.cpython-39-darwin.so,sha256=x6byY35oUzNjG4h50Qc_T3dYvphYFe3pa9vSFiqQTpU,293936
66
+ westpa/core/reweight/_reweight.cpython-39-darwin.so,sha256=YJEuVMFjzTgK6kTVOG5IxBGmGC1yqO-URpz1eidGpbk,293936
67
67
  westpa/core/reweight/__init__.py,sha256=8goYojsHMcJCZblBC2sc2fcj-NUNVEstbSLswKNlVfg,284
68
68
  westpa/core/propagators/__init__.py,sha256=rx_kkeg3Tbb_rI0uhLGCD3OwSYj9QuhxF8QGN3mILrg,2373
69
69
  westpa/core/propagators/executable.py,sha256=6YuNMZ7if4jGtZ2OV0k_7jmBvtHFfdaIX-LLQJ_KIc8,32201
@@ -72,7 +72,7 @@ westpa/analysis/core.py,sha256=rZ7xcrskpPwy2lrB27gXT4mSQRbqnPj9D8yA-Utve-M,22426
72
72
  westpa/analysis/statistics.py,sha256=M3Gj1bOiAu_SA4upR7gENYEOP2gnIEaSOZeGyoIxAc8,789
73
73
  westpa/analysis/trajectories.py,sha256=jyrbbKOVyZ3GjHQushDS_G8C4IRXlUmxa-WzmEEVGwc,12878
74
74
  westpa/mclib/__init__.py,sha256=NskP81wKw-tHTniyJ8QbgKAHah5JdpCrnPKJo1T-nLw,11513
75
- westpa/mclib/_mclib.cpython-39-darwin.so,sha256=IdXc1FRpnGG6AKvQdjoTHaBTdW-5XogwT0XvRksrjqg,241080
75
+ westpa/mclib/_mclib.cpython-39-darwin.so,sha256=VSL4XUmMXD50mydklqnIojQG91GBYoiAhxNoJ85Snxs,241080
76
76
  westpa/mclib/__main__.py,sha256=cKqfE9koMcrHkslEPpFISA4Eblwl0mllaxn7pFeyX1A,881
77
77
  westpa/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
78
78
  westpa/cli/tools/w_direct.py,sha256=5Z9eQpvpKM-40XdiI0L3t0O3jpjMx7tk8ndYAaJxvrc,22361
@@ -105,7 +105,7 @@ westpa/cli/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
105
105
  westpa/cli/core/w_truncate.py,sha256=-CHFOBr4NAZwGQ8-O5F7B0dPowpnFpm-mF9Us1gBgfo,1654
106
106
  westpa/cli/core/w_init.py,sha256=V_CvlAuq8flg-zUO01sbMGYkLqrEDD4DU9sV90bYFus,8793
107
107
  westpa/cli/core/w_succ.py,sha256=ZK1MHHu7t53VdBrRgJUe7b1R8DnhMKPjHOqbbOjC_As,3074
108
- westpa/trajtree/_trajtree.cpython-39-darwin.so,sha256=tVztgH1sn2tn3lWz_Lg2nJ7xnmMOz3W3OiicGZ9zGm8,141792
108
+ westpa/trajtree/_trajtree.cpython-39-darwin.so,sha256=DvpYco6dMdo8ZD2iBQvY8iS-l_r1AzBt2aZyYHzJr_A,141792
109
109
  westpa/trajtree/__init__.py,sha256=K64Ok5bUP-fXo1H2rigJqxCnm-U23tJlRngNOnzR3gs,96
110
110
  westpa/trajtree/trajtree.py,sha256=sLf4kTi0QyvFdbSR__YcPwOR2wcOxtlkC4IPUFcq-9M,4497
111
111
  westpa/oldtools/files.py,sha256=JmLtZqxD88cybEHcOU6kodAeOJYxylpYFl4OQqU13Hs,944
@@ -141,10 +141,10 @@ westpa/work_managers/zeromq/__init__.py,sha256=rrl4YbEaZr2AiEBTMlhvEFH83dBlAwWR_
141
141
  westpa/work_managers/zeromq/core.py,sha256=K3Iyrz5u2Dy-GgZFL3ZXDN2iaaLm7qL-A3cm4PdBiF8,22907
142
142
  westpa/work_managers/zeromq/work_manager.py,sha256=UB_WvnejDRVi1ZU2QWpP9uzhnccOH7b3qHgU-wSstTY,22425
143
143
  westpa/work_managers/zeromq/node.py,sha256=CeoJhXVqrZxrV3lMnDtm3LNkGFxjS4dr3E6wd7ZQRTE,4877
144
- westpa-2022.9.dist-info/RECORD,,
145
- westpa-2022.9.dist-info/LICENSE,sha256=I2wUldIRJmflTYUxmSiITSZEKvlovlMPrE3JU5IslkY,1074
146
- westpa-2022.9.dist-info/AUTHORS,sha256=YMi91-Fs-vFgZKUaItfh20uXthT9oe2Kq6CQXmqMGqg,671
147
- westpa-2022.9.dist-info/WHEEL,sha256=t3aNIuHimB-eyeerOmc50nLML0b4_R6yjydcdcJkGHg,108
148
- westpa-2022.9.dist-info/entry_points.txt,sha256=0Ym8meKTdYbUEMtUHF_4zaZP__4ldfFnoYXyYlKRB6s,1428
149
- westpa-2022.9.dist-info/top_level.txt,sha256=otaLnQtwo9jKCJmja4iOOsOVDThUvPfjJaeLrgGEhlE,7
150
- westpa-2022.9.dist-info/METADATA,sha256=rqV52tmwSCbCr7PszXjXvfBm-by3neUyWB1QCZViw-4,7562
144
+ westpa-2022.10.dist-info/RECORD,,
145
+ westpa-2022.10.dist-info/LICENSE,sha256=I2wUldIRJmflTYUxmSiITSZEKvlovlMPrE3JU5IslkY,1074
146
+ westpa-2022.10.dist-info/AUTHORS,sha256=YMi91-Fs-vFgZKUaItfh20uXthT9oe2Kq6CQXmqMGqg,671
147
+ westpa-2022.10.dist-info/WHEEL,sha256=t3aNIuHimB-eyeerOmc50nLML0b4_R6yjydcdcJkGHg,108
148
+ westpa-2022.10.dist-info/entry_points.txt,sha256=0Ym8meKTdYbUEMtUHF_4zaZP__4ldfFnoYXyYlKRB6s,1428
149
+ westpa-2022.10.dist-info/top_level.txt,sha256=otaLnQtwo9jKCJmja4iOOsOVDThUvPfjJaeLrgGEhlE,7
150
+ westpa-2022.10.dist-info/METADATA,sha256=17fr3iDNghuqnwUeEVWPaoG_OF-pta25C9bYblf8UiU,7563