grplot 0.14__tar.gz → 0.14.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 (157) hide show
  1. {grplot-0.14 → grplot-0.14.2}/PKG-INFO +21 -6
  2. {grplot-0.14 → grplot-0.14.2}/README.md +2 -2
  3. {grplot-0.14 → grplot-0.14.2}/grplot/__init__.py +3 -3
  4. {grplot-0.14 → grplot-0.14.2}/grplot.egg-info/PKG-INFO +21 -6
  5. {grplot-0.14 → grplot-0.14.2}/grplot.egg-info/requires.txt +2 -2
  6. {grplot-0.14 → grplot-0.14.2}/setup.py +3 -3
  7. {grplot-0.14 → grplot-0.14.2}/LICENSE +0 -0
  8. {grplot-0.14 → grplot-0.14.2}/grplot/analytic/__init__.py +0 -0
  9. {grplot-0.14 → grplot-0.14.2}/grplot/features/__init__.py +0 -0
  10. {grplot-0.14 → grplot-0.14.2}/grplot/features/add/label_add/__init__.py +0 -0
  11. {grplot-0.14 → grplot-0.14.2}/grplot/features/add/label_add/check_label_add.py +0 -0
  12. {grplot-0.14 → grplot-0.14.2}/grplot/features/add/label_add/label_add_def.py +0 -0
  13. {grplot-0.14 → grplot-0.14.2}/grplot/features/add/label_add/label_add_type.py +0 -0
  14. {grplot-0.14 → grplot-0.14.2}/grplot/features/add/log_label_add/__init__.py +0 -0
  15. {grplot-0.14 → grplot-0.14.2}/grplot/features/add/log_label_add/check_log_label_add.py +0 -0
  16. {grplot-0.14 → grplot-0.14.2}/grplot/features/add/log_label_add/log_label_add_def.py +0 -0
  17. {grplot-0.14 → grplot-0.14.2}/grplot/features/add/log_label_add/log_label_add_type.py +0 -0
  18. {grplot-0.14 → grplot-0.14.2}/grplot/features/add/statdesc_add/__init__.py +0 -0
  19. {grplot-0.14 → grplot-0.14.2}/grplot/features/add/statdesc_add/statdesc_add_def.py +0 -0
  20. {grplot-0.14 → grplot-0.14.2}/grplot/features/add/statdesc_add/statdesc_add_type.py +0 -0
  21. {grplot-0.14 → grplot-0.14.2}/grplot/features/add/text_add/__init__.py +0 -0
  22. {grplot-0.14 → grplot-0.14.2}/grplot/features/add/text_add/text_add_def.py +0 -0
  23. {grplot-0.14 → grplot-0.14.2}/grplot/features/add/text_add/text_add_type.py +0 -0
  24. {grplot-0.14 → grplot-0.14.2}/grplot/features/add/tick_add/__init__.py +0 -0
  25. {grplot-0.14 → grplot-0.14.2}/grplot/features/add/tick_add/check_tick_add.py +0 -0
  26. {grplot-0.14 → grplot-0.14.2}/grplot/features/add/tick_add/tick_add_def.py +0 -0
  27. {grplot-0.14 → grplot-0.14.2}/grplot/features/add/tick_add/tick_add_type.py +0 -0
  28. {grplot-0.14 → grplot-0.14.2}/grplot/features/dt/__init__.py +0 -0
  29. {grplot-0.14 → grplot-0.14.2}/grplot/features/dt/check_dt.py +0 -0
  30. {grplot-0.14 → grplot-0.14.2}/grplot/features/dt/dt_def.py +0 -0
  31. {grplot-0.14 → grplot-0.14.2}/grplot/features/dt/dt_type.py +0 -0
  32. {grplot-0.14 → grplot-0.14.2}/grplot/features/filter/__init__.py +0 -0
  33. {grplot-0.14 → grplot-0.14.2}/grplot/features/filter/check_filter.py +0 -0
  34. {grplot-0.14 → grplot-0.14.2}/grplot/features/filter/filter_def.py +0 -0
  35. {grplot-0.14 → grplot-0.14.2}/grplot/features/font/__init__.py +0 -0
  36. {grplot-0.14 → grplot-0.14.2}/grplot/features/font/check_fontsize.py +0 -0
  37. {grplot-0.14 → grplot-0.14.2}/grplot/features/font/font_def.py +0 -0
  38. {grplot-0.14 → grplot-0.14.2}/grplot/features/legend/__init__.py +0 -0
  39. {grplot-0.14 → grplot-0.14.2}/grplot/features/legend/check_legend.py +0 -0
  40. {grplot-0.14 → grplot-0.14.2}/grplot/features/lim/__init__.py +0 -0
  41. {grplot-0.14 → grplot-0.14.2}/grplot/features/lim/check_lim.py +0 -0
  42. {grplot-0.14 → grplot-0.14.2}/grplot/features/lim/lim_def.py +0 -0
  43. {grplot-0.14 → grplot-0.14.2}/grplot/features/lim/lim_type.py +0 -0
  44. {grplot-0.14 → grplot-0.14.2}/grplot/features/log/__init__.py +0 -0
  45. {grplot-0.14 → grplot-0.14.2}/grplot/features/log/check_log.py +0 -0
  46. {grplot-0.14 → grplot-0.14.2}/grplot/features/log/log_def.py +0 -0
  47. {grplot-0.14 → grplot-0.14.2}/grplot/features/log/log_type.py +0 -0
  48. {grplot-0.14 → grplot-0.14.2}/grplot/features/optimizer/__init__.py +0 -0
  49. {grplot-0.14 → grplot-0.14.2}/grplot/features/optimizer/optimizer_analytic.py +0 -0
  50. {grplot-0.14 → grplot-0.14.2}/grplot/features/optimizer/optimizer_data.py +0 -0
  51. {grplot-0.14 → grplot-0.14.2}/grplot/features/optimizer/optimizer_key.py +0 -0
  52. {grplot-0.14 → grplot-0.14.2}/grplot/features/pad/__init__.py +0 -0
  53. {grplot-0.14 → grplot-0.14.2}/grplot/features/pad/check_pad.py +0 -0
  54. {grplot-0.14 → grplot-0.14.2}/grplot/features/plot/__init__.py +0 -0
  55. {grplot-0.14 → grplot-0.14.2}/grplot/features/plot/packedbubbles.py +0 -0
  56. {grplot-0.14 → grplot-0.14.2}/grplot/features/plot/plot_multi_def.py +0 -0
  57. {grplot-0.14 → grplot-0.14.2}/grplot/features/plot/plot_single_def.py +0 -0
  58. {grplot-0.14 → grplot-0.14.2}/grplot/features/plot/plot_type.py +0 -0
  59. {grplot-0.14 → grplot-0.14.2}/grplot/features/plot/treemaps.py +0 -0
  60. {grplot-0.14 → grplot-0.14.2}/grplot/features/rot/__init__.py +0 -0
  61. {grplot-0.14 → grplot-0.14.2}/grplot/features/rot/check_rot.py +0 -0
  62. {grplot-0.14 → grplot-0.14.2}/grplot/features/rot/rot_def.py +0 -0
  63. {grplot-0.14 → grplot-0.14.2}/grplot/features/rot/rot_type.py +0 -0
  64. {grplot-0.14 → grplot-0.14.2}/grplot/features/saveas/__init__.py +0 -0
  65. {grplot-0.14 → grplot-0.14.2}/grplot/features/saveas/check_saveas.py +0 -0
  66. {grplot-0.14 → grplot-0.14.2}/grplot/features/saveas/saveas_type.py +0 -0
  67. {grplot-0.14 → grplot-0.14.2}/grplot/features/sep/statdesc_sep/__init__.py +0 -0
  68. {grplot-0.14 → grplot-0.14.2}/grplot/features/sep/statdesc_sep/statdesc_sep_data_def.py +0 -0
  69. {grplot-0.14 → grplot-0.14.2}/grplot/features/sep/statdesc_sep/statdesc_sep_def.py +0 -0
  70. {grplot-0.14 → grplot-0.14.2}/grplot/features/sep/statdesc_sep/statdesc_sep_type.py +0 -0
  71. {grplot-0.14 → grplot-0.14.2}/grplot/features/sep/text_sep/__init__.py +0 -0
  72. {grplot-0.14 → grplot-0.14.2}/grplot/features/sep/text_sep/text_sep_data_def.py +0 -0
  73. {grplot-0.14 → grplot-0.14.2}/grplot/features/sep/text_sep/text_sep_def.py +0 -0
  74. {grplot-0.14 → grplot-0.14.2}/grplot/features/sep/text_sep/text_sep_type.py +0 -0
  75. {grplot-0.14 → grplot-0.14.2}/grplot/features/sep/tick_sep/__init__.py +0 -0
  76. {grplot-0.14 → grplot-0.14.2}/grplot/features/sep/tick_sep/check_tick_sep.py +0 -0
  77. {grplot-0.14 → grplot-0.14.2}/grplot/features/sep/tick_sep/tick_sep_data_def.py +0 -0
  78. {grplot-0.14 → grplot-0.14.2}/grplot/features/sep/tick_sep/tick_sep_def.py +0 -0
  79. {grplot-0.14 → grplot-0.14.2}/grplot/features/sep/tick_sep/tick_sep_type.py +0 -0
  80. {grplot-0.14 → grplot-0.14.2}/grplot/features/statdesc/__init__.py +0 -0
  81. {grplot-0.14 → grplot-0.14.2}/grplot/features/statdesc/check_statdesc.py +0 -0
  82. {grplot-0.14 → grplot-0.14.2}/grplot/features/statdesc/statdesc_multi_def.py +0 -0
  83. {grplot-0.14 → grplot-0.14.2}/grplot/features/statdesc/statdesc_plot_def.py +0 -0
  84. {grplot-0.14 → grplot-0.14.2}/grplot/features/statdesc/statdesc_type.py +0 -0
  85. {grplot-0.14 → grplot-0.14.2}/grplot/features/text/__init__.py +0 -0
  86. {grplot-0.14 → grplot-0.14.2}/grplot/features/text/check_text.py +0 -0
  87. {grplot-0.14 → grplot-0.14.2}/grplot/features/text/text_def.py +0 -0
  88. {grplot-0.14 → grplot-0.14.2}/grplot/features/text/text_type.py +0 -0
  89. {grplot-0.14 → grplot-0.14.2}/grplot/features/title/__init__.py +0 -0
  90. {grplot-0.14 → grplot-0.14.2}/grplot/features/title/check_title.py +0 -0
  91. {grplot-0.14 → grplot-0.14.2}/grplot/features/title/title_def.py +0 -0
  92. {grplot-0.14 → grplot-0.14.2}/grplot/hotfix/__init__.py +0 -0
  93. {grplot-0.14 → grplot-0.14.2}/grplot/hotfix/axislabel_fix.py +0 -0
  94. {grplot-0.14 → grplot-0.14.2}/grplot/hotfix/histplot_legend_fix.py +0 -0
  95. {grplot-0.14 → grplot-0.14.2}/grplot/hotfix/histplot_percent_add.py +0 -0
  96. {grplot-0.14 → grplot-0.14.2}/grplot/setting.py +0 -0
  97. {grplot-0.14 → grplot-0.14.2}/grplot/utils/__init__.py +0 -0
  98. {grplot-0.14 → grplot-0.14.2}/grplot/utils/arg_ax_type.py +0 -0
  99. {grplot-0.14 → grplot-0.14.2}/grplot/utils/arg_axis_ax_type.py +0 -0
  100. {grplot-0.14 → grplot-0.14.2}/grplot/utils/arg_plot_ax_type.py +0 -0
  101. {grplot-0.14 → grplot-0.14.2}/grplot/utils/check_axes.py +0 -0
  102. {grplot-0.14 → grplot-0.14.2}/grplot/utils/check_data_structure.py +0 -0
  103. {grplot-0.14 → grplot-0.14.2}/grplot/utils/check_pandas_index.py +0 -0
  104. {grplot-0.14 → grplot-0.14.2}/grplot/utils/first_valid_index.py +0 -0
  105. {grplot-0.14 → grplot-0.14.2}/grplot/utils/scientific_superscript.py +0 -0
  106. {grplot-0.14 → grplot-0.14.2}/grplot/utils/strtoarray.py +0 -0
  107. {grplot-0.14 → grplot-0.14.2}/grplot.egg-info/SOURCES.txt +0 -0
  108. {grplot-0.14 → grplot-0.14.2}/grplot.egg-info/dependency_links.txt +0 -0
  109. {grplot-0.14 → grplot-0.14.2}/grplot.egg-info/top_level.txt +0 -0
  110. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/__init__.py +0 -0
  111. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/_core.py +0 -0
  112. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/_decorators.py +0 -0
  113. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/_docstrings.py +0 -0
  114. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/_statistics.py +0 -0
  115. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/_testing.py +0 -0
  116. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/algorithms.py +0 -0
  117. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/apionly.py +0 -0
  118. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/axisgrid.py +0 -0
  119. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/categorical.py +0 -0
  120. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/cm.py +0 -0
  121. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/colors/__init__.py +0 -0
  122. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/colors/crayons.py +0 -0
  123. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/colors/xkcd_rgb.py +0 -0
  124. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/conftest.py +0 -0
  125. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/distributions.py +0 -0
  126. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/external/__init__.py +0 -0
  127. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/external/docscrape.py +0 -0
  128. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/external/husl.py +0 -0
  129. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/external/six.py +0 -0
  130. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/linearmodels.py +0 -0
  131. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/matrix.py +0 -0
  132. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/miscplot.py +0 -0
  133. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/palettes.py +0 -0
  134. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/rcmod.py +0 -0
  135. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/regression.py +0 -0
  136. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/relational.py +0 -0
  137. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/tests/__init__.py +0 -0
  138. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/tests/test_algorithms.py +0 -0
  139. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/tests/test_axisgrid.py +0 -0
  140. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/tests/test_categorical.py +0 -0
  141. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/tests/test_core.py +0 -0
  142. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/tests/test_decorators.py +0 -0
  143. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/tests/test_distributions.py +0 -0
  144. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/tests/test_docstrings.py +0 -0
  145. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/tests/test_matrix.py +0 -0
  146. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/tests/test_miscplot.py +0 -0
  147. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/tests/test_palettes.py +0 -0
  148. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/tests/test_rcmod.py +0 -0
  149. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/tests/test_regression.py +0 -0
  150. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/tests/test_relational.py +0 -0
  151. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/tests/test_statistics.py +0 -0
  152. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/tests/test_utils.py +0 -0
  153. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/timeseries.py +0 -0
  154. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/utils.py +0 -0
  155. {grplot-0.14 → grplot-0.14.2}/grplot_seaborn/widgets.py +0 -0
  156. {grplot-0.14 → grplot-0.14.2}/pyproject.toml +0 -0
  157. {grplot-0.14 → grplot-0.14.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: grplot
3
- Version: 0.14
3
+ Version: 0.14.2
4
4
  Summary: grplot: lazy statistical data visualization
5
5
  Home-page: https://github.com/ghiffaryr/grplot
6
6
  Download-URL: https://github.com/ghiffaryr/grplot
@@ -24,11 +24,26 @@ Classifier: Framework :: Matplotlib
24
24
  Requires-Python: >=3.6
25
25
  Description-Content-Type: text/markdown
26
26
  License-File: LICENSE
27
- Requires-Dist: numpy>=1.15
27
+ Requires-Dist: numpy<1.27,>=1.15
28
28
  Requires-Dist: scipy>=1.0
29
- Requires-Dist: matplotlib<4,>=2.2
29
+ Requires-Dist: matplotlib<3.8,>=2.2
30
30
  Requires-Dist: pandas<1.6,>=0.23
31
31
  Requires-Dist: ipython>=6.0
32
+ Dynamic: author
33
+ Dynamic: author-email
34
+ Dynamic: classifier
35
+ Dynamic: description
36
+ Dynamic: description-content-type
37
+ Dynamic: download-url
38
+ Dynamic: home-page
39
+ Dynamic: license
40
+ Dynamic: license-file
41
+ Dynamic: maintainer
42
+ Dynamic: maintainer-email
43
+ Dynamic: project-url
44
+ Dynamic: requires-dist
45
+ Dynamic: requires-python
46
+ Dynamic: summary
32
47
 
33
48
  grplot: lazy statistical data visualization
34
49
  =======================================
@@ -56,11 +71,11 @@ Installation
56
71
  The latest stable release (and required dependencies) can be installed from PyPI:
57
72
 
58
73
  pip install grplot
59
-
74
+
60
75
  The latest stable release (and required dependencies) can be installed from Conda:
61
76
 
62
77
  conda install -c conda-forge grplot
63
-
78
+
64
79
 
65
80
  Development
66
81
  -----------
@@ -24,11 +24,11 @@ Installation
24
24
  The latest stable release (and required dependencies) can be installed from PyPI:
25
25
 
26
26
  pip install grplot
27
-
27
+
28
28
  The latest stable release (and required dependencies) can be installed from Conda:
29
29
 
30
30
  conda install -c conda-forge grplot
31
-
31
+
32
32
 
33
33
  Development
34
34
  -----------
@@ -11,7 +11,7 @@ from grplot.utils.check_pandas_index import check_pandas_index
11
11
  from grplot.utils.strtoarray import strtoarray
12
12
 
13
13
 
14
- __version__ = '0.14'
14
+ __version__ = '0.14.2'
15
15
 
16
16
 
17
17
  def plot2d(plot, # default general value
@@ -200,10 +200,10 @@ def plot2d(plot, # default general value
200
200
  by ghiffary rifqialdi
201
201
  based on numpy, scipy, matplotlib, seaborn, squarify, pandas, and ipython
202
202
 
203
- version = '0.14'
203
+ version = '0.14.2'
204
204
 
205
205
  release date
206
- 04/05/2024
206
+ 26/12/2025
207
207
  -----------------------------------------------
208
208
 
209
209
  documentation is available at https://github.com/ghiffaryr/grplot
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: grplot
3
- Version: 0.14
3
+ Version: 0.14.2
4
4
  Summary: grplot: lazy statistical data visualization
5
5
  Home-page: https://github.com/ghiffaryr/grplot
6
6
  Download-URL: https://github.com/ghiffaryr/grplot
@@ -24,11 +24,26 @@ Classifier: Framework :: Matplotlib
24
24
  Requires-Python: >=3.6
25
25
  Description-Content-Type: text/markdown
26
26
  License-File: LICENSE
27
- Requires-Dist: numpy>=1.15
27
+ Requires-Dist: numpy<1.27,>=1.15
28
28
  Requires-Dist: scipy>=1.0
29
- Requires-Dist: matplotlib<4,>=2.2
29
+ Requires-Dist: matplotlib<3.8,>=2.2
30
30
  Requires-Dist: pandas<1.6,>=0.23
31
31
  Requires-Dist: ipython>=6.0
32
+ Dynamic: author
33
+ Dynamic: author-email
34
+ Dynamic: classifier
35
+ Dynamic: description
36
+ Dynamic: description-content-type
37
+ Dynamic: download-url
38
+ Dynamic: home-page
39
+ Dynamic: license
40
+ Dynamic: license-file
41
+ Dynamic: maintainer
42
+ Dynamic: maintainer-email
43
+ Dynamic: project-url
44
+ Dynamic: requires-dist
45
+ Dynamic: requires-python
46
+ Dynamic: summary
32
47
 
33
48
  grplot: lazy statistical data visualization
34
49
  =======================================
@@ -56,11 +71,11 @@ Installation
56
71
  The latest stable release (and required dependencies) can be installed from PyPI:
57
72
 
58
73
  pip install grplot
59
-
74
+
60
75
  The latest stable release (and required dependencies) can be installed from Conda:
61
76
 
62
77
  conda install -c conda-forge grplot
63
-
78
+
64
79
 
65
80
  Development
66
81
  -----------
@@ -1,5 +1,5 @@
1
- numpy>=1.15
1
+ numpy<1.27,>=1.15
2
2
  scipy>=1.0
3
- matplotlib<4,>=2.2
3
+ matplotlib<3.8,>=2.2
4
4
  pandas<1.6,>=0.23
5
5
  ipython>=6.0
@@ -1,7 +1,7 @@
1
1
  from setuptools import setup
2
2
 
3
3
  DISTNAME = "grplot"
4
- VERSION = "0.14"
4
+ VERSION = "0.14.2"
5
5
  MAINTAINER = "Ghiffary Rifqialdi"
6
6
  MAINTAINER_EMAIL = "grifqialdi@gmail.com"
7
7
  DESCRIPTION = "grplot: lazy statistical data visualization"
@@ -26,9 +26,9 @@ CLASSIFIERS = [
26
26
  DOWNLOAD_URL = "https://github.com/ghiffaryr/grplot"
27
27
  PYTHON_REQUIRES = ">=3.6"
28
28
  INSTALL_REQUIRES = [
29
- "numpy>=1.15",
29
+ "numpy>=1.15, <1.27",
30
30
  "scipy>=1.0",
31
- "matplotlib>=2.2, <4",
31
+ "matplotlib>=2.2, <3.8",
32
32
  "pandas>=0.23, <1.6",
33
33
  "ipython>=6.0",
34
34
  ]
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