fastremap 1.16.0__cp39-cp39-win32.whl → 1.17.0__cp39-cp39-win32.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.
- fastremap/__init__.py +47 -0
- fastremap/fastremap.cp39-win32.pyd +0 -0
- fastremap/fastremap.pxd +100 -0
- fastremap/fastremap.pyi +493 -0
- fastremap/fastremap.pyx +1630 -0
- fastremap/ipt.hpp +354 -0
- fastremap/py.typed +0 -0
- fastremap/ska_flat_hash_map.hpp +1572 -0
- {fastremap-1.16.0.dist-info → fastremap-1.17.0.dist-info}/METADATA +4 -4
- fastremap-1.17.0.dist-info/RECORD +15 -0
- {fastremap-1.16.0.dist-info → fastremap-1.17.0.dist-info}/WHEEL +1 -1
- fastremap-1.17.0.dist-info/pbr.json +1 -0
- fastremap-1.16.0.dist-info/RECORD +0 -8
- fastremap-1.16.0.dist-info/pbr.json +0 -1
- fastremap.cp39-win32.pyd +0 -0
- {fastremap-1.16.0.dist-info → fastremap-1.17.0.dist-info}/licenses/AUTHORS +0 -0
- {fastremap-1.16.0.dist-info → fastremap-1.17.0.dist-info}/licenses/LICENSE +0 -0
- {fastremap-1.16.0.dist-info → fastremap-1.17.0.dist-info}/top_level.txt +0 -0
@@ -1,13 +1,12 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: fastremap
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.17.0
|
4
4
|
Summary: Remap, mask, renumber, unique, and in-place transposition of 3D labeled images. Point cloud too.
|
5
5
|
Home-page: https://github.com/seung-lab/fastremap/
|
6
6
|
Author: William Silversmith
|
7
7
|
Author-email: ws9@princeton.edu
|
8
8
|
Classifier: Intended Audience :: Developers
|
9
9
|
Classifier: Development Status :: 5 - Production/Stable
|
10
|
-
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
|
11
10
|
Classifier: Programming Language :: Python
|
12
11
|
Classifier: Programming Language :: Python :: 3
|
13
12
|
Classifier: Programming Language :: Python :: 3.7
|
@@ -95,8 +94,9 @@ binaries = fastremap.tobytes(labels, (64,64,64), order="F")
|
|
95
94
|
- **inverse_component_map**: Extract an int-to-list-of-ints dictionary mapping from an image containing groups of components to an image containing the components.
|
96
95
|
- **remap_from_array:** Same as remap, but the map is an array where the key is the array index and the value is the value.
|
97
96
|
- **remap_from_array_kv:** Same as remap, but the map consists of two equal sized arrays, the first containing keys, the second containing values.
|
98
|
-
- **
|
99
|
-
- **
|
97
|
+
- **transpose:** Perform an in-place matrix transposition for rectangular arrays if memory is contiguous, apply the stock `np.transpose` function otherwise.
|
98
|
+
- **asfortranarray:** Perform an in-place matrix transposition for rectangular arrays if memory is contiguous, apply the stock `np.asfortranarray` function otherwise.
|
99
|
+
- **ascontiguousarray:** Perform an in-place matrix transposition for rectangular arrays if memory is contiguous, apply the stock `np.ascontiguousarray` function otherwise.
|
100
100
|
- **minmax:** Compute the min and max of an array in one pass.
|
101
101
|
- **pixel_pairs:** Computes the number of adjacent matching memory locations in an image. A quick heuristic for understanding if the image statistics are roughly similar to a connectomics segmentation.
|
102
102
|
- **foreground:** Count the number of non-zero voxels rapidly.
|
@@ -0,0 +1,15 @@
|
|
1
|
+
fastremap/__init__.py,sha256=OFQQDhYXoAV4FzQYj1NY908ldDiHIcM7y0H5yvjYLjk,829
|
2
|
+
fastremap/fastremap.cp39-win32.pyd,sha256=4Da3cnts8FiEDJ2AOeVqBeXYcsgqZUSLalKVoqu4aoU,1658368
|
3
|
+
fastremap/fastremap.pxd,sha256=buQmEJrjfExbqY90ESwGrDld5v09N7oXjVQB-wZvhi8,4066
|
4
|
+
fastremap/fastremap.pyi,sha256=z_jbEROJAKqbr-gO9poQabF1-OBs5_bs-2rDpGjeoWo,15390
|
5
|
+
fastremap/fastremap.pyx,sha256=jqVy6UaiaWyQLSwLLraLskAc9Ib0oilExq-R8FcT7Nw,46677
|
6
|
+
fastremap/ipt.hpp,sha256=MiyDDgjGAjXJ5m_bEmTvLIO79xVD92EgK0jS_PQjC1I,8261
|
7
|
+
fastremap/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
8
|
+
fastremap/ska_flat_hash_map.hpp,sha256=zosmxi4QAdrS8FUzF_4nUPKAX72JmVAfJ-x4W8ztdfQ,63151
|
9
|
+
fastremap-1.17.0.dist-info/licenses/AUTHORS,sha256=a3gbgHn_kUMlt4_WanG16itXB_GSEKp5ixZxXeDydNM,185
|
10
|
+
fastremap-1.17.0.dist-info/licenses/LICENSE,sha256=fTqV5eBpeAZO0_jit8j4Ref9ikBSlHJ8xwj5TLg7gFk,7817
|
11
|
+
fastremap-1.17.0.dist-info/METADATA,sha256=6RcLJZVobGkgrU1_1Uv7k_6UCUFyrxe_SweRHh0_NnE,10532
|
12
|
+
fastremap-1.17.0.dist-info/WHEEL,sha256=Q3uEVTFw-CqGed7ywmQZcdvBC5FiRV941NvAhTjjkOQ,95
|
13
|
+
fastremap-1.17.0.dist-info/pbr.json,sha256=dR1UpQuiiTyrZ7Y1PMguAEXlAjPBXmHM_DXmzrK1gbY,47
|
14
|
+
fastremap-1.17.0.dist-info/top_level.txt,sha256=D-q4-YJbbk7QpuU8fxH9rFQEjV_W6wpdruzTTDV4N5s,10
|
15
|
+
fastremap-1.17.0.dist-info/RECORD,,
|
@@ -0,0 +1 @@
|
|
1
|
+
{"git_version": "1b389a3", "is_release": false}
|
@@ -1,8 +0,0 @@
|
|
1
|
-
fastremap.cp39-win32.pyd,sha256=DES22hGS_uFHcfYnTry8EIhpuwxMQP1gDrdmyp87hTk,1798144
|
2
|
-
fastremap-1.16.0.dist-info/licenses/AUTHORS,sha256=a3gbgHn_kUMlt4_WanG16itXB_GSEKp5ixZxXeDydNM,185
|
3
|
-
fastremap-1.16.0.dist-info/licenses/LICENSE,sha256=fTqV5eBpeAZO0_jit8j4Ref9ikBSlHJ8xwj5TLg7gFk,7817
|
4
|
-
fastremap-1.16.0.dist-info/METADATA,sha256=NftRIOLSETX6odpp-f43o6JiCG8HIrF7OmVe-y1f9ec,10407
|
5
|
-
fastremap-1.16.0.dist-info/WHEEL,sha256=FOzaaKegzgMCIwD9TvxPZtdwbE7EK7kiZvcKVGaMhYQ,95
|
6
|
-
fastremap-1.16.0.dist-info/pbr.json,sha256=N8TajEni-1ZfdHBA0pxZ06J8eAtBmWTdhV17-l2l_n4,47
|
7
|
-
fastremap-1.16.0.dist-info/top_level.txt,sha256=D-q4-YJbbk7QpuU8fxH9rFQEjV_W6wpdruzTTDV4N5s,10
|
8
|
-
fastremap-1.16.0.dist-info/RECORD,,
|
@@ -1 +0,0 @@
|
|
1
|
-
{"git_version": "a7c2749", "is_release": false}
|
fastremap.cp39-win32.pyd
DELETED
Binary file
|
File without changes
|
File without changes
|
File without changes
|