dpm-srm 0.1.5__cp311-cp311-musllinux_1_2_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.
- dpm_srm-0.1.5.dist-info/LICENSE +57 -0
- dpm_srm-0.1.5.dist-info/METADATA +24 -0
- dpm_srm-0.1.5.dist-info/RECORD +8 -0
- dpm_srm-0.1.5.dist-info/WHEEL +5 -0
- dpm_srm-0.1.5.dist-info/top_level.txt +1 -0
- dpm_srm.cpython-311-i386-linux-musl.so +0 -0
- dpm_srm.libs/libgcc_s-f3fb5a36.so.1 +0 -0
- dpm_srm.libs/libstdc++-d2a021ba.so.6.0.32 +0 -0
|
@@ -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,8 @@
|
|
|
1
|
+
dpm_srm.cpython-311-i386-linux-musl.so,sha256=Izurgs2LHGZrG2a1S8tWEpFzg9e8L2Eid3DiFt_7eFU,351997
|
|
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=ZWrshIH2vXeLwbOaiqCk8OeMWp3bx051yOYasYtZDEs,110
|
|
7
|
+
dpm_srm.libs/libstdc++-d2a021ba.so.6.0.32,sha256=1zr_iwGwEBe95gyKdgiw7C4Y1RR9ijV40j66rk4elzg,3537349
|
|
8
|
+
dpm_srm.libs/libgcc_s-f3fb5a36.so.1,sha256=SrjjCCuY7RHj-T9JLrY9XFMgCCpYD9Qmezr4uoJGVEQ,168321
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
dpm_srm
|
|
Binary file
|
|
Binary file
|
|
Binary file
|