pragmastat 3.1.25__tar.gz → 3.1.26__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.25/pragmastat.egg-info → pragmastat-3.1.26}/PKG-INFO +5 -4
- {pragmastat-3.1.25 → pragmastat-3.1.26}/README.md +4 -3
- {pragmastat-3.1.25 → pragmastat-3.1.26/pragmastat.egg-info}/PKG-INFO +5 -4
- {pragmastat-3.1.25 → pragmastat-3.1.26}/pyproject.toml +1 -1
- {pragmastat-3.1.25 → pragmastat-3.1.26}/LICENSE +0 -0
- {pragmastat-3.1.25 → pragmastat-3.1.26}/MANIFEST.in +0 -0
- {pragmastat-3.1.25 → pragmastat-3.1.26}/examples/demo.py +0 -0
- {pragmastat-3.1.25 → pragmastat-3.1.26}/pragmastat/__init__.py +0 -0
- {pragmastat-3.1.25 → pragmastat-3.1.26}/pragmastat/estimators.py +0 -0
- {pragmastat-3.1.25 → pragmastat-3.1.26}/pragmastat/fast_center.py +0 -0
- {pragmastat-3.1.25 → pragmastat-3.1.26}/pragmastat/fast_spread.py +0 -0
- {pragmastat-3.1.25 → pragmastat-3.1.26}/pragmastat.egg-info/SOURCES.txt +0 -0
- {pragmastat-3.1.25 → pragmastat-3.1.26}/pragmastat.egg-info/dependency_links.txt +0 -0
- {pragmastat-3.1.25 → pragmastat-3.1.26}/pragmastat.egg-info/requires.txt +0 -0
- {pragmastat-3.1.25 → pragmastat-3.1.26}/pragmastat.egg-info/top_level.txt +0 -0
- {pragmastat-3.1.25 → pragmastat-3.1.26}/setup.cfg +0 -0
- {pragmastat-3.1.25 → pragmastat-3.1.26}/setup.py +0 -0
- {pragmastat-3.1.25 → pragmastat-3.1.26}/src/fast_center_c.c +0 -0
- {pragmastat-3.1.25 → pragmastat-3.1.26}/src/fast_spread_c.c +0 -0
- {pragmastat-3.1.25 → pragmastat-3.1.26}/tests/test_invariance.py +0 -0
- {pragmastat-3.1.25 → pragmastat-3.1.26}/tests/test_performance.py +0 -0
- {pragmastat-3.1.25 → pragmastat-3.1.26}/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.26
|
|
4
4
|
Summary: Pragmastat: Pragmatic Statistical Toolkit
|
|
5
5
|
Author: Andrey Akinshin
|
|
6
6
|
License-Expression: MIT
|
|
@@ -18,8 +18,9 @@ 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: [pragmastat-v3.1.
|
|
22
|
-
-
|
|
21
|
+
- PDF manual for this version: [pragmastat-v3.1.26.pdf](https://github.com/AndreyAkinshin/pragmastat/releases/download/v3.1.26/pragmastat-v3.1.26.pdf)
|
|
22
|
+
- Markdown manual for this version: [pragmastat-v3.1.26.md](https://github.com/AndreyAkinshin/pragmastat/releases/download/v3.1.26/pragmastat-v3.1.26.md)
|
|
23
|
+
- Source code for this version: [pragmastat/python/v3.1.26](https://github.com/AndreyAkinshin/pragmastat/tree/v3.1.26/python)
|
|
23
24
|
- Latest online manual: https://pragmastat.dev
|
|
24
25
|
- Manual DOI: [10.5281/zenodo.17236778](https://doi.org/10.5281/zenodo.17236778)
|
|
25
26
|
|
|
@@ -28,7 +29,7 @@ This is a Python implementation of 'Pragmastat: Pragmatic Statistical Toolkit',
|
|
|
28
29
|
Install from PyPI:
|
|
29
30
|
|
|
30
31
|
```bash
|
|
31
|
-
pip install pragmastat==3.1.
|
|
32
|
+
pip install pragmastat==3.1.26
|
|
32
33
|
```
|
|
33
34
|
|
|
34
35
|
## Demo
|
|
@@ -2,8 +2,9 @@
|
|
|
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: [pragmastat-v3.1.
|
|
6
|
-
-
|
|
5
|
+
- PDF manual for this version: [pragmastat-v3.1.26.pdf](https://github.com/AndreyAkinshin/pragmastat/releases/download/v3.1.26/pragmastat-v3.1.26.pdf)
|
|
6
|
+
- Markdown manual for this version: [pragmastat-v3.1.26.md](https://github.com/AndreyAkinshin/pragmastat/releases/download/v3.1.26/pragmastat-v3.1.26.md)
|
|
7
|
+
- Source code for this version: [pragmastat/python/v3.1.26](https://github.com/AndreyAkinshin/pragmastat/tree/v3.1.26/python)
|
|
7
8
|
- Latest online manual: https://pragmastat.dev
|
|
8
9
|
- Manual DOI: [10.5281/zenodo.17236778](https://doi.org/10.5281/zenodo.17236778)
|
|
9
10
|
|
|
@@ -12,7 +13,7 @@ This is a Python implementation of 'Pragmastat: Pragmatic Statistical Toolkit',
|
|
|
12
13
|
Install from PyPI:
|
|
13
14
|
|
|
14
15
|
```bash
|
|
15
|
-
pip install pragmastat==3.1.
|
|
16
|
+
pip install pragmastat==3.1.26
|
|
16
17
|
```
|
|
17
18
|
|
|
18
19
|
## Demo
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pragmastat
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.26
|
|
4
4
|
Summary: Pragmastat: Pragmatic Statistical Toolkit
|
|
5
5
|
Author: Andrey Akinshin
|
|
6
6
|
License-Expression: MIT
|
|
@@ -18,8 +18,9 @@ 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: [pragmastat-v3.1.
|
|
22
|
-
-
|
|
21
|
+
- PDF manual for this version: [pragmastat-v3.1.26.pdf](https://github.com/AndreyAkinshin/pragmastat/releases/download/v3.1.26/pragmastat-v3.1.26.pdf)
|
|
22
|
+
- Markdown manual for this version: [pragmastat-v3.1.26.md](https://github.com/AndreyAkinshin/pragmastat/releases/download/v3.1.26/pragmastat-v3.1.26.md)
|
|
23
|
+
- Source code for this version: [pragmastat/python/v3.1.26](https://github.com/AndreyAkinshin/pragmastat/tree/v3.1.26/python)
|
|
23
24
|
- Latest online manual: https://pragmastat.dev
|
|
24
25
|
- Manual DOI: [10.5281/zenodo.17236778](https://doi.org/10.5281/zenodo.17236778)
|
|
25
26
|
|
|
@@ -28,7 +29,7 @@ This is a Python implementation of 'Pragmastat: Pragmatic Statistical Toolkit',
|
|
|
28
29
|
Install from PyPI:
|
|
29
30
|
|
|
30
31
|
```bash
|
|
31
|
-
pip install pragmastat==3.1.
|
|
32
|
+
pip install pragmastat==3.1.26
|
|
32
33
|
```
|
|
33
34
|
|
|
34
35
|
## Demo
|
|
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
|
|
File without changes
|