pragmastat 3.1.14__tar.gz → 3.1.15__tar.gz
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 pragmastat might be problematic. Click here for more details.
- {pragmastat-3.1.14/pragmastat.egg-info → pragmastat-3.1.15}/PKG-INFO +3 -3
- {pragmastat-3.1.14 → pragmastat-3.1.15}/README.md +2 -2
- {pragmastat-3.1.14 → pragmastat-3.1.15}/pragmastat/__init__.py +1 -1
- {pragmastat-3.1.14 → pragmastat-3.1.15/pragmastat.egg-info}/PKG-INFO +3 -3
- {pragmastat-3.1.14 → pragmastat-3.1.15}/pyproject.toml +1 -1
- {pragmastat-3.1.14 → pragmastat-3.1.15}/LICENSE +0 -0
- {pragmastat-3.1.14 → pragmastat-3.1.15}/MANIFEST.in +0 -0
- {pragmastat-3.1.14 → pragmastat-3.1.15}/examples/demo.py +0 -0
- {pragmastat-3.1.14 → pragmastat-3.1.15}/pragmastat/estimators.py +0 -0
- {pragmastat-3.1.14 → pragmastat-3.1.15}/pragmastat/fast_center.py +0 -0
- {pragmastat-3.1.14 → pragmastat-3.1.15}/pragmastat/fast_spread.py +0 -0
- {pragmastat-3.1.14 → pragmastat-3.1.15}/pragmastat.egg-info/SOURCES.txt +0 -0
- {pragmastat-3.1.14 → pragmastat-3.1.15}/pragmastat.egg-info/dependency_links.txt +0 -0
- {pragmastat-3.1.14 → pragmastat-3.1.15}/pragmastat.egg-info/requires.txt +0 -0
- {pragmastat-3.1.14 → pragmastat-3.1.15}/pragmastat.egg-info/top_level.txt +0 -0
- {pragmastat-3.1.14 → pragmastat-3.1.15}/setup.cfg +0 -0
- {pragmastat-3.1.14 → pragmastat-3.1.15}/setup.py +0 -0
- {pragmastat-3.1.14 → pragmastat-3.1.15}/src/fast_center_c.c +0 -0
- {pragmastat-3.1.14 → pragmastat-3.1.15}/src/fast_spread_c.c +0 -0
- {pragmastat-3.1.14 → pragmastat-3.1.15}/tests/test_invariance.py +0 -0
- {pragmastat-3.1.14 → pragmastat-3.1.15}/tests/test_performance.py +0 -0
- {pragmastat-3.1.14 → pragmastat-3.1.15}/tests/test_reference.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pragmastat
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.15
|
|
4
4
|
Summary: Pragmastat: Pragmatic Statistical Toolkit
|
|
5
5
|
Author: Andrey Akinshin
|
|
6
6
|
License-Expression: MIT
|
|
@@ -18,10 +18,10 @@ Dynamic: license-file
|
|
|
18
18
|
|
|
19
19
|
This is a Python implementation of 'Pragmastat: Pragmatic Statistical Toolkit', which presents a toolkit of statistical procedures that provide reliable results across diverse real-world distributions, with ready-to-use implementations and detailed explanations.
|
|
20
20
|
|
|
21
|
-
- PDF manual for this version: https://pragmastat.dev/pragmastat-v3.1.
|
|
21
|
+
- PDF manual for this version: https://pragmastat.dev/pragmastat-v3.1.15.pdf
|
|
22
22
|
- Online manual for the latest version: https://pragmastat.dev
|
|
23
23
|
- Manual DOI: [10.5281/zenodo.17236778](https://doi.org/10.5281/zenodo.17236778)
|
|
24
|
-
- Source code: https://github.com/AndreyAkinshin/pragmastat/tree/v3.1.
|
|
24
|
+
- Source code: https://github.com/AndreyAkinshin/pragmastat/tree/v3.1.15/python
|
|
25
25
|
|
|
26
26
|
## Installation
|
|
27
27
|
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
This is a Python implementation of 'Pragmastat: Pragmatic Statistical Toolkit', which presents a toolkit of statistical procedures that provide reliable results across diverse real-world distributions, with ready-to-use implementations and detailed explanations.
|
|
4
4
|
|
|
5
|
-
- PDF manual for this version: https://pragmastat.dev/pragmastat-v3.1.
|
|
5
|
+
- PDF manual for this version: https://pragmastat.dev/pragmastat-v3.1.15.pdf
|
|
6
6
|
- Online manual for the latest version: https://pragmastat.dev
|
|
7
7
|
- Manual DOI: [10.5281/zenodo.17236778](https://doi.org/10.5281/zenodo.17236778)
|
|
8
|
-
- Source code: https://github.com/AndreyAkinshin/pragmastat/tree/v3.1.
|
|
8
|
+
- Source code: https://github.com/AndreyAkinshin/pragmastat/tree/v3.1.15/python
|
|
9
9
|
|
|
10
10
|
## Installation
|
|
11
11
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pragmastat
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.15
|
|
4
4
|
Summary: Pragmastat: Pragmatic Statistical Toolkit
|
|
5
5
|
Author: Andrey Akinshin
|
|
6
6
|
License-Expression: MIT
|
|
@@ -18,10 +18,10 @@ Dynamic: license-file
|
|
|
18
18
|
|
|
19
19
|
This is a Python implementation of 'Pragmastat: Pragmatic Statistical Toolkit', which presents a toolkit of statistical procedures that provide reliable results across diverse real-world distributions, with ready-to-use implementations and detailed explanations.
|
|
20
20
|
|
|
21
|
-
- PDF manual for this version: https://pragmastat.dev/pragmastat-v3.1.
|
|
21
|
+
- PDF manual for this version: https://pragmastat.dev/pragmastat-v3.1.15.pdf
|
|
22
22
|
- Online manual for the latest version: https://pragmastat.dev
|
|
23
23
|
- Manual DOI: [10.5281/zenodo.17236778](https://doi.org/10.5281/zenodo.17236778)
|
|
24
|
-
- Source code: https://github.com/AndreyAkinshin/pragmastat/tree/v3.1.
|
|
24
|
+
- Source code: https://github.com/AndreyAkinshin/pragmastat/tree/v3.1.15/python
|
|
25
25
|
|
|
26
26
|
## Installation
|
|
27
27
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|