nettracer3d 0.4.5__py3-none-any.whl → 0.4.6__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: nettracer3d
3
- Version: 0.4.5
3
+ Version: 0.4.6
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
@@ -28,23 +28,10 @@ Requires-Dist: PyQt6
28
28
  Requires-Dist: scikit-learn
29
29
  Provides-Extra: cuda11
30
30
  Requires-Dist: cupy-cuda11x; extra == "cuda11"
31
- Requires-Dist: torch==2.2.0+cu118; extra == "cuda11"
32
- Requires-Dist: torchvision==0.17.0+cu118; extra == "cuda11"
33
- Requires-Dist: torchaudio==2.2.0+cu118; extra == "cuda11"
34
31
  Provides-Extra: cuda12
35
32
  Requires-Dist: cupy-cuda12x; extra == "cuda12"
36
- Requires-Dist: torch==2.2.0+cu121; extra == "cuda12"
37
- Requires-Dist: torchvision==0.17.0+cu121; extra == "cuda12"
38
- Requires-Dist: torchaudio==2.2.0+cu121; extra == "cuda12"
39
33
  Provides-Extra: cupy
40
34
  Requires-Dist: cupy; extra == "cupy"
41
- Requires-Dist: torch; extra == "cupy"
42
- Requires-Dist: torchvision; extra == "cupy"
43
- Requires-Dist: torchaudio; extra == "cupy"
44
- Provides-Extra: gpu
45
- Requires-Dist: cupy-cuda11x; (platform_system == "Linux" and platform_machine == "x86_64") and extra == "gpu"
46
- Requires-Dist: cupy-cuda12x; platform_system == "Windows" and extra == "gpu"
47
- Requires-Dist: cupy; platform_system == "Darwin" and extra == "gpu"
48
35
 
49
36
  NetTracer3D is a python package developed for both 2D and 3D analysis of microscopic images in the .tif file format. It supports generation of 3D networks showing the relationships between objects (or nodes) in three dimensional space, either based on their own proximity or connectivity via connecting objects such as nerves or blood vessels. In addition to these functionalities are several advanced 3D data processing algorithms, such as labeling of branched structures or abstraction of branched structures into networks. Note that nettracer3d uses segmented data, which can be segmented from other softwares such as ImageJ and imported into NetTracer3D, although it does offer its own segmentation via intensity and volumetric thresholding, or random forest machine learning segmentation. NetTracer3D currently has a fully functional GUI. To use the GUI, after installing the nettracer3d package via pip, enter the command 'nettracer3d' in your command prompt:
50
37
 
@@ -13,9 +13,9 @@ nettracer3d/run.py,sha256=xYeaAc8FCx8MuzTGyL3NR3mK7WZzffAYAH23bNRZYO4,127
13
13
  nettracer3d/segmenter.py,sha256=7CqPKxvc6dqu3RoOxUNWFL48CcuV7RwmIzkekqpW6uE,28733
14
14
  nettracer3d/simple_network.py,sha256=fP1gkDdtQcHruEZpUdasKdZeVacoLOxKhR3bY0L1CAQ,15426
15
15
  nettracer3d/smart_dilate.py,sha256=dvbG2UhWzMQrtDqSj281rixNRgwUHOFGlJZ9RSl6rKs,24590
16
- nettracer3d-0.4.5.dist-info/LICENSE,sha256=gM207DhJjWrxLuEWXl0Qz5ISbtWDmADfjHp3yC2XISs,888
17
- nettracer3d-0.4.5.dist-info/METADATA,sha256=heriQfrxj6N0iPIgLTqKaVMnC81iUmjFI44dQ4BeyW4,3676
18
- nettracer3d-0.4.5.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
19
- nettracer3d-0.4.5.dist-info/entry_points.txt,sha256=Nx1rr_0QhJXDBHAQg2vcqCzLMKBzSHfwy3xwGkueVyc,53
20
- nettracer3d-0.4.5.dist-info/top_level.txt,sha256=zsYy9rZwirfCEOubolhee4TyzqBAL5gSUeFMzhFTX8c,12
21
- nettracer3d-0.4.5.dist-info/RECORD,,
16
+ nettracer3d-0.4.6.dist-info/LICENSE,sha256=gM207DhJjWrxLuEWXl0Qz5ISbtWDmADfjHp3yC2XISs,888
17
+ nettracer3d-0.4.6.dist-info/METADATA,sha256=VPVlkgxFID3-nvAGcwTbuoOhw_tV8xEeu4mtdu3KJ_s,2921
18
+ nettracer3d-0.4.6.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
19
+ nettracer3d-0.4.6.dist-info/entry_points.txt,sha256=Nx1rr_0QhJXDBHAQg2vcqCzLMKBzSHfwy3xwGkueVyc,53
20
+ nettracer3d-0.4.6.dist-info/top_level.txt,sha256=zsYy9rZwirfCEOubolhee4TyzqBAL5gSUeFMzhFTX8c,12
21
+ nettracer3d-0.4.6.dist-info/RECORD,,