CW-DoublePendulum 0.2.5__py3-none-any.whl → 0.3.0__py3-none-any.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.
CWDoublePendulum/sim.py CHANGED
@@ -182,7 +182,7 @@ def runSim():
182
182
 
183
183
  return line, mass1, mass2, trail1, trail2
184
184
 
185
- ani = FuncAnimation(fig, update, init_func=init, blit=True, interval=20)
185
+ ani = FuncAnimation(fig, update, init_func=init, blit=True, interval=20, cache_frame_data=False)
186
186
 
187
187
  # -------------------- LAYOUT ARRANGEMENT --------------------
188
188
  axcolor = 'lightgoldenrodyellow'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: CW-DoublePendulum
3
- Version: 0.2.5
3
+ Version: 0.3.0
4
4
  Summary: A Python package that uses NumPy and Matplotlib to simulate an interactive double pendulum.
5
5
  Author-email: Chase Worsley <your_email@example.com>
6
6
  License: MIT
@@ -0,0 +1,8 @@
1
+ CWDoublePendulum/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ CWDoublePendulum/sim.py,sha256=TVheQjzSzxUpoQJGwSv8Eo-LIyGysCfZRAWuinNcoEs,14451
3
+ cw_doublependulum-0.3.0.dist-info/licenses/LICENSE,sha256=P_M8rIY4EFOQArRFqXCsxqdZyDp2kUCszxsaDapqA_4,1090
4
+ cw_doublependulum-0.3.0.dist-info/METADATA,sha256=fduBHeg454wr-Wsugtbf7Z4peZLthXS6saQu7Cs2FHQ,719
5
+ cw_doublependulum-0.3.0.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
6
+ cw_doublependulum-0.3.0.dist-info/entry_points.txt,sha256=bl8GVAAafizZ1OprX6HOmfdP0pcJRYjsAEeKdxMTCiw,65
7
+ cw_doublependulum-0.3.0.dist-info/top_level.txt,sha256=getQFdsFpgw4puZJPD_uM4uFaD_ltaEzamsq6zcL4dM,17
8
+ cw_doublependulum-0.3.0.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- CWDoublePendulum/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- CWDoublePendulum/sim.py,sha256=GDD1ejnYcsHtjq4ch-1IRFyKmOHRmZ1BkDvpJMsP6tU,14427
3
- cw_doublependulum-0.2.5.dist-info/licenses/LICENSE,sha256=P_M8rIY4EFOQArRFqXCsxqdZyDp2kUCszxsaDapqA_4,1090
4
- cw_doublependulum-0.2.5.dist-info/METADATA,sha256=4If72UshdNQOEWgXoygA2vsc4RuHxBO1XsOvA6uwIwc,719
5
- cw_doublependulum-0.2.5.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
6
- cw_doublependulum-0.2.5.dist-info/entry_points.txt,sha256=bl8GVAAafizZ1OprX6HOmfdP0pcJRYjsAEeKdxMTCiw,65
7
- cw_doublependulum-0.2.5.dist-info/top_level.txt,sha256=getQFdsFpgw4puZJPD_uM4uFaD_ltaEzamsq6zcL4dM,17
8
- cw_doublependulum-0.2.5.dist-info/RECORD,,