statslibx 0.2.9__tar.gz → 0.3.0__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.
- {statslibx-0.2.9/statslibx.egg-info → statslibx-0.3.0}/PKG-INFO +7 -7
- {statslibx-0.2.9 → statslibx-0.3.0}/README.md +4 -4
- {statslibx-0.2.9 → statslibx-0.3.0}/pyproject.toml +3 -3
- {statslibx-0.2.9 → statslibx-0.3.0}/statslibx/__init__.py +1 -1
- {statslibx-0.2.9 → statslibx-0.3.0/statslibx.egg-info}/PKG-INFO +7 -7
- {statslibx-0.2.9 → statslibx-0.3.0}/tests/test_smoke.py +2 -2
- {statslibx-0.2.9 → statslibx-0.3.0}/MANIFEST.in +0 -0
- {statslibx-0.2.9 → statslibx-0.3.0}/setup.cfg +0 -0
- {statslibx-0.2.9 → statslibx-0.3.0}/statslibx/_stats_utils.py +0 -0
- {statslibx-0.2.9 → statslibx-0.3.0}/statslibx/backend.py +0 -0
- {statslibx-0.2.9 → statslibx-0.3.0}/statslibx/cli.py +0 -0
- {statslibx-0.2.9 → statslibx-0.3.0}/statslibx/computational.py +0 -0
- {statslibx-0.2.9 → statslibx-0.3.0}/statslibx/datasets/Cocoa_Bubbles_Investment_Nigeria_Ghana_1980_2023.xlsx +0 -0
- {statslibx-0.2.9 → statslibx-0.3.0}/statslibx/datasets/__init__.py +0 -0
- {statslibx-0.2.9 → statslibx-0.3.0}/statslibx/datasets/course_completion.csv +0 -0
- {statslibx-0.2.9 → statslibx-0.3.0}/statslibx/datasets/iris.csv +0 -0
- {statslibx-0.2.9 → statslibx-0.3.0}/statslibx/datasets/penguins.csv +0 -0
- {statslibx-0.2.9 → statslibx-0.3.0}/statslibx/datasets/sp500_companies.csv +0 -0
- {statslibx-0.2.9 → statslibx-0.3.0}/statslibx/datasets/titanic.csv +0 -0
- {statslibx-0.2.9 → statslibx-0.3.0}/statslibx/descriptive.py +0 -0
- {statslibx-0.2.9 → statslibx-0.3.0}/statslibx/inferential.py +0 -0
- {statslibx-0.2.9 → statslibx-0.3.0}/statslibx/preprocessing/__init__.py +0 -0
- {statslibx-0.2.9 → statslibx-0.3.0}/statslibx/py.typed +0 -0
- {statslibx-0.2.9 → statslibx-0.3.0}/statslibx/utils.py +0 -0
- {statslibx-0.2.9 → statslibx-0.3.0}/statslibx/viewx/__init__.py +0 -0
- {statslibx-0.2.9 → statslibx-0.3.0}/statslibx/viewx/adapters.py +0 -0
- {statslibx-0.2.9 → statslibx-0.3.0}/statslibx.egg-info/SOURCES.txt +0 -0
- {statslibx-0.2.9 → statslibx-0.3.0}/statslibx.egg-info/dependency_links.txt +0 -0
- {statslibx-0.2.9 → statslibx-0.3.0}/statslibx.egg-info/entry_points.txt +0 -0
- {statslibx-0.2.9 → statslibx-0.3.0}/statslibx.egg-info/requires.txt +0 -0
- {statslibx-0.2.9 → statslibx-0.3.0}/statslibx.egg-info/top_level.txt +0 -0
- {statslibx-0.2.9 → statslibx-0.3.0}/tests/test1.py +0 -0
- {statslibx-0.2.9 → statslibx-0.3.0}/tests/test2.py +0 -0
- {statslibx-0.2.9 → statslibx-0.3.0}/tests/test3.py +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: statslibx
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3.0
|
|
4
4
|
Summary: Statistical library for descriptive, inferential, and computational analysis
|
|
5
5
|
Author: Emmanuel Ascendra
|
|
6
6
|
License: MIT
|
|
7
|
-
Project-URL: Homepage, https://
|
|
8
|
-
Project-URL: Documentation, https://
|
|
7
|
+
Project-URL: Homepage, https://statslibx.vercel.app/
|
|
8
|
+
Project-URL: Documentation, https://github.com/GhostAnalyst30/StatsLibX
|
|
9
9
|
Keywords: statistics,data-science,pandas,polars
|
|
10
10
|
Classifier: Programming Language :: Python :: 3
|
|
11
11
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
@@ -62,11 +62,11 @@ Requires-Dist: openpyxl>=3.0; extra == "all"
|
|
|
62
62
|
|
|
63
63
|
**StatsLibX** es una librería de Python moderna para análisis estadístico y ciencia de datos. Ofrece una API clara basada en clases, soporte dual **pandas / polars**, datasets embebidos, preprocesamiento, estadística computacional y un puente de reportes con **ViewX**.
|
|
64
64
|
|
|
65
|
-
> **Versión actual:** `0.
|
|
65
|
+
> **Versión actual:** `0.3.0` · **Autor:** Emmanuel Ascendra
|
|
66
66
|
|
|
67
67
|
---
|
|
68
68
|
|
|
69
|
-
## Novedades en v0.
|
|
69
|
+
## Novedades en v0.3.0
|
|
70
70
|
|
|
71
71
|
| Área | Cambio |
|
|
72
72
|
|------|--------|
|
|
@@ -76,7 +76,7 @@ Requires-Dist: openpyxl>=3.0; extra == "all"
|
|
|
76
76
|
| **Preprocessing** | `clean_data()` ampliado (escalado, outliers, transforms) y `change_dtypes()` con polars |
|
|
77
77
|
| **ViewX** | `to_report_data()` — serializa resultados statslibx para `Report` / `HTML` |
|
|
78
78
|
| **Packaging** | `pyproject.toml`, extras opcionales, CLI `statslibx`, marcador `py.typed` |
|
|
79
|
-
| **Docs web** | Sitio Next.js v0.
|
|
79
|
+
| **Docs web** | Sitio Next.js v0.3.0, playground Pyodide alineado con la API real |
|
|
80
80
|
|
|
81
81
|
---
|
|
82
82
|
|
|
@@ -325,5 +325,5 @@ Abre un [issue](https://github.com/GhostAnalyst30/StatsLibX/issues) o un pull re
|
|
|
325
325
|
---
|
|
326
326
|
|
|
327
327
|
<p align="center">
|
|
328
|
-
Desarrollado por <strong>Emmanuel Ascendra</strong> · StatsLibX v0.
|
|
328
|
+
Desarrollado por <strong>Emmanuel Ascendra</strong> · StatsLibX v0.3.0 · MIT License
|
|
329
329
|
</p>
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
|
|
27
27
|
**StatsLibX** es una librería de Python moderna para análisis estadístico y ciencia de datos. Ofrece una API clara basada en clases, soporte dual **pandas / polars**, datasets embebidos, preprocesamiento, estadística computacional y un puente de reportes con **ViewX**.
|
|
28
28
|
|
|
29
|
-
> **Versión actual:** `0.
|
|
29
|
+
> **Versión actual:** `0.3.0` · **Autor:** Emmanuel Ascendra
|
|
30
30
|
|
|
31
31
|
---
|
|
32
32
|
|
|
33
|
-
## Novedades en v0.
|
|
33
|
+
## Novedades en v0.3.0
|
|
34
34
|
|
|
35
35
|
| Área | Cambio |
|
|
36
36
|
|------|--------|
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
| **Preprocessing** | `clean_data()` ampliado (escalado, outliers, transforms) y `change_dtypes()` con polars |
|
|
41
41
|
| **ViewX** | `to_report_data()` — serializa resultados statslibx para `Report` / `HTML` |
|
|
42
42
|
| **Packaging** | `pyproject.toml`, extras opcionales, CLI `statslibx`, marcador `py.typed` |
|
|
43
|
-
| **Docs web** | Sitio Next.js v0.
|
|
43
|
+
| **Docs web** | Sitio Next.js v0.3.0, playground Pyodide alineado con la API real |
|
|
44
44
|
|
|
45
45
|
---
|
|
46
46
|
|
|
@@ -289,5 +289,5 @@ Abre un [issue](https://github.com/GhostAnalyst30/StatsLibX/issues) o un pull re
|
|
|
289
289
|
---
|
|
290
290
|
|
|
291
291
|
<p align="center">
|
|
292
|
-
Desarrollado por <strong>Emmanuel Ascendra</strong> · StatsLibX v0.
|
|
292
|
+
Desarrollado por <strong>Emmanuel Ascendra</strong> · StatsLibX v0.3.0 · MIT License
|
|
293
293
|
</p>
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "statslibx"
|
|
7
|
-
version = "0.
|
|
7
|
+
version = "0.3.0"
|
|
8
8
|
description = "Statistical library for descriptive, inferential, and computational analysis"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.9"
|
|
@@ -43,8 +43,8 @@ all = [
|
|
|
43
43
|
statslibx = "statslibx.cli:main"
|
|
44
44
|
|
|
45
45
|
[project.urls]
|
|
46
|
-
Homepage = "https://
|
|
47
|
-
Documentation = "https://
|
|
46
|
+
Homepage = "https://statslibx.vercel.app/"
|
|
47
|
+
Documentation = "https://github.com/GhostAnalyst30/StatsLibX"
|
|
48
48
|
|
|
49
49
|
[tool.setuptools.packages.find]
|
|
50
50
|
where = ["."]
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: statslibx
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3.0
|
|
4
4
|
Summary: Statistical library for descriptive, inferential, and computational analysis
|
|
5
5
|
Author: Emmanuel Ascendra
|
|
6
6
|
License: MIT
|
|
7
|
-
Project-URL: Homepage, https://
|
|
8
|
-
Project-URL: Documentation, https://
|
|
7
|
+
Project-URL: Homepage, https://statslibx.vercel.app/
|
|
8
|
+
Project-URL: Documentation, https://github.com/GhostAnalyst30/StatsLibX
|
|
9
9
|
Keywords: statistics,data-science,pandas,polars
|
|
10
10
|
Classifier: Programming Language :: Python :: 3
|
|
11
11
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
@@ -62,11 +62,11 @@ Requires-Dist: openpyxl>=3.0; extra == "all"
|
|
|
62
62
|
|
|
63
63
|
**StatsLibX** es una librería de Python moderna para análisis estadístico y ciencia de datos. Ofrece una API clara basada en clases, soporte dual **pandas / polars**, datasets embebidos, preprocesamiento, estadística computacional y un puente de reportes con **ViewX**.
|
|
64
64
|
|
|
65
|
-
> **Versión actual:** `0.
|
|
65
|
+
> **Versión actual:** `0.3.0` · **Autor:** Emmanuel Ascendra
|
|
66
66
|
|
|
67
67
|
---
|
|
68
68
|
|
|
69
|
-
## Novedades en v0.
|
|
69
|
+
## Novedades en v0.3.0
|
|
70
70
|
|
|
71
71
|
| Área | Cambio |
|
|
72
72
|
|------|--------|
|
|
@@ -76,7 +76,7 @@ Requires-Dist: openpyxl>=3.0; extra == "all"
|
|
|
76
76
|
| **Preprocessing** | `clean_data()` ampliado (escalado, outliers, transforms) y `change_dtypes()` con polars |
|
|
77
77
|
| **ViewX** | `to_report_data()` — serializa resultados statslibx para `Report` / `HTML` |
|
|
78
78
|
| **Packaging** | `pyproject.toml`, extras opcionales, CLI `statslibx`, marcador `py.typed` |
|
|
79
|
-
| **Docs web** | Sitio Next.js v0.
|
|
79
|
+
| **Docs web** | Sitio Next.js v0.3.0, playground Pyodide alineado con la API real |
|
|
80
80
|
|
|
81
81
|
---
|
|
82
82
|
|
|
@@ -325,5 +325,5 @@ Abre un [issue](https://github.com/GhostAnalyst30/StatsLibX/issues) o un pull re
|
|
|
325
325
|
---
|
|
326
326
|
|
|
327
327
|
<p align="center">
|
|
328
|
-
Desarrollado por <strong>Emmanuel Ascendra</strong> · StatsLibX v0.
|
|
328
|
+
Desarrollado por <strong>Emmanuel Ascendra</strong> · StatsLibX v0.3.0 · MIT License
|
|
329
329
|
</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"""Smoke tests for statslibx v0.
|
|
1
|
+
"""Smoke tests for statslibx v0.3.0."""
|
|
2
2
|
|
|
3
3
|
import importlib.util
|
|
4
4
|
|
|
@@ -24,7 +24,7 @@ requires_polars = pytest.mark.skipif(
|
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
def test_version():
|
|
27
|
-
assert __version__ == "0.
|
|
27
|
+
assert __version__ == "0.3.0"
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
def test_backend_pandas():
|
|
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
|
|
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
|