howso-visuals 2.1.1__tar.gz → 2.2.1__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. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/LICENSE-3RD-PARTY.txt +6 -6
  2. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/PKG-INFO +2 -2
  3. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/howso/visuals/graph.py +21 -4
  4. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/howso/visuals/tests/test_plot.py +1 -1
  5. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/howso/visuals/visuals.py +1 -1
  6. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/howso_visuals.egg-info/PKG-INFO +2 -2
  7. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/howso_visuals.egg-info/requires.txt +1 -1
  8. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/pyproject.toml +1 -1
  9. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/requirements-3.10-dev.txt +6 -6
  10. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/requirements-3.10.txt +5 -5
  11. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/requirements-3.11-dev.txt +6 -6
  12. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/requirements-3.11.txt +5 -5
  13. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/requirements-3.12-dev.txt +6 -6
  14. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/requirements-3.12.txt +5 -5
  15. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/requirements-3.13-dev.txt +6 -6
  16. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/requirements-3.13.txt +5 -5
  17. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/.flake8 +0 -0
  18. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/.github/CODEOWNERS +0 -0
  19. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/.github/templates/version_summary.md +0 -0
  20. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/.github/workflows/build-pr.yml +0 -0
  21. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/.github/workflows/build-release.yml +0 -0
  22. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/.github/workflows/build.yml +0 -0
  23. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/.github/workflows/rebuild-requirements.yml +0 -0
  24. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/.gitignore +0 -0
  25. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/CONTRIBUTING.md +0 -0
  26. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/LICENSE.txt +0 -0
  27. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/README.md +0 -0
  28. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/bin/build.sh +0 -0
  29. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/config/latest-mt-debug-howso.yml +0 -0
  30. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/config/latest-mt-howso.yml +0 -0
  31. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/config/latest-mt-noavx-debug-howso.yml +0 -0
  32. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/config/latest-st-debug-howso.yml +0 -0
  33. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/config/latest-st-howso.yml +0 -0
  34. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/config/powershell/Download-Tzdata.ps1 +0 -0
  35. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/config/powershell/Helper-Functions.ps1 +0 -0
  36. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/howso/visuals/__init__.py +0 -0
  37. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/howso/visuals/colors.py +0 -0
  38. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/howso/visuals/data/iris.csv +0 -0
  39. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/howso/visuals/tests/conftest.py +0 -0
  40. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/howso/visuals/tests/test_graph.py +0 -0
  41. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/howso_visuals.egg-info/SOURCES.txt +0 -0
  42. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/howso_visuals.egg-info/dependency_links.txt +0 -0
  43. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/howso_visuals.egg-info/top_level.txt +0 -0
  44. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/requirements-3.9-dev.txt +0 -0
  45. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/requirements-3.9.txt +0 -0
  46. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/ruff.toml +0 -0
  47. {howso_visuals-2.1.1 → howso_visuals-2.2.1}/setup.cfg +0 -0
@@ -351,12 +351,12 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
351
351
 
352
352
 
353
353
  cryptography
354
- 45.0.6
354
+ 45.0.7
355
355
  Apache-2.0 OR BSD-3-Clause
356
356
  The cryptography developers <cryptography-dev@python.org>
357
357
  https://github.com/pyca/cryptography
358
358
  cryptography is a package which provides cryptographic recipes and primitives to Python developers.
359
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/cryptography-45.0.6.dist-info/licenses/LICENSE
359
+ /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/cryptography-45.0.7.dist-info/licenses/LICENSE
360
360
  This software is made available under the terms of *either* of the licenses
361
361
  found in LICENSE.APACHE or LICENSE.BSD. Contributions to cryptography are made
362
362
  under the terms of *both* these licenses.
@@ -969,12 +969,12 @@ SOFTWARE.
969
969
 
970
970
 
971
971
  matplotlib
972
- 3.10.5
972
+ 3.10.6
973
973
  Python Software Foundation License
974
974
  John D. Hunter, Michael Droettboom
975
975
  https://matplotlib.org
976
976
  Python plotting package
977
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/matplotlib-3.10.5.dist-info/LICENSE
977
+ /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/matplotlib-3.10.6.dist-info/LICENSE
978
978
  License agreement for matplotlib versions 1.3.0 and later
979
979
  =========================================================
980
980
 
@@ -1160,12 +1160,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1160
1160
  SOFTWARE.
1161
1161
 
1162
1162
  narwhals
1163
- 2.2.0
1163
+ 2.3.0
1164
1164
  MIT License
1165
1165
  Marco Gorelli <hello_narwhals@proton.me>
1166
1166
  https://github.com/narwhals-dev/narwhals
1167
1167
  Extremely lightweight compatibility layer between dataframe libraries
1168
- /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/narwhals-2.2.0.dist-info/licenses/LICENSE.md
1168
+ /home/runner/.pyenv/versions/3.13.7/lib/python3.13/site-packages/narwhals-2.3.0.dist-info/licenses/LICENSE.md
1169
1169
  MIT License
1170
1170
 
1171
1171
  Copyright (c) 2024, Marco Gorelli
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: howso-visuals
3
- Version: 2.1.1
3
+ Version: 2.2.1
4
4
  Summary: Visualization utilities for use with Howso Engine.
5
5
  License: GNU AFFERO GENERAL PUBLIC LICENSE
6
6
  Version 3, 19 November 2007
@@ -675,7 +675,7 @@ Requires-Python: >=3.10
675
675
  Description-Content-Type: text/markdown
676
676
  License-File: LICENSE-3RD-PARTY.txt
677
677
  License-File: LICENSE.txt
678
- Requires-Dist: howso-engine>=42.0
678
+ Requires-Dist: howso-engine>=44.0
679
679
  Requires-Dist: networkx
680
680
  Requires-Dist: plotly[kaleido]~=6.0
681
681
  Requires-Dist: scipy
@@ -103,6 +103,7 @@ def _create_edge_annotations(
103
103
  def plot_graph(
104
104
  G: nx.Graph, # noqa: N803
105
105
  *,
106
+ cscale_tuple: tuple[float, float, float] = None,
106
107
  edge_attr_sigfigs: SupportsInt | None = 4,
107
108
  edge_attr: str | None = None,
108
109
  label_edges: bool = True,
@@ -118,6 +119,8 @@ def plot_graph(
118
119
  ----------
119
120
  G : nx.Graph
120
121
  The graph to plot.
122
+ cscale_tuple : tuple[float, float, float], optional
123
+ The tuple of values to use for the colorscale. If None, (3, 15, 30) will be used.
121
124
  edge_attr : str, optional
122
125
  The name of the edge attribute to use when scaling the size of the edges. This should
123
126
  be an attribute that is contained within ``G``.
@@ -196,14 +199,28 @@ def plot_graph(
196
199
  annotations=annotations,
197
200
  )
198
201
  )
202
+
203
+ if cscale_tuple is None:
204
+ cbot = 1
205
+ cmin = 3
206
+ cmid = 15
207
+ cmax = 30
208
+ else:
209
+ cbot = 1
210
+ cmin = cscale_tuple[0]
211
+ cmid = cscale_tuple[1]
212
+ cmax = cscale_tuple[2]
213
+
199
214
  fig.update_layout(
200
215
  coloraxis=dict(
201
216
  colorscale="Bluered_r",
202
- cmin=1,
203
- cmax=30,
204
- cmid=15,
217
+ cmin=cbot,
218
+ cmid=cmid,
219
+ cmax=cmax,
205
220
  colorbar=dict(
206
- title="Missing Information Ratio", tickvals=[1, 3, 15, 30], ticktext=["1", "3", "15", "≥30"]
221
+ title="Missing Information Ratio",
222
+ tickvals=[cbot, cmin, cmid, cmax],
223
+ ticktext=[f"{cbot}", f"{cmin}", f"{cmid}", f"≥{cmax}"],
207
224
  ),
208
225
  reversescale=True,
209
226
  ),
@@ -60,7 +60,7 @@ def test_plot_interpretable_prediction_react(
60
60
  generative_reacts = None
61
61
 
62
62
  if do_residual:
63
- residual = iris_trainee.get_prediction_stats(
63
+ residual = iris_trainee.react_aggregate(
64
64
  details={"prediction_stats": True, "selected_prediction_stats": ["mae"]}
65
65
  )
66
66
  residual = residual[action_feature].iloc[0]
@@ -865,7 +865,7 @@ def plot_umap(
865
865
  p = hyperparameter_map["p"]
866
866
 
867
867
  if min_dist is None:
868
- residuals = t.get_prediction_stats(
868
+ residuals = t.react_aggregate(
869
869
  prediction_stats_action_feature=action_feature,
870
870
  details={"feature_full_residuals": True},
871
871
  use_case_weights=use_case_weights,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: howso-visuals
3
- Version: 2.1.1
3
+ Version: 2.2.1
4
4
  Summary: Visualization utilities for use with Howso Engine.
5
5
  License: GNU AFFERO GENERAL PUBLIC LICENSE
6
6
  Version 3, 19 November 2007
@@ -675,7 +675,7 @@ Requires-Python: >=3.10
675
675
  Description-Content-Type: text/markdown
676
676
  License-File: LICENSE-3RD-PARTY.txt
677
677
  License-File: LICENSE.txt
678
- Requires-Dist: howso-engine>=42.0
678
+ Requires-Dist: howso-engine>=44.0
679
679
  Requires-Dist: networkx
680
680
  Requires-Dist: plotly[kaleido]~=6.0
681
681
  Requires-Dist: scipy
@@ -1,4 +1,4 @@
1
- howso-engine>=42.0
1
+ howso-engine>=44.0
2
2
  networkx
3
3
  plotly[kaleido]~=6.0
4
4
  scipy
@@ -16,7 +16,7 @@ classifiers = [
16
16
  "Programming Language :: Python :: 3"
17
17
  ]
18
18
  dependencies = [
19
- "howso-engine>=42.0",
19
+ "howso-engine>=44.0",
20
20
  "networkx",
21
21
  "plotly[kaleido]~=6.0",
22
22
  "scipy",
@@ -4,7 +4,7 @@
4
4
  #
5
5
  # pip-compile --allow-unsafe --extra=dev --no-emit-index-url --output-file=requirements-3.10-dev.txt
6
6
  #
7
- amalgam-lang==24.0.0
7
+ amalgam-lang==24.0.1
8
8
  # via howso-engine
9
9
  certifi==2025.8.3
10
10
  # via
@@ -20,7 +20,7 @@ contourpy==1.3.2
20
20
  # via matplotlib
21
21
  coverage[toml]==7.10.6
22
22
  # via pytest-cov
23
- cryptography==45.0.6
23
+ cryptography==45.0.7
24
24
  # via howso-engine
25
25
  cycler==0.12.1
26
26
  # via matplotlib
@@ -36,7 +36,7 @@ flake8==7.3.0
36
36
  # via howso-visuals (pyproject.toml)
37
37
  fonttools==4.59.2
38
38
  # via matplotlib
39
- howso-engine==43.0.0
39
+ howso-engine==44.0.0
40
40
  # via howso-visuals (pyproject.toml)
41
41
  humanize==4.13.0
42
42
  # via howso-engine
@@ -64,7 +64,7 @@ logistro==1.1.0
64
64
  # kaleido
65
65
  markdown-it-py==4.0.0
66
66
  # via rich
67
- matplotlib==3.10.5
67
+ matplotlib==3.10.6
68
68
  # via seaborn
69
69
  mccabe==0.7.0
70
70
  # via flake8
@@ -72,7 +72,7 @@ mdurl==0.1.2
72
72
  # via markdown-it-py
73
73
  mmh3==5.2.0
74
74
  # via howso-engine
75
- narwhals==2.2.0
75
+ narwhals==2.3.0
76
76
  # via plotly
77
77
  networkx==3.4.2
78
78
  # via howso-visuals (pyproject.toml)
@@ -139,7 +139,7 @@ pytest==8.4.1
139
139
  # pytest-xdist
140
140
  pytest-cov==6.2.1
141
141
  # via howso-visuals (pyproject.toml)
142
- pytest-rerunfailures==16.0
142
+ pytest-rerunfailures==16.0.1
143
143
  # via howso-visuals (pyproject.toml)
144
144
  pytest-xdist==3.8.0
145
145
  # via howso-visuals (pyproject.toml)
@@ -4,7 +4,7 @@
4
4
  #
5
5
  # pip-compile --allow-unsafe --no-emit-index-url --output-file=requirements-3.10.txt
6
6
  #
7
- amalgam-lang==24.0.0
7
+ amalgam-lang==24.0.1
8
8
  # via howso-engine
9
9
  certifi==2025.8.3
10
10
  # via
@@ -18,7 +18,7 @@ choreographer==1.0.10
18
18
  # via kaleido
19
19
  contourpy==1.3.2
20
20
  # via matplotlib
21
- cryptography==45.0.6
21
+ cryptography==45.0.7
22
22
  # via howso-engine
23
23
  cycler==0.12.1
24
24
  # via matplotlib
@@ -28,7 +28,7 @@ faker==37.6.0
28
28
  # via howso-engine
29
29
  fonttools==4.59.2
30
30
  # via matplotlib
31
- howso-engine==43.0.0
31
+ howso-engine==44.0.0
32
32
  # via howso-visuals (pyproject.toml)
33
33
  humanize==4.13.0
34
34
  # via howso-engine
@@ -52,13 +52,13 @@ logistro==1.1.0
52
52
  # kaleido
53
53
  markdown-it-py==4.0.0
54
54
  # via rich
55
- matplotlib==3.10.5
55
+ matplotlib==3.10.6
56
56
  # via seaborn
57
57
  mdurl==0.1.2
58
58
  # via markdown-it-py
59
59
  mmh3==5.2.0
60
60
  # via howso-engine
61
- narwhals==2.2.0
61
+ narwhals==2.3.0
62
62
  # via plotly
63
63
  networkx==3.4.2
64
64
  # via howso-visuals (pyproject.toml)
@@ -4,7 +4,7 @@
4
4
  #
5
5
  # pip-compile --allow-unsafe --extra=dev --no-emit-index-url --output-file=requirements-3.11-dev.txt
6
6
  #
7
- amalgam-lang==24.0.0
7
+ amalgam-lang==24.0.1
8
8
  # via howso-engine
9
9
  certifi==2025.8.3
10
10
  # via
@@ -20,7 +20,7 @@ contourpy==1.3.3
20
20
  # via matplotlib
21
21
  coverage[toml]==7.10.6
22
22
  # via pytest-cov
23
- cryptography==45.0.6
23
+ cryptography==45.0.7
24
24
  # via howso-engine
25
25
  cycler==0.12.1
26
26
  # via matplotlib
@@ -34,7 +34,7 @@ flake8==7.3.0
34
34
  # via howso-visuals (pyproject.toml)
35
35
  fonttools==4.59.2
36
36
  # via matplotlib
37
- howso-engine==43.0.0
37
+ howso-engine==44.0.0
38
38
  # via howso-visuals (pyproject.toml)
39
39
  humanize==4.13.0
40
40
  # via howso-engine
@@ -62,7 +62,7 @@ logistro==1.1.0
62
62
  # kaleido
63
63
  markdown-it-py==4.0.0
64
64
  # via rich
65
- matplotlib==3.10.5
65
+ matplotlib==3.10.6
66
66
  # via seaborn
67
67
  mccabe==0.7.0
68
68
  # via flake8
@@ -70,7 +70,7 @@ mdurl==0.1.2
70
70
  # via markdown-it-py
71
71
  mmh3==5.2.0
72
72
  # via howso-engine
73
- narwhals==2.2.0
73
+ narwhals==2.3.0
74
74
  # via plotly
75
75
  networkx==3.5
76
76
  # via howso-visuals (pyproject.toml)
@@ -137,7 +137,7 @@ pytest==8.4.1
137
137
  # pytest-xdist
138
138
  pytest-cov==6.2.1
139
139
  # via howso-visuals (pyproject.toml)
140
- pytest-rerunfailures==16.0
140
+ pytest-rerunfailures==16.0.1
141
141
  # via howso-visuals (pyproject.toml)
142
142
  pytest-xdist==3.8.0
143
143
  # via howso-visuals (pyproject.toml)
@@ -4,7 +4,7 @@
4
4
  #
5
5
  # pip-compile --allow-unsafe --no-emit-index-url --output-file=requirements-3.11.txt
6
6
  #
7
- amalgam-lang==24.0.0
7
+ amalgam-lang==24.0.1
8
8
  # via howso-engine
9
9
  certifi==2025.8.3
10
10
  # via
@@ -18,7 +18,7 @@ choreographer==1.0.10
18
18
  # via kaleido
19
19
  contourpy==1.3.3
20
20
  # via matplotlib
21
- cryptography==45.0.6
21
+ cryptography==45.0.7
22
22
  # via howso-engine
23
23
  cycler==0.12.1
24
24
  # via matplotlib
@@ -28,7 +28,7 @@ faker==37.6.0
28
28
  # via howso-engine
29
29
  fonttools==4.59.2
30
30
  # via matplotlib
31
- howso-engine==43.0.0
31
+ howso-engine==44.0.0
32
32
  # via howso-visuals (pyproject.toml)
33
33
  humanize==4.13.0
34
34
  # via howso-engine
@@ -52,13 +52,13 @@ logistro==1.1.0
52
52
  # kaleido
53
53
  markdown-it-py==4.0.0
54
54
  # via rich
55
- matplotlib==3.10.5
55
+ matplotlib==3.10.6
56
56
  # via seaborn
57
57
  mdurl==0.1.2
58
58
  # via markdown-it-py
59
59
  mmh3==5.2.0
60
60
  # via howso-engine
61
- narwhals==2.2.0
61
+ narwhals==2.3.0
62
62
  # via plotly
63
63
  networkx==3.5
64
64
  # via howso-visuals (pyproject.toml)
@@ -4,7 +4,7 @@
4
4
  #
5
5
  # pip-compile --allow-unsafe --extra=dev --no-emit-index-url --output-file=requirements-3.12-dev.txt
6
6
  #
7
- amalgam-lang==24.0.0
7
+ amalgam-lang==24.0.1
8
8
  # via howso-engine
9
9
  certifi==2025.8.3
10
10
  # via
@@ -20,7 +20,7 @@ contourpy==1.3.3
20
20
  # via matplotlib
21
21
  coverage[toml]==7.10.6
22
22
  # via pytest-cov
23
- cryptography==45.0.6
23
+ cryptography==45.0.7
24
24
  # via howso-engine
25
25
  cycler==0.12.1
26
26
  # via matplotlib
@@ -34,7 +34,7 @@ flake8==7.3.0
34
34
  # via howso-visuals (pyproject.toml)
35
35
  fonttools==4.59.2
36
36
  # via matplotlib
37
- howso-engine==43.0.0
37
+ howso-engine==44.0.0
38
38
  # via howso-visuals (pyproject.toml)
39
39
  humanize==4.13.0
40
40
  # via howso-engine
@@ -62,7 +62,7 @@ logistro==1.1.0
62
62
  # kaleido
63
63
  markdown-it-py==4.0.0
64
64
  # via rich
65
- matplotlib==3.10.5
65
+ matplotlib==3.10.6
66
66
  # via seaborn
67
67
  mccabe==0.7.0
68
68
  # via flake8
@@ -70,7 +70,7 @@ mdurl==0.1.2
70
70
  # via markdown-it-py
71
71
  mmh3==5.2.0
72
72
  # via howso-engine
73
- narwhals==2.2.0
73
+ narwhals==2.3.0
74
74
  # via plotly
75
75
  networkx==3.5
76
76
  # via howso-visuals (pyproject.toml)
@@ -137,7 +137,7 @@ pytest==8.4.1
137
137
  # pytest-xdist
138
138
  pytest-cov==6.2.1
139
139
  # via howso-visuals (pyproject.toml)
140
- pytest-rerunfailures==16.0
140
+ pytest-rerunfailures==16.0.1
141
141
  # via howso-visuals (pyproject.toml)
142
142
  pytest-xdist==3.8.0
143
143
  # via howso-visuals (pyproject.toml)
@@ -4,7 +4,7 @@
4
4
  #
5
5
  # pip-compile --allow-unsafe --no-emit-index-url --output-file=requirements-3.12.txt
6
6
  #
7
- amalgam-lang==24.0.0
7
+ amalgam-lang==24.0.1
8
8
  # via howso-engine
9
9
  certifi==2025.8.3
10
10
  # via
@@ -18,7 +18,7 @@ choreographer==1.0.10
18
18
  # via kaleido
19
19
  contourpy==1.3.3
20
20
  # via matplotlib
21
- cryptography==45.0.6
21
+ cryptography==45.0.7
22
22
  # via howso-engine
23
23
  cycler==0.12.1
24
24
  # via matplotlib
@@ -28,7 +28,7 @@ faker==37.6.0
28
28
  # via howso-engine
29
29
  fonttools==4.59.2
30
30
  # via matplotlib
31
- howso-engine==43.0.0
31
+ howso-engine==44.0.0
32
32
  # via howso-visuals (pyproject.toml)
33
33
  humanize==4.13.0
34
34
  # via howso-engine
@@ -52,13 +52,13 @@ logistro==1.1.0
52
52
  # kaleido
53
53
  markdown-it-py==4.0.0
54
54
  # via rich
55
- matplotlib==3.10.5
55
+ matplotlib==3.10.6
56
56
  # via seaborn
57
57
  mdurl==0.1.2
58
58
  # via markdown-it-py
59
59
  mmh3==5.2.0
60
60
  # via howso-engine
61
- narwhals==2.2.0
61
+ narwhals==2.3.0
62
62
  # via plotly
63
63
  networkx==3.5
64
64
  # via howso-visuals (pyproject.toml)
@@ -4,7 +4,7 @@
4
4
  #
5
5
  # pip-compile --allow-unsafe --extra=dev --no-emit-index-url --output-file=requirements-3.13-dev.txt
6
6
  #
7
- amalgam-lang==24.0.0
7
+ amalgam-lang==24.0.1
8
8
  # via howso-engine
9
9
  certifi==2025.8.3
10
10
  # via
@@ -20,7 +20,7 @@ contourpy==1.3.3
20
20
  # via matplotlib
21
21
  coverage[toml]==7.10.6
22
22
  # via pytest-cov
23
- cryptography==45.0.6
23
+ cryptography==45.0.7
24
24
  # via howso-engine
25
25
  cycler==0.12.1
26
26
  # via matplotlib
@@ -34,7 +34,7 @@ flake8==7.3.0
34
34
  # via howso-visuals (pyproject.toml)
35
35
  fonttools==4.59.2
36
36
  # via matplotlib
37
- howso-engine==43.0.0
37
+ howso-engine==44.0.0
38
38
  # via howso-visuals (pyproject.toml)
39
39
  humanize==4.13.0
40
40
  # via howso-engine
@@ -62,7 +62,7 @@ logistro==1.1.0
62
62
  # kaleido
63
63
  markdown-it-py==4.0.0
64
64
  # via rich
65
- matplotlib==3.10.5
65
+ matplotlib==3.10.6
66
66
  # via seaborn
67
67
  mccabe==0.7.0
68
68
  # via flake8
@@ -70,7 +70,7 @@ mdurl==0.1.2
70
70
  # via markdown-it-py
71
71
  mmh3==5.2.0
72
72
  # via howso-engine
73
- narwhals==2.2.0
73
+ narwhals==2.3.0
74
74
  # via plotly
75
75
  networkx==3.5
76
76
  # via howso-visuals (pyproject.toml)
@@ -137,7 +137,7 @@ pytest==8.4.1
137
137
  # pytest-xdist
138
138
  pytest-cov==6.2.1
139
139
  # via howso-visuals (pyproject.toml)
140
- pytest-rerunfailures==16.0
140
+ pytest-rerunfailures==16.0.1
141
141
  # via howso-visuals (pyproject.toml)
142
142
  pytest-xdist==3.8.0
143
143
  # via howso-visuals (pyproject.toml)
@@ -4,7 +4,7 @@
4
4
  #
5
5
  # pip-compile --allow-unsafe --no-emit-index-url --output-file=requirements-3.13.txt
6
6
  #
7
- amalgam-lang==24.0.0
7
+ amalgam-lang==24.0.1
8
8
  # via howso-engine
9
9
  certifi==2025.8.3
10
10
  # via
@@ -18,7 +18,7 @@ choreographer==1.0.10
18
18
  # via kaleido
19
19
  contourpy==1.3.3
20
20
  # via matplotlib
21
- cryptography==45.0.6
21
+ cryptography==45.0.7
22
22
  # via howso-engine
23
23
  cycler==0.12.1
24
24
  # via matplotlib
@@ -28,7 +28,7 @@ faker==37.6.0
28
28
  # via howso-engine
29
29
  fonttools==4.59.2
30
30
  # via matplotlib
31
- howso-engine==43.0.0
31
+ howso-engine==44.0.0
32
32
  # via howso-visuals (pyproject.toml)
33
33
  humanize==4.13.0
34
34
  # via howso-engine
@@ -52,13 +52,13 @@ logistro==1.1.0
52
52
  # kaleido
53
53
  markdown-it-py==4.0.0
54
54
  # via rich
55
- matplotlib==3.10.5
55
+ matplotlib==3.10.6
56
56
  # via seaborn
57
57
  mdurl==0.1.2
58
58
  # via markdown-it-py
59
59
  mmh3==5.2.0
60
60
  # via howso-engine
61
- narwhals==2.2.0
61
+ narwhals==2.3.0
62
62
  # via plotly
63
63
  networkx==3.5
64
64
  # via howso-visuals (pyproject.toml)
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes