pandas-survey-toolkit 1.0.9__tar.gz → 1.0.10__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.
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/.github/workflows/publish.yml +32 -1
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/PKG-INFO +5 -4
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/setup.py +4 -4
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/src/pandas_survey_toolkit.egg-info/PKG-INFO +5 -4
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/src/pandas_survey_toolkit.egg-info/requires.txt +3 -2
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/.gitignore +0 -0
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/.readthedocs.yaml +0 -0
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/LICENSE +0 -0
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/MANIFEST.in +0 -0
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/README.md +0 -0
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/docs/Makefile +0 -0
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/docs/make.bat +0 -0
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/docs/requirements.txt +0 -0
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/docs/source/api/analytics.rst +0 -0
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/docs/source/api/index.rst +0 -0
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/docs/source/api/nlp.rst +0 -0
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/docs/source/api/vis.rst +0 -0
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/docs/source/conf.py +0 -0
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/docs/source/examples/01 - extract sentiment.ipynb +0 -0
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/docs/source/examples/02 - cluster comments.ipynb +0 -0
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/docs/source/examples/03 - cluster questions.ipynb +0 -0
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/docs/source/examples.rst +0 -0
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/docs/source/index.rst +0 -0
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/docs/source/installation.rst +0 -0
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/docs/source/usage.rst +0 -0
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/notebooks/austin_likert.xlsx +0 -0
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/notebooks/keyword_graph.html +0 -0
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/notebooks/keyword_sentiment_graph.html +0 -0
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/notebooks/tutorial_cluster_comments.ipynb +0 -0
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/notebooks/tutorial_cluster_likert.ipynb +0 -0
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/pyproject.toml +0 -0
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/requirements.txt +0 -0
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/setup.cfg +0 -0
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/src/pandas_survey_toolkit/__init__.py +0 -0
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/src/pandas_survey_toolkit/analytics.py +0 -0
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/src/pandas_survey_toolkit/nlp.py +0 -0
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/src/pandas_survey_toolkit/utils.py +0 -0
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/src/pandas_survey_toolkit/vis.py +0 -0
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/src/pandas_survey_toolkit.egg-info/SOURCES.txt +0 -0
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/src/pandas_survey_toolkit.egg-info/dependency_links.txt +0 -0
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/src/pandas_survey_toolkit.egg-info/top_level.txt +0 -0
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/tests/__init__.py +0 -0
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/tests/context.py +0 -0
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/tests/test_analytics.py +0 -0
- {pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/tests/test_nlp.py +0 -0
@@ -46,4 +46,35 @@ jobs:
|
|
46
46
|
- name: Publish distribution 📦 to PyPI
|
47
47
|
uses: pypa/gh-action-pypi-publish@release/v1
|
48
48
|
with:
|
49
|
-
password: ${{ secrets.PYPI_API_TOKEN }}
|
49
|
+
password: ${{ secrets.PYPI_API_TOKEN }}
|
50
|
+
|
51
|
+
create-github-release:
|
52
|
+
name: Create GitHub Release
|
53
|
+
needs:
|
54
|
+
- publish-to-pypi
|
55
|
+
runs-on: ubuntu-latest
|
56
|
+
permissions:
|
57
|
+
contents: write # Required to create releases
|
58
|
+
steps:
|
59
|
+
- uses: actions/checkout@v4
|
60
|
+
- name: Create Release
|
61
|
+
uses: softprops/action-gh-release@v2
|
62
|
+
with:
|
63
|
+
tag_name: ${{ github.ref_name }}
|
64
|
+
name: Release ${{ github.ref_name }}
|
65
|
+
body: |
|
66
|
+
## Changes in ${{ github.ref_name }}
|
67
|
+
|
68
|
+
This release was automatically created from tag ${{ github.ref_name }}.
|
69
|
+
|
70
|
+
### What's New
|
71
|
+
- Package published to PyPI: https://pypi.org/project/pandas-survey-toolkit/${{ github.ref_name }}/
|
72
|
+
|
73
|
+
### Installation
|
74
|
+
```bash
|
75
|
+
pip install --upgrade pandas-survey-toolkit
|
76
|
+
```
|
77
|
+
|
78
|
+
For detailed changes, see the commit history between releases.
|
79
|
+
draft: false
|
80
|
+
prerelease: false
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pandas-survey-toolkit
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.10
|
4
4
|
Summary: A pandas extension for survey analysis
|
5
5
|
Home-page: https://github.com/Andy7475/pandas-survey-toolkit
|
6
6
|
Author: Andy Laing
|
@@ -10,18 +10,19 @@ Project-URL: Bug Tracker, https://github.com/Andy7475/pandas-survey-toolkit/issu
|
|
10
10
|
Classifier: Programming Language :: Python :: 3
|
11
11
|
Classifier: License :: OSI Approved :: MIT License
|
12
12
|
Classifier: Operating System :: OS Independent
|
13
|
-
Requires-Python: >=3.
|
13
|
+
Requires-Python: >=3.11
|
14
14
|
Description-Content-Type: text/markdown
|
15
15
|
License-File: LICENSE
|
16
16
|
Requires-Dist: torch<3.0,>=2.1.0
|
17
17
|
Requires-Dist: sentence-transformers<4.0,>=3.0
|
18
18
|
Requires-Dist: umap-learn<1.0,>=0.5
|
19
19
|
Requires-Dist: scikit-learn<2.0,>=1.3
|
20
|
-
Requires-Dist: pandas<3.0,>=2.0
|
20
|
+
Requires-Dist: pandas<3.0,>=2.2.0
|
21
|
+
Requires-Dist: numpy<2.0,>=1.26.0
|
21
22
|
Requires-Dist: pandas-flavor<1.0,>=0.6.0
|
22
23
|
Requires-Dist: spacy<4.0,>=3.0.0
|
23
24
|
Requires-Dist: gensim<5.0,>=4.0.0
|
24
|
-
Requires-Dist: altair<
|
25
|
+
Requires-Dist: altair<5.0,>=4.0.0
|
25
26
|
Requires-Dist: matplotlib<4.0,>=3.0.0
|
26
27
|
Requires-Dist: pyvis<1.0,>=0.3.2
|
27
28
|
Dynamic: author
|
@@ -22,18 +22,18 @@ setup(
|
|
22
22
|
],
|
23
23
|
package_dir={"": "src"},
|
24
24
|
packages=find_packages(where="src"),
|
25
|
-
python_requires=">=3.
|
25
|
+
python_requires=">=3.11",
|
26
26
|
install_requires=[
|
27
27
|
"torch>=2.1.0,<3.0", # Need 2.1+ for torch.compiler support
|
28
28
|
"sentence-transformers>=3.0,<4.0",
|
29
29
|
"umap-learn>=0.5,<1.0",
|
30
30
|
"scikit-learn>=1.3,<2.0", # Updated to allow 1.7.x
|
31
|
-
"pandas>=2.0,<3.0",
|
32
|
-
|
31
|
+
"pandas>=2.2.0,<3.0",
|
32
|
+
"numpy>=1.26.0,<2.0",
|
33
33
|
"pandas-flavor>=0.6.0,<1.0",
|
34
34
|
"spacy>=3.0.0,<4.0",
|
35
35
|
"gensim>=4.0.0,<5.0",
|
36
|
-
"altair>=
|
36
|
+
"altair>=4.0.0,<5.0",
|
37
37
|
"matplotlib>=3.0.0,<4.0",
|
38
38
|
"pyvis>=0.3.2,<1.0",
|
39
39
|
],
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pandas-survey-toolkit
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.10
|
4
4
|
Summary: A pandas extension for survey analysis
|
5
5
|
Home-page: https://github.com/Andy7475/pandas-survey-toolkit
|
6
6
|
Author: Andy Laing
|
@@ -10,18 +10,19 @@ Project-URL: Bug Tracker, https://github.com/Andy7475/pandas-survey-toolkit/issu
|
|
10
10
|
Classifier: Programming Language :: Python :: 3
|
11
11
|
Classifier: License :: OSI Approved :: MIT License
|
12
12
|
Classifier: Operating System :: OS Independent
|
13
|
-
Requires-Python: >=3.
|
13
|
+
Requires-Python: >=3.11
|
14
14
|
Description-Content-Type: text/markdown
|
15
15
|
License-File: LICENSE
|
16
16
|
Requires-Dist: torch<3.0,>=2.1.0
|
17
17
|
Requires-Dist: sentence-transformers<4.0,>=3.0
|
18
18
|
Requires-Dist: umap-learn<1.0,>=0.5
|
19
19
|
Requires-Dist: scikit-learn<2.0,>=1.3
|
20
|
-
Requires-Dist: pandas<3.0,>=2.0
|
20
|
+
Requires-Dist: pandas<3.0,>=2.2.0
|
21
|
+
Requires-Dist: numpy<2.0,>=1.26.0
|
21
22
|
Requires-Dist: pandas-flavor<1.0,>=0.6.0
|
22
23
|
Requires-Dist: spacy<4.0,>=3.0.0
|
23
24
|
Requires-Dist: gensim<5.0,>=4.0.0
|
24
|
-
Requires-Dist: altair<
|
25
|
+
Requires-Dist: altair<5.0,>=4.0.0
|
25
26
|
Requires-Dist: matplotlib<4.0,>=3.0.0
|
26
27
|
Requires-Dist: pyvis<1.0,>=0.3.2
|
27
28
|
Dynamic: author
|
@@ -2,10 +2,11 @@ torch<3.0,>=2.1.0
|
|
2
2
|
sentence-transformers<4.0,>=3.0
|
3
3
|
umap-learn<1.0,>=0.5
|
4
4
|
scikit-learn<2.0,>=1.3
|
5
|
-
pandas<3.0,>=2.0
|
5
|
+
pandas<3.0,>=2.2.0
|
6
|
+
numpy<2.0,>=1.26.0
|
6
7
|
pandas-flavor<1.0,>=0.6.0
|
7
8
|
spacy<4.0,>=3.0.0
|
8
9
|
gensim<5.0,>=4.0.0
|
9
|
-
altair<
|
10
|
+
altair<5.0,>=4.0.0
|
10
11
|
matplotlib<4.0,>=3.0.0
|
11
12
|
pyvis<1.0,>=0.3.2
|
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
|
{pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/notebooks/keyword_sentiment_graph.html
RENAMED
File without changes
|
File without changes
|
{pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/notebooks/tutorial_cluster_likert.ipynb
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/src/pandas_survey_toolkit/__init__.py
RENAMED
File without changes
|
{pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/src/pandas_survey_toolkit/analytics.py
RENAMED
File without changes
|
{pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/src/pandas_survey_toolkit/nlp.py
RENAMED
File without changes
|
{pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/src/pandas_survey_toolkit/utils.py
RENAMED
File without changes
|
{pandas_survey_toolkit-1.0.9 → pandas_survey_toolkit-1.0.10}/src/pandas_survey_toolkit/vis.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|