nettracer3d 0.3.3__py3-none-any.whl → 0.3.4__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.
@@ -476,7 +476,7 @@ class ImageViewerWindow(QMainWindow):
476
476
  return np.vstack(chunk_results)
477
477
 
478
478
  # Process nodes and edges in parallel using multiprocessing
479
- with ThreadPoolExecutor(max_workers=mp.cpu_count()) as executor:
479
+ with ThreadPoolExecutor(max_workers=2) as executor:
480
480
  future_nodes = executor.submit(process_channel, self.channel_data[0], node_indices, full_shape)
481
481
  future_edges = executor.submit(process_channel, self.channel_data[1], edge_indices, full_shape)
482
482
  future_overlay1 = executor.submit(process_channel, self.channel_data[2], overlay1_indices, full_shape)
@@ -2520,8 +2520,8 @@ class ImageViewerWindow(QMainWindow):
2520
2520
  try:
2521
2521
  # Store current zoom limits if they exist and weren't provided
2522
2522
  if preserve_zoom is None and hasattr(self, 'ax'):
2523
- current_xlim = self.ax.get_xlim() if self.ax.get_xlim() != (0, 1) else None
2524
- current_ylim = self.ax.get_ylim() if self.ax.get_ylim() != (0, 1) else None
2523
+ current_xlim = None
2524
+ current_ylim = None
2525
2525
  else:
2526
2526
  current_xlim, current_ylim = preserve_zoom if preserve_zoom else (None, None)
2527
2527
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: nettracer3d
3
- Version: 0.3.3
3
+ Version: 0.3.4
4
4
  Summary: Scripts for intializing and analyzing networks from segmentations of three dimensional images.
5
5
  Author-email: Liam McLaughlin <boom2449@gmail.com>
6
6
  Project-URL: User_Manual, https://drive.google.com/drive/folders/1fTkz3n4LN9_VxKRKC8lVQSlrz_wq0bVn?usp=drive_link
@@ -4,15 +4,15 @@ nettracer3d/hub_getter.py,sha256=KiNtxdajLkwB1ftslvrh1FE1Ch9ZCFEmHSEEotwR-To,829
4
4
  nettracer3d/modularity.py,sha256=V1f3s_vGd8EuVz27mzq6ycIGr0BWIpH7c7NU4QjgAHU,30247
5
5
  nettracer3d/morphology.py,sha256=wv7v06YUcn5lMyefcc_znQlXF5iDxvUdoc0fXOKlGTw,12982
6
6
  nettracer3d/nettracer.py,sha256=ViIDJz8k-wcxVgcknH_YpG86QyfH8F86T1wKb5d4Cns,206526
7
- nettracer3d/nettracer_gui.py,sha256=ruBSH01AVRvavV-cVPtDqgImY7gCzcwz-625OuMvEdo,286873
7
+ nettracer3d/nettracer_gui.py,sha256=3T5jLilk0DCXx1qMFW_s0Yq_o0hU_9WH0LkTnl6K-sg,286748
8
8
  nettracer3d/network_analysis.py,sha256=MJBBjslA1k_R8ymid77U-qGSgzxFVfzGVQhE0IdhnbE,48046
9
9
  nettracer3d/network_draw.py,sha256=F7fw6Pcf4qWOhdKwLmhwqWdschbDlHzwCVolQC9imeU,14117
10
10
  nettracer3d/node_draw.py,sha256=BMiD_FrlOHeGD4AQZ_Emd152PfxFuMgGf2x4S0TOTnw,9752
11
11
  nettracer3d/proximity.py,sha256=KYs4QUbt1U79RLzTvt8BmrxeGVaeKOQ2brtzTjjA78c,11011
12
12
  nettracer3d/simple_network.py,sha256=fP1gkDdtQcHruEZpUdasKdZeVacoLOxKhR3bY0L1CAQ,15426
13
13
  nettracer3d/smart_dilate.py,sha256=howfO6Lw5PxNjkaOBSCjkmf7fyau_-_8iTct2mAuTAQ,22083
14
- nettracer3d-0.3.3.dist-info/LICENSE,sha256=gM207DhJjWrxLuEWXl0Qz5ISbtWDmADfjHp3yC2XISs,888
15
- nettracer3d-0.3.3.dist-info/METADATA,sha256=DJVMv9HcicbLUI5egb5TzHciXfxI2oauw44qGMYWG6s,2894
16
- nettracer3d-0.3.3.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
17
- nettracer3d-0.3.3.dist-info/top_level.txt,sha256=zsYy9rZwirfCEOubolhee4TyzqBAL5gSUeFMzhFTX8c,12
18
- nettracer3d-0.3.3.dist-info/RECORD,,
14
+ nettracer3d-0.3.4.dist-info/LICENSE,sha256=gM207DhJjWrxLuEWXl0Qz5ISbtWDmADfjHp3yC2XISs,888
15
+ nettracer3d-0.3.4.dist-info/METADATA,sha256=_WReeJl26IM6fTvZNZgtiFsFH59Fo1YA3DV_msrBMrc,2894
16
+ nettracer3d-0.3.4.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
17
+ nettracer3d-0.3.4.dist-info/top_level.txt,sha256=zsYy9rZwirfCEOubolhee4TyzqBAL5gSUeFMzhFTX8c,12
18
+ nettracer3d-0.3.4.dist-info/RECORD,,