dpm-srm 0.1.5__cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.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 dpm-srm might be problematic. Click here for more details.

@@ -0,0 +1,57 @@
1
+ BSD 2-Clause License
2
+
3
+ # Attribution
4
+ This project includes code adapted from Statistical Region Merging by Johannes Schindelin, licensed under the BSD 2-Clause License.
5
+
6
+ # Original License
7
+ Copyright (C) 2009 - 2013, Johannes Schindelin
8
+
9
+ * Redistribution and use in source and binary forms, with or without
10
+ * modification, are permitted provided that the following conditions are met:
11
+ *
12
+ * 1. Redistributions of source code must retain the above copyright notice,
13
+ * this list of conditions and the following disclaimer.
14
+ * 2. Redistributions in binary form must reproduce the above copyright notice,
15
+ * this list of conditions and the following disclaimer in the documentation
16
+ * and/or other materials provided with the distribution.
17
+ *
18
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
22
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28
+ * POSSIBILITY OF SUCH DAMAGE.
29
+ *
30
+ * The views and conclusions contained in the software and documentation are
31
+ * those of the authors and should not be interpreted as representing official
32
+ * policies, either expressed or implied, of any organization.
33
+
34
+
35
+ # Our Contributions
36
+ Copyright (c) 2024, Digital Porous Media
37
+
38
+ Redistribution and use in source and binary forms, with or without
39
+ modification, are permitted provided that the following conditions are met:
40
+
41
+ 1. Redistributions of source code must retain the above copyright notice, this
42
+ list of conditions and the following disclaimer.
43
+
44
+ 2. Redistributions in binary form must reproduce the above copyright notice,
45
+ this list of conditions and the following disclaimer in the documentation
46
+ and/or other materials provided with the distribution.
47
+
48
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
49
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
50
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
51
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
52
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
53
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
54
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
55
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
56
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
57
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -0,0 +1,24 @@
1
+ Metadata-Version: 2.1
2
+ Name: dpm_srm
3
+ Version: 0.1.5
4
+ Summary: Statistical Region Merging Segmentation
5
+ Author: Digital Porous Media
6
+ Author-email: Digital Porous Media <bcchang@utexas.edu>
7
+ License: BSD License
8
+ Project-URL: Homepage, https://github.com/DigitalPorousMedia
9
+ Project-URL: Repository, https://github.com/DigitalPorousMedia/dpm_srm
10
+ Project-URL: Issues, https://github.com/DigitalPorousMedia/dpm_srm/issues
11
+ Classifier: Development Status :: 2 - Pre-Alpha
12
+ Classifier: Intended Audience :: Science/Research
13
+ Classifier: License :: OSI Approved :: BSD License
14
+ Classifier: Programming Language :: Python :: 3
15
+ Classifier: Programming Language :: Python :: 3.8
16
+ Classifier: Programming Language :: Python :: 3.9
17
+ Classifier: Programming Language :: Python :: 3.10
18
+ Classifier: Programming Language :: Python :: 3.11
19
+ Classifier: Programming Language :: Python :: 3.12
20
+ Classifier: Programming Language :: Python :: 3.13
21
+ Requires-Python: >=3.8
22
+ License-File: LICENSE
23
+ Requires-Dist: numpy
24
+
@@ -0,0 +1,6 @@
1
+ dpm_srm.cpython-313-i386-linux-gnu.so,sha256=Ssj4JwQGMXT6RCQXSiPYIr8Ei7LNBrApYyBGBfBs3jM,404956
2
+ dpm_srm-0.1.5.dist-info/top_level.txt,sha256=7x0Y5PfjV6e74A2kkg8ayzUTPlgqLbLdjZkWsP6TiL8,8
3
+ dpm_srm-0.1.5.dist-info/RECORD,,
4
+ dpm_srm-0.1.5.dist-info/LICENSE,sha256=DPkH2YUOqq6GA9joNyrjSii3kGn-7Wn2CMYV5rY-Gok,3073
5
+ dpm_srm-0.1.5.dist-info/METADATA,sha256=SJuy5eRkaLZt_Ms8ifvZzhAgVY1jQMx-44jqMHDEIuA,980
6
+ dpm_srm-0.1.5.dist-info/WHEEL,sha256=zy2Wc9BMVUN6irsW7uNQwOBid4hcNhBKMoFzw1dQw-o,147
@@ -0,0 +1,6 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (75.1.0)
3
+ Root-Is-Purelib: false
4
+ Tag: cp313-cp313-manylinux_2_17_i686
5
+ Tag: cp313-cp313-manylinux2014_i686
6
+
@@ -0,0 +1 @@
1
+ dpm_srm
Binary file