pragmastat 3.1.20__tar.gz → 3.1.21__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.

Files changed (22) hide show
  1. {pragmastat-3.1.20/pragmastat.egg-info → pragmastat-3.1.21}/PKG-INFO +3 -3
  2. {pragmastat-3.1.20 → pragmastat-3.1.21}/README.md +2 -2
  3. {pragmastat-3.1.20 → pragmastat-3.1.21}/pragmastat/__init__.py +1 -1
  4. {pragmastat-3.1.20 → pragmastat-3.1.21/pragmastat.egg-info}/PKG-INFO +3 -3
  5. {pragmastat-3.1.20 → pragmastat-3.1.21}/pyproject.toml +1 -1
  6. {pragmastat-3.1.20 → pragmastat-3.1.21}/LICENSE +0 -0
  7. {pragmastat-3.1.20 → pragmastat-3.1.21}/MANIFEST.in +0 -0
  8. {pragmastat-3.1.20 → pragmastat-3.1.21}/examples/demo.py +0 -0
  9. {pragmastat-3.1.20 → pragmastat-3.1.21}/pragmastat/estimators.py +0 -0
  10. {pragmastat-3.1.20 → pragmastat-3.1.21}/pragmastat/fast_center.py +0 -0
  11. {pragmastat-3.1.20 → pragmastat-3.1.21}/pragmastat/fast_spread.py +0 -0
  12. {pragmastat-3.1.20 → pragmastat-3.1.21}/pragmastat.egg-info/SOURCES.txt +0 -0
  13. {pragmastat-3.1.20 → pragmastat-3.1.21}/pragmastat.egg-info/dependency_links.txt +0 -0
  14. {pragmastat-3.1.20 → pragmastat-3.1.21}/pragmastat.egg-info/requires.txt +0 -0
  15. {pragmastat-3.1.20 → pragmastat-3.1.21}/pragmastat.egg-info/top_level.txt +0 -0
  16. {pragmastat-3.1.20 → pragmastat-3.1.21}/setup.cfg +0 -0
  17. {pragmastat-3.1.20 → pragmastat-3.1.21}/setup.py +0 -0
  18. {pragmastat-3.1.20 → pragmastat-3.1.21}/src/fast_center_c.c +0 -0
  19. {pragmastat-3.1.20 → pragmastat-3.1.21}/src/fast_spread_c.c +0 -0
  20. {pragmastat-3.1.20 → pragmastat-3.1.21}/tests/test_invariance.py +0 -0
  21. {pragmastat-3.1.20 → pragmastat-3.1.21}/tests/test_performance.py +0 -0
  22. {pragmastat-3.1.20 → pragmastat-3.1.21}/tests/test_reference.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pragmastat
3
- Version: 3.1.20
3
+ Version: 3.1.21
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.20.pdf
21
+ - PDF manual for this version: https://pragmastat.dev/pragmastat-v3.1.21.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.20/python
24
+ - Source code: https://github.com/AndreyAkinshin/pragmastat/tree/v3.1.21/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.20.pdf
5
+ - PDF manual for this version: https://pragmastat.dev/pragmastat-v3.1.21.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.20/python
8
+ - Source code: https://github.com/AndreyAkinshin/pragmastat/tree/v3.1.21/python
9
9
 
10
10
  ## Installation
11
11
 
@@ -18,4 +18,4 @@ __all__ = [
18
18
  'disparity'
19
19
  ]
20
20
 
21
- __version__ = '3.1.20'
21
+ __version__ = '3.1.21'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pragmastat
3
- Version: 3.1.20
3
+ Version: 3.1.21
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.20.pdf
21
+ - PDF manual for this version: https://pragmastat.dev/pragmastat-v3.1.21.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.20/python
24
+ - Source code: https://github.com/AndreyAkinshin/pragmastat/tree/v3.1.21/python
25
25
 
26
26
  ## Installation
27
27
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pragmastat"
3
- version = "3.1.20"
3
+ version = "3.1.21"
4
4
  description = "Pragmastat: Pragmatic Statistical Toolkit"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.8"
File without changes
File without changes
File without changes
File without changes