dstklib 1.0.1__tar.gz → 1.0.2__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.
Files changed (47) hide show
  1. {dstklib-1.0.1 → dstklib-1.0.2}/PKG-INFO +10 -1
  2. {dstklib-1.0.1 → dstklib-1.0.2}/dstklib.egg-info/PKG-INFO +10 -1
  3. {dstklib-1.0.1 → dstklib-1.0.2}/dstklib.egg-info/SOURCES.txt +1 -0
  4. dstklib-1.0.2/dstklib.egg-info/requires.txt +9 -0
  5. {dstklib-1.0.1 → dstklib-1.0.2}/setup.py +2 -2
  6. {dstklib-1.0.1 → dstklib-1.0.2}/LICENSE +0 -0
  7. {dstklib-1.0.1 → dstklib-1.0.2}/README.md +0 -0
  8. {dstklib-1.0.1 → dstklib-1.0.2}/dstk/__init__.py +0 -0
  9. {dstklib-1.0.1 → dstklib-1.0.2}/dstk/collocations.py +0 -0
  10. {dstklib-1.0.1 → dstklib-1.0.2}/dstk/count_models.py +0 -0
  11. {dstklib-1.0.1 → dstklib-1.0.2}/dstk/geometric_distance.py +0 -0
  12. {dstklib-1.0.1 → dstklib-1.0.2}/dstk/lib_types/__init__.py +0 -0
  13. {dstklib-1.0.1 → dstklib-1.0.2}/dstk/lib_types/dstk_types.py +0 -0
  14. {dstklib-1.0.1 → dstklib-1.0.2}/dstk/lib_types/fasttext_types.py +0 -0
  15. {dstklib-1.0.1 → dstklib-1.0.2}/dstk/lib_types/gensim_types.py +0 -0
  16. {dstklib-1.0.1 → dstklib-1.0.2}/dstk/lib_types/matplotlib_types.py +0 -0
  17. {dstklib-1.0.1 → dstklib-1.0.2}/dstk/lib_types/nltk_types.py +0 -0
  18. {dstklib-1.0.1 → dstklib-1.0.2}/dstk/lib_types/numpy_types.py +0 -0
  19. {dstklib-1.0.1 → dstklib-1.0.2}/dstk/lib_types/pandas_types.py +0 -0
  20. {dstklib-1.0.1 → dstklib-1.0.2}/dstk/lib_types/sklearn_types.py +0 -0
  21. {dstklib-1.0.1 → dstklib-1.0.2}/dstk/lib_types/spacy_types.py +0 -0
  22. {dstklib-1.0.1 → dstklib-1.0.2}/dstk/matrix_base.py +0 -0
  23. {dstklib-1.0.1 → dstklib-1.0.2}/dstk/pipeline_tools.py +0 -0
  24. {dstklib-1.0.1 → dstklib-1.0.2}/dstk/pipelines.py +0 -0
  25. {dstklib-1.0.1 → dstklib-1.0.2}/dstk/plot_embeddings.py +0 -0
  26. {dstklib-1.0.1 → dstklib-1.0.2}/dstk/predict_models.py +0 -0
  27. {dstklib-1.0.1 → dstklib-1.0.2}/dstk/text_matrix_builder.py +0 -0
  28. {dstklib-1.0.1 → dstklib-1.0.2}/dstk/text_processor.py +0 -0
  29. {dstklib-1.0.1 → dstklib-1.0.2}/dstk/weight_matrix.py +0 -0
  30. {dstklib-1.0.1 → dstklib-1.0.2}/dstk/workflow_tools.py +0 -0
  31. {dstklib-1.0.1 → dstklib-1.0.2}/dstklib.egg-info/dependency_links.txt +0 -0
  32. {dstklib-1.0.1 → dstklib-1.0.2}/dstklib.egg-info/top_level.txt +0 -0
  33. {dstklib-1.0.1 → dstklib-1.0.2}/setup.cfg +0 -0
  34. {dstklib-1.0.1 → dstklib-1.0.2}/tests/test_collocations.py +0 -0
  35. {dstklib-1.0.1 → dstklib-1.0.2}/tests/test_count_models.py +0 -0
  36. {dstklib-1.0.1 → dstklib-1.0.2}/tests/test_geometric_distance.py +0 -0
  37. {dstklib-1.0.1 → dstklib-1.0.2}/tests/test_integration.py +0 -0
  38. {dstklib-1.0.1 → dstklib-1.0.2}/tests/test_integration_combinatorial.py +0 -0
  39. {dstklib-1.0.1 → dstklib-1.0.2}/tests/test_matrix_base.py +0 -0
  40. {dstklib-1.0.1 → dstklib-1.0.2}/tests/test_pipeline_tools.py +0 -0
  41. {dstklib-1.0.1 → dstklib-1.0.2}/tests/test_pipelines.py +0 -0
  42. {dstklib-1.0.1 → dstklib-1.0.2}/tests/test_plot_embeddings.py +0 -0
  43. {dstklib-1.0.1 → dstklib-1.0.2}/tests/test_predict_models.py +0 -0
  44. {dstklib-1.0.1 → dstklib-1.0.2}/tests/test_text_matrix_builder.py +0 -0
  45. {dstklib-1.0.1 → dstklib-1.0.2}/tests/test_text_processor.py +0 -0
  46. {dstklib-1.0.1 → dstklib-1.0.2}/tests/test_weight_matrix.py +0 -0
  47. {dstklib-1.0.1 → dstklib-1.0.2}/tests/test_workflow_tools.py +0 -0
@@ -1,9 +1,18 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dstklib
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Requires-Python: <3.12
5
5
  Description-Content-Type: text/markdown
6
6
  License-File: LICENSE
7
+ Requires-Dist: spacy
8
+ Requires-Dist: matplotlib
9
+ Requires-Dist: scikit-learn
10
+ Requires-Dist: pandas
11
+ Requires-Dist: numpy
12
+ Requires-Dist: gensim
13
+ Requires-Dist: fasttext
14
+ Requires-Dist: kneed
15
+ Requires-Dist: umap-learn
7
16
 
8
17
  # Distributional Semantics Toolkit
9
18
 
@@ -1,9 +1,18 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dstklib
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Requires-Python: <3.12
5
5
  Description-Content-Type: text/markdown
6
6
  License-File: LICENSE
7
+ Requires-Dist: spacy
8
+ Requires-Dist: matplotlib
9
+ Requires-Dist: scikit-learn
10
+ Requires-Dist: pandas
11
+ Requires-Dist: numpy
12
+ Requires-Dist: gensim
13
+ Requires-Dist: fasttext
14
+ Requires-Dist: kneed
15
+ Requires-Dist: umap-learn
7
16
 
8
17
  # Distributional Semantics Toolkit
9
18
 
@@ -27,6 +27,7 @@ dstk/lib_types/spacy_types.py
27
27
  dstklib.egg-info/PKG-INFO
28
28
  dstklib.egg-info/SOURCES.txt
29
29
  dstklib.egg-info/dependency_links.txt
30
+ dstklib.egg-info/requires.txt
30
31
  dstklib.egg-info/top_level.txt
31
32
  tests/test_collocations.py
32
33
  tests/test_count_models.py
@@ -0,0 +1,9 @@
1
+ spacy
2
+ matplotlib
3
+ scikit-learn
4
+ pandas
5
+ numpy
6
+ gensim
7
+ fasttext
8
+ kneed
9
+ umap-learn
@@ -5,9 +5,9 @@ with open("README.md", "r") as file:
5
5
 
6
6
  setup(
7
7
  name="dstklib",
8
- version="1.0.1",
8
+ version="1.0.2",
9
9
  packages=find_packages(),
10
- dependencies=[
10
+ install_requires=[
11
11
  "spacy",
12
12
  "matplotlib",
13
13
  "scikit-learn",
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