mergeron_extra 2025.739411.0__py3-none-any.whl → 2026.739650.1__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.
- mergeron_extra/__init__.py +1 -1
- {mergeron_extra-2025.739411.0.dist-info → mergeron_extra-2026.739650.1.dist-info}/METADATA +3 -4
- {mergeron_extra-2025.739411.0.dist-info → mergeron_extra-2026.739650.1.dist-info}/RECORD +4 -4
- {mergeron_extra-2025.739411.0.dist-info → mergeron_extra-2026.739650.1.dist-info}/WHEEL +0 -0
mergeron_extra/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mergeron_extra
|
|
3
|
-
Version:
|
|
3
|
+
Version: 2026.739650.1
|
|
4
4
|
Summary: Tools for users of the mergeron package.
|
|
5
5
|
License-Expression: MIT
|
|
6
6
|
Author: Murthy Kambhampaty
|
|
@@ -19,7 +19,6 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
19
19
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
20
20
|
Requires-Dist: aenum (>=3.1.15)
|
|
21
21
|
Requires-Dist: certifi (>=2023.11.17)
|
|
22
|
-
Requires-Dist: frozendict (>=2.4.7)
|
|
23
22
|
Requires-Dist: matplotlib (>=3.8)
|
|
24
23
|
Requires-Dist: mergeron (>=2026.739636.0)
|
|
25
24
|
Requires-Dist: numpy (>=2.0)
|
|
@@ -30,7 +29,7 @@ Description-Content-Type: text/x-rst
|
|
|
30
29
|
mergeron-extra: Support package for users of `mergeron`
|
|
31
30
|
=======================================================
|
|
32
31
|
|
|
33
|
-
Modules potentially useful to users of the :code:`mergeron` package
|
|
32
|
+
Modules potentially useful to users of the :code:`mergeron` package.
|
|
34
33
|
|
|
35
34
|
The module :code:`mergeron_extra.proportions_tests` provides methods for estimating confidence intervals for proportions and for contrasts (differences) in proportions. This module is coded for conformance to the literature and to results from the corresponding modules in :code:`R`. Although written from scratch, the APIs implemented in the module included here are designed for consistency with the APIs in, :code:`statsmodels.stats.proportion` from the package, :code:`statsmodels` (https://pypi.org/project/statsmodels/). To access these directly:
|
|
36
35
|
|
|
@@ -38,7 +37,7 @@ The module :code:`mergeron_extra.proportions_tests` provides methods for estimat
|
|
|
38
37
|
|
|
39
38
|
import mergeron_extra.proportions_tests as prci
|
|
40
39
|
|
|
41
|
-
Module :code:`mergeron_extra.xlsxw_helper` is useful for writing highly formatted output to spreadsheets with xlsx format. The class, :code:`mergeron_extra.xlsxw_helper.CFmt` and function, :code:`mergeron_extra.xlsxw_helper.array_to_sheet` are of particular interest, and can be accessed as :code:`xlh.CFmt` and :code:`xlh.array_to_sheet` with the following import:
|
|
40
|
+
Module :code:`mergeron_extra.xlsxw_helper` is useful for writing highly formatted output to spreadsheets with xlsx format. (Does not re-export the parent package, `xlsxwriter`.) The class, :code:`mergeron_extra.xlsxw_helper.CFmt` and function, :code:`mergeron_extra.xlsxw_helper.array_to_sheet` are of particular interest, and can be accessed as :code:`xlh.CFmt` and :code:`xlh.array_to_sheet` with the following import:
|
|
42
41
|
|
|
43
42
|
.. code-block:: python
|
|
44
43
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
mergeron_extra/__init__.py,sha256=
|
|
1
|
+
mergeron_extra/__init__.py,sha256=1WjxMLgzEFG7h-K29SByTEnJSzhD5cDRvyLObpjCBGw,399
|
|
2
2
|
mergeron_extra/proportions_tests.py,sha256=GWQ6rMhphe1XL55m8tuccGwshN9Tms9wmrfEZjpeaRw,15524
|
|
3
3
|
mergeron_extra/py.types,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
mergeron_extra/tol_colors.py,sha256=9x83ymz5xcmHAVmDzifLe_GZWvL03c7hxbKQW6XPLek,22626
|
|
5
5
|
mergeron_extra/xlsxw_helper.py,sha256=WW8sSqPSChlVsi60r2W4HSRB52ZWlEp35d1StHJa1HQ,19358
|
|
6
|
-
mergeron_extra-
|
|
7
|
-
mergeron_extra-
|
|
8
|
-
mergeron_extra-
|
|
6
|
+
mergeron_extra-2026.739650.1.dist-info/METADATA,sha256=cfu5ToQlc5E-KMyS3fF3y0WJk3Ua0I-m7NTTw52mAIo,3584
|
|
7
|
+
mergeron_extra-2026.739650.1.dist-info/WHEEL,sha256=kJCRJT_g0adfAJzTx2GUMmS80rTJIVHRCfG0DQgLq3o,88
|
|
8
|
+
mergeron_extra-2026.739650.1.dist-info/RECORD,,
|
|
File without changes
|