howso-engine 60.3.0__tar.gz → 60.3.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.
- {howso_engine-60.3.0 → howso_engine-60.3.2}/LICENSE-3RD-PARTY.txt +32 -32
- {howso_engine-60.3.0/howso_engine.egg-info → howso_engine-60.3.2}/PKG-INFO +2 -2
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/client/schemas/reaction.py +3 -0
- howso_engine-60.3.2/howso/howso-engine/howso.caml +0 -0
- howso_engine-60.3.2/howso/howso-engine/migrations/migrations.caml +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/howso-engine/version.json +4 -4
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/utilities/features.py +172 -164
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/utilities/tokenizing.py +5 -5
- {howso_engine-60.3.0 → howso_engine-60.3.2/howso_engine.egg-info}/PKG-INFO +2 -2
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso_engine.egg-info/requires.txt +1 -1
- {howso_engine-60.3.0 → howso_engine-60.3.2}/pyproject.toml +1 -1
- {howso_engine-60.3.0 → howso_engine-60.3.2}/requirements-3.10-dev.txt +2 -2
- {howso_engine-60.3.0 → howso_engine-60.3.2}/requirements-3.10.txt +2 -2
- {howso_engine-60.3.0 → howso_engine-60.3.2}/requirements-3.11-dev.txt +2 -2
- {howso_engine-60.3.0 → howso_engine-60.3.2}/requirements-3.11.txt +2 -2
- {howso_engine-60.3.0 → howso_engine-60.3.2}/requirements-3.12-dev.txt +2 -2
- {howso_engine-60.3.0 → howso_engine-60.3.2}/requirements-3.12.txt +2 -2
- {howso_engine-60.3.0 → howso_engine-60.3.2}/requirements-3.13-dev.txt +2 -2
- {howso_engine-60.3.0 → howso_engine-60.3.2}/requirements-3.13.txt +2 -2
- howso_engine-60.3.2/version.json +5 -0
- howso_engine-60.3.0/howso/howso-engine/howso.caml +0 -0
- howso_engine-60.3.0/howso/howso-engine/migrations/migrations.caml +0 -0
- howso_engine-60.3.0/version.json +0 -5
- {howso_engine-60.3.0 → howso_engine-60.3.2}/.coveragerc +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/.flake8 +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/.github/CODEOWNERS +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/.github/templates/version_summary.md +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/.github/workflows/build-pr.yml +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/.github/workflows/build-release.yml +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/.github/workflows/build.yml +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/.github/workflows/rebuild-requirements.yml +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/.github/workflows/version-update.yml +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/.gitignore +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/.gitmodules +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/.pylintrc +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/CONTRIBUTING.md +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/LICENSE.txt +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/MANIFEST.in +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/Makefile +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/README.md +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/bin/build.sh +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/config/latest-mt-debug-howso.yml +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/config/latest-mt-howso.yml +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/config/latest-mt-noavx-traces-howso.yml +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/config/latest-mt-traces-howso.yml +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/config/latest-st-debug-howso.yml +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/config/latest-st-howso.yml +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/config/latest-st-traces-howso.yml +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/config/powershell/Download-Tzdata.ps1 +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/config/powershell/Helper-Functions.ps1 +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/hatch.toml +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/__main__.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/client/__init__.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/client/api.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/client/base.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/client/cache.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/client/client.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/client/configuration.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/client/exceptions.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/client/feature_flags.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/client/pandas/__init__.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/client/pandas/client.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/client/protocols.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/client/schemas/__init__.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/client/schemas/aggregate_reaction.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/client/schemas/base.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/client/schemas/group_reaction.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/client/schemas/project.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/client/schemas/session.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/client/schemas/trainee.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/client/schemas/version.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/client/typing.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/direct/__init__.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/direct/_utilities.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/direct/client.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/direct/schemas/__init__.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/direct/schemas/trainee.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/engine/__init__.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/engine/client.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/engine/project.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/engine/session.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/engine/trainee.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/scikit/__init__.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/scikit/scikit.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/utilities/__init__.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/utilities/decorators.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/utilities/feature_attributes/__init__.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/utilities/feature_attributes/abstract_data.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/utilities/feature_attributes/base.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/utilities/feature_attributes/infer_feature_attributes.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/utilities/feature_attributes/pandas.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/utilities/feature_attributes/protocols.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/utilities/feature_attributes/relational.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/utilities/feature_attributes/serializers.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/utilities/feature_attributes/suggestions.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/utilities/feature_attributes/time_series.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/utilities/feature_attributes/warnings.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/utilities/installation_verification.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/utilities/internals.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/utilities/json_wrapper.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/utilities/locale.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/utilities/monitors.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/utilities/posix.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/utilities/random.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/utilities/reaction.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/utilities/testing.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso/utilities/utilities.py +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso_engine.egg-info/SOURCES.txt +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso_engine.egg-info/dependency_links.txt +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso_engine.egg-info/entry_points.txt +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/howso_engine.egg-info/top_level.txt +0 -0
- {howso_engine-60.3.0 → howso_engine-60.3.2}/setup.cfg +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Faker
|
|
2
|
-
40.
|
|
2
|
+
40.23.0
|
|
3
3
|
MIT License
|
|
4
4
|
joke2k
|
|
5
5
|
https://github.com/joke2k/faker
|
|
6
6
|
Faker is a Python package that generates fake data for you.
|
|
7
|
-
/home/runner/.pyenv/versions/3.13.
|
|
7
|
+
/home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/faker-40.23.0.dist-info/licenses/LICENSE.txt
|
|
8
8
|
Copyright (c) 2012 Daniele Faraglia
|
|
9
9
|
|
|
10
10
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -32,7 +32,7 @@ MIT License
|
|
|
32
32
|
Kirill Simonov
|
|
33
33
|
https://pyyaml.org/
|
|
34
34
|
YAML parser and emitter for Python
|
|
35
|
-
/home/runner/.pyenv/versions/3.13.
|
|
35
|
+
/home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/pyyaml-6.0.3.dist-info/licenses/LICENSE
|
|
36
36
|
Copyright (c) 2017-2021 Ingy döt Net
|
|
37
37
|
Copyright (c) 2006-2016 Kirill Simonov
|
|
38
38
|
|
|
@@ -61,7 +61,7 @@ BSD-2-Clause
|
|
|
61
61
|
Georg Brandl <georg@python.org>
|
|
62
62
|
https://pygments.org
|
|
63
63
|
Pygments is a syntax highlighting package written in Python.
|
|
64
|
-
/home/runner/.pyenv/versions/3.13.
|
|
64
|
+
/home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/pygments-2.20.0.dist-info/licenses/LICENSE
|
|
65
65
|
Copyright (c) 2006-2022 by the respective authors (see AUTHORS file).
|
|
66
66
|
All rights reserved.
|
|
67
67
|
|
|
@@ -95,7 +95,7 @@ MIT
|
|
|
95
95
|
Filipe Laíns <lains@riseup.net>, Bernát Gábor <gaborjbernat@gmail.com>, layday <layday@protonmail.com>, Henry Schreiner <henryschreineriii@gmail.com>
|
|
96
96
|
https://build.pypa.io
|
|
97
97
|
A simple, correct Python build frontend
|
|
98
|
-
/home/runner/.pyenv/versions/3.13.
|
|
98
|
+
/home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/build-1.5.0.dist-info/licenses/LICENSE
|
|
99
99
|
Copyright © 2019 Filipe Laíns <filipe.lains@gmail.com>
|
|
100
100
|
|
|
101
101
|
Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -124,7 +124,7 @@ Mozilla Public License 2.0 (MPL 2.0)
|
|
|
124
124
|
Kenneth Reitz
|
|
125
125
|
https://github.com/certifi/python-certifi
|
|
126
126
|
Python package for providing Mozilla's CA Bundle.
|
|
127
|
-
/home/runner/.pyenv/versions/3.13.
|
|
127
|
+
/home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/certifi-2026.5.20.dist-info/licenses/LICENSE
|
|
128
128
|
This package contains a modified version of ca-bundle.crt:
|
|
129
129
|
|
|
130
130
|
ca-bundle.crt -- Bundle of CA Root Certificates
|
|
@@ -153,7 +153,7 @@ MIT
|
|
|
153
153
|
"Ahmed R. TAHRI" <tahri.ahmed@proton.me>
|
|
154
154
|
https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md
|
|
155
155
|
The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
|
|
156
|
-
/home/runner/.pyenv/versions/3.13.
|
|
156
|
+
/home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/charset_normalizer-3.4.7.dist-info/licenses/LICENSE
|
|
157
157
|
MIT License
|
|
158
158
|
|
|
159
159
|
Copyright (c) 2025 TAHRI Ahmed R.
|
|
@@ -183,7 +183,7 @@ BSD-3-Clause
|
|
|
183
183
|
UNKNOWN
|
|
184
184
|
https://github.com/pallets/click/
|
|
185
185
|
Composable command line interface toolkit
|
|
186
|
-
/home/runner/.pyenv/versions/3.13.
|
|
186
|
+
/home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/click-8.4.1.dist-info/licenses/LICENSE.txt
|
|
187
187
|
Copyright 2014 Pallets
|
|
188
188
|
|
|
189
189
|
Redistribution and use in source and binary forms, with or without
|
|
@@ -220,7 +220,7 @@ MIT
|
|
|
220
220
|
Jason Moiron <jmoiron@jmoiron.net>
|
|
221
221
|
https://github.com/python-humanize/humanize
|
|
222
222
|
Python humanize utilities
|
|
223
|
-
/home/runner/.pyenv/versions/3.13.
|
|
223
|
+
/home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/humanize-4.15.0.dist-info/licenses/LICENCE
|
|
224
224
|
Copyright (c) 2010-2020 Jason Moiron and Contributors
|
|
225
225
|
|
|
226
226
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
@@ -249,7 +249,7 @@ BSD-3-Clause
|
|
|
249
249
|
Kim Davies <kim+pypi@gumleaf.org>
|
|
250
250
|
https://github.com/kjd/idna
|
|
251
251
|
Internationalized Domain Names in Applications (IDNA)
|
|
252
|
-
/home/runner/.pyenv/versions/3.13.
|
|
252
|
+
/home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/idna-3.18.dist-info/licenses/LICENSE.md
|
|
253
253
|
BSD 3-Clause License
|
|
254
254
|
|
|
255
255
|
Copyright (c) 2013-2026, Kim Davies and contributors.
|
|
@@ -289,7 +289,7 @@ BSD-3-Clause
|
|
|
289
289
|
Gael Varoquaux <gael.varoquaux@normalesup.org>
|
|
290
290
|
https://joblib.readthedocs.io
|
|
291
291
|
Lightweight pipelining with Python functions
|
|
292
|
-
/home/runner/.pyenv/versions/3.13.
|
|
292
|
+
/home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/joblib-1.5.3.dist-info/licenses/LICENSE.txt
|
|
293
293
|
BSD 3-Clause License
|
|
294
294
|
|
|
295
295
|
Copyright (c) 2008-2021, The joblib developers.
|
|
@@ -327,7 +327,7 @@ MIT License
|
|
|
327
327
|
Chris Sewell <chrisj_sewell@hotmail.com>
|
|
328
328
|
https://github.com/executablebooks/markdown-it-py
|
|
329
329
|
Python port of markdown-it. Markdown parsing, done right!
|
|
330
|
-
/home/runner/.pyenv/versions/3.13.
|
|
330
|
+
/home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/markdown_it_py-4.2.0.dist-info/licenses/LICENSE
|
|
331
331
|
MIT License
|
|
332
332
|
|
|
333
333
|
Copyright (c) 2020 ExecutableBookProject
|
|
@@ -357,7 +357,7 @@ MIT License
|
|
|
357
357
|
Taneli Hukkinen <hukkin@users.noreply.github.com>
|
|
358
358
|
https://github.com/executablebooks/mdurl
|
|
359
359
|
Markdown URL utilities
|
|
360
|
-
/home/runner/.pyenv/versions/3.13.
|
|
360
|
+
/home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/mdurl-0.1.2.dist-info/LICENSE
|
|
361
361
|
Copyright (c) 2015 Vitaly Puzrin, Alex Kocharin.
|
|
362
362
|
Copyright (c) 2021 Taneli Hukkinen
|
|
363
363
|
|
|
@@ -412,7 +412,7 @@ MIT License
|
|
|
412
412
|
Hajime Senuma <hajime.senuma@gmail.com>
|
|
413
413
|
https://pypi.org/project/mmh3/
|
|
414
414
|
Python extension for MurmurHash (MurmurHash3), a set of fast and robust hash functions.
|
|
415
|
-
/home/runner/.pyenv/versions/3.13.
|
|
415
|
+
/home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/mmh3-5.2.1.dist-info/licenses/LICENSE
|
|
416
416
|
MIT License
|
|
417
417
|
|
|
418
418
|
Copyright (c) 2011-2026 Hajime Senuma
|
|
@@ -441,7 +441,7 @@ BSD-3-Clause AND 0BSD AND MIT AND Zlib AND CC0-1.0
|
|
|
441
441
|
Travis E. Oliphant et al.
|
|
442
442
|
https://numpy.org
|
|
443
443
|
Fundamental package for array computing in Python
|
|
444
|
-
/home/runner/.pyenv/versions/3.13.
|
|
444
|
+
/home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/numpy-2.4.6.dist-info/licenses/LICENSE.txt
|
|
445
445
|
Copyright (c) 2005-2025, NumPy Developers.
|
|
446
446
|
All rights reserved.
|
|
447
447
|
|
|
@@ -1385,7 +1385,7 @@ Apache-2.0 OR BSD-2-Clause
|
|
|
1385
1385
|
Donald Stufft <donald@stufft.io>
|
|
1386
1386
|
https://github.com/pypa/packaging
|
|
1387
1387
|
Core utilities for Python packages
|
|
1388
|
-
/home/runner/.pyenv/versions/3.13.
|
|
1388
|
+
/home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/packaging-26.2.dist-info/licenses/LICENSE
|
|
1389
1389
|
This software is made available under the terms of *either* of the licenses
|
|
1390
1390
|
found in LICENSE.APACHE or LICENSE.BSD. Contributions to this software is made
|
|
1391
1391
|
under the terms of *both* these licenses.
|
|
@@ -1397,7 +1397,7 @@ BSD License
|
|
|
1397
1397
|
The Pandas Development Team <pandas-dev@python.org>
|
|
1398
1398
|
https://pandas.pydata.org
|
|
1399
1399
|
Powerful data structures for data analysis, time series, and statistics
|
|
1400
|
-
/home/runner/.pyenv/versions/3.13.
|
|
1400
|
+
/home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/pandas-2.3.3.dist-info/LICENSE
|
|
1401
1401
|
BSD 3-Clause License
|
|
1402
1402
|
|
|
1403
1403
|
Copyright (c) 2008-2011, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
|
|
@@ -2655,7 +2655,7 @@ BSD License
|
|
|
2655
2655
|
Vincent Driessen <me@nvie.com>
|
|
2656
2656
|
https://github.com/jazzband/pip-tools/
|
|
2657
2657
|
pip-tools keeps your pinned dependencies fresh.
|
|
2658
|
-
/home/runner/.pyenv/versions/3.13.
|
|
2658
|
+
/home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/pip_tools-7.5.0.dist-info/licenses/LICENSE
|
|
2659
2659
|
BSD 3-Clause License
|
|
2660
2660
|
|
|
2661
2661
|
Copyright (c). All rights reserved.
|
|
@@ -2692,7 +2692,7 @@ BSD-3-Clause
|
|
|
2692
2692
|
Giampaolo Rodola
|
|
2693
2693
|
https://github.com/giampaolo/psutil
|
|
2694
2694
|
Cross-platform lib for process and system monitoring.
|
|
2695
|
-
/home/runner/.pyenv/versions/3.13.
|
|
2695
|
+
/home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/psutil-7.2.2.dist-info/LICENSE
|
|
2696
2696
|
BSD 3-Clause License
|
|
2697
2697
|
|
|
2698
2698
|
Copyright (c) 2009, Jay Loden, Dave Daeschler, Giampaolo Rodola
|
|
@@ -2730,7 +2730,7 @@ MIT License
|
|
|
2730
2730
|
Thomas Kluyver <thomas@kluyver.me.uk>
|
|
2731
2731
|
https://github.com/pypa/pyproject-hooks
|
|
2732
2732
|
Wrappers to call pyproject.toml-based build backend hooks.
|
|
2733
|
-
/home/runner/.pyenv/versions/3.13.
|
|
2733
|
+
/home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/pyproject_hooks-1.2.0.dist-info/LICENSE
|
|
2734
2734
|
The MIT License (MIT)
|
|
2735
2735
|
|
|
2736
2736
|
Copyright (c) 2017 Thomas Kluyver
|
|
@@ -2760,7 +2760,7 @@ Apache Software License; BSD License
|
|
|
2760
2760
|
Gustavo Niemeyer
|
|
2761
2761
|
https://github.com/dateutil/dateutil
|
|
2762
2762
|
Extensions to the standard Python datetime module
|
|
2763
|
-
/home/runner/.pyenv/versions/3.13.
|
|
2763
|
+
/home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/python_dateutil-2.9.0.post0.dist-info/LICENSE
|
|
2764
2764
|
Copyright 2017- Paul Ganssle <paul@ganssle.io>
|
|
2765
2765
|
Copyright 2017- dateutil contributors (see AUTHORS file)
|
|
2766
2766
|
|
|
@@ -2822,7 +2822,7 @@ MIT License
|
|
|
2822
2822
|
Stuart Bishop
|
|
2823
2823
|
http://pythonhosted.org/pytz
|
|
2824
2824
|
World timezone definitions, modern and historical
|
|
2825
|
-
/home/runner/.pyenv/versions/3.13.
|
|
2825
|
+
/home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/pytz-2026.2.dist-info/LICENSE.txt
|
|
2826
2826
|
Copyright (c) 2003-2019 Stuart Bishop <stuart@stuartbishop.net>
|
|
2827
2827
|
|
|
2828
2828
|
Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -2850,7 +2850,7 @@ Apache-2.0 AND CNRI-Python
|
|
|
2850
2850
|
Matthew Barnett <regex@mrabarnett.plus.com>
|
|
2851
2851
|
https://github.com/mrabarnett/mrab-regex
|
|
2852
2852
|
Alternative regular expression module, to replace re.
|
|
2853
|
-
/home/runner/.pyenv/versions/3.13.
|
|
2853
|
+
/home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/regex-2026.5.9.dist-info/licenses/LICENSE.txt
|
|
2854
2854
|
This work was derived from the 're' module of CPython 2.6 and CPython 3.1,
|
|
2855
2855
|
copyright (c) 1998-2001 by Secret Labs AB and licensed under CNRI's Python 1.6
|
|
2856
2856
|
license.
|
|
@@ -3067,7 +3067,7 @@ Apache Software License
|
|
|
3067
3067
|
Kenneth Reitz <me@kennethreitz.org>
|
|
3068
3068
|
https://github.com/psf/requests
|
|
3069
3069
|
Python HTTP for Humans.
|
|
3070
|
-
/home/runner/.pyenv/versions/3.13.
|
|
3070
|
+
/home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/requests-2.34.2.dist-info/licenses/LICENSE
|
|
3071
3071
|
|
|
3072
3072
|
Apache License
|
|
3073
3073
|
Version 2.0, January 2004
|
|
@@ -3251,7 +3251,7 @@ MIT License
|
|
|
3251
3251
|
Will McGugan
|
|
3252
3252
|
https://github.com/Textualize/rich
|
|
3253
3253
|
Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal
|
|
3254
|
-
/home/runner/.pyenv/versions/3.13.
|
|
3254
|
+
/home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/rich-15.0.0.dist-info/licenses/LICENSE
|
|
3255
3255
|
Copyright (c) 2020 Will McGugan
|
|
3256
3256
|
|
|
3257
3257
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -3279,7 +3279,7 @@ MIT License
|
|
|
3279
3279
|
UNKNOWN
|
|
3280
3280
|
https://github.com/hplt-project/sacremoses
|
|
3281
3281
|
SacreMoses
|
|
3282
|
-
/home/runner/.pyenv/versions/3.13.
|
|
3282
|
+
/home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/sacremoses-0.1.1.dist-info/LICENSE
|
|
3283
3283
|
MIT License
|
|
3284
3284
|
|
|
3285
3285
|
Copyright (c) 2020 alvations
|
|
@@ -3309,7 +3309,7 @@ BSD License
|
|
|
3309
3309
|
Raphaël Barrois
|
|
3310
3310
|
https://github.com/rbarrois/python-semanticversion
|
|
3311
3311
|
A library implementing the 'SemVer' scheme.
|
|
3312
|
-
/home/runner/.pyenv/versions/3.13.
|
|
3312
|
+
/home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/semantic_version-2.10.0.dist-info/LICENSE
|
|
3313
3313
|
Copyright (c) The python-semanticversion project
|
|
3314
3314
|
All rights reserved.
|
|
3315
3315
|
|
|
@@ -3340,7 +3340,7 @@ MIT License
|
|
|
3340
3340
|
Benjamin Peterson
|
|
3341
3341
|
https://github.com/benjaminp/six
|
|
3342
3342
|
Python 2 and 3 compatibility utilities
|
|
3343
|
-
/home/runner/.pyenv/versions/3.13.
|
|
3343
|
+
/home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/six-1.17.0.dist-info/LICENSE
|
|
3344
3344
|
Copyright (c) 2010-2024 Benjamin Peterson
|
|
3345
3345
|
|
|
3346
3346
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
@@ -3367,7 +3367,7 @@ MPL-2.0 AND MIT
|
|
|
3367
3367
|
UNKNOWN
|
|
3368
3368
|
https://tqdm.github.io
|
|
3369
3369
|
Fast, Extensible Progress Meter
|
|
3370
|
-
/home/runner/.pyenv/versions/3.13.
|
|
3370
|
+
/home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/tqdm-4.68.2.dist-info/licenses/LICENCE
|
|
3371
3371
|
`tqdm` is a product of collaborative work.
|
|
3372
3372
|
Unless otherwise stated, all authors (see commit logs) retain copyright
|
|
3373
3373
|
for their respective work, and release the work under the MIT licence
|
|
@@ -3425,7 +3425,7 @@ PSF-2.0
|
|
|
3425
3425
|
"Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee" <levkivskyi@gmail.com>
|
|
3426
3426
|
https://github.com/python/typing_extensions
|
|
3427
3427
|
Backported and Experimental Type Hints for Python 3.9+
|
|
3428
|
-
/home/runner/.pyenv/versions/3.13.
|
|
3428
|
+
/home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/typing_extensions-4.15.0.dist-info/licenses/LICENSE
|
|
3429
3429
|
A. HISTORY OF THE SOFTWARE
|
|
3430
3430
|
==========================
|
|
3431
3431
|
|
|
@@ -3713,7 +3713,7 @@ Apache-2.0
|
|
|
3713
3713
|
Python Software Foundation
|
|
3714
3714
|
https://github.com/python/tzdata
|
|
3715
3715
|
Provider of IANA time zone data
|
|
3716
|
-
/home/runner/.pyenv/versions/3.13.
|
|
3716
|
+
/home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/tzdata-2026.2.dist-info/licenses/LICENSE
|
|
3717
3717
|
Apache Software License 2.0
|
|
3718
3718
|
|
|
3719
3719
|
Copyright (c) 2020, Paul Ganssle (Google)
|
|
@@ -3737,7 +3737,7 @@ MIT
|
|
|
3737
3737
|
Andrey Petrov <andrey.petrov@shazow.net>
|
|
3738
3738
|
https://github.com/urllib3/urllib3/blob/main/CHANGES.rst
|
|
3739
3739
|
HTTP library with thread-safe connection pooling, file post, and more.
|
|
3740
|
-
/home/runner/.pyenv/versions/3.13.
|
|
3740
|
+
/home/runner/.pyenv/versions/3.13.14/lib/python3.13/site-packages/urllib3-2.7.0.dist-info/licenses/LICENSE.txt
|
|
3741
3741
|
MIT License
|
|
3742
3742
|
|
|
3743
3743
|
Copyright (c) 2008-2020 Andrey Petrov and contributors.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: howso-engine
|
|
3
|
-
Version: 60.3.
|
|
3
|
+
Version: 60.3.2
|
|
4
4
|
Summary: The Howso Engine™ is a natively and fully explainable ML engine, serving as an alternative to black box AI neural networks.
|
|
5
5
|
Author: Howso Incorporated
|
|
6
6
|
Author-email: support@howso.com
|
|
@@ -705,7 +705,7 @@ Requires-Dist: sacremoses
|
|
|
705
705
|
Requires-Dist: semantic-version~=2.0
|
|
706
706
|
Requires-Dist: typing-extensions~=4.9
|
|
707
707
|
Requires-Dist: urllib3>=2.6.3
|
|
708
|
-
Requires-Dist: amalgam-lang==32.0.
|
|
708
|
+
Requires-Dist: amalgam-lang==32.0.1
|
|
709
709
|
Provides-Extra: dev
|
|
710
710
|
Requires-Dist: dill~=0.0; extra == "dev"
|
|
711
711
|
Requires-Dist: flake8-docstrings; extra == "dev"
|
|
@@ -219,6 +219,9 @@ class ReactDetails(TypedDict, total=False):
|
|
|
219
219
|
relevant_values: list[dict[str, pd.Series]]
|
|
220
220
|
"""A list of dict mapping feature name to the list of relevant values for each context."""
|
|
221
221
|
|
|
222
|
+
residual_contribution: list[float]
|
|
223
|
+
"""A list of the computed residual contribution for each given case."""
|
|
224
|
+
|
|
222
225
|
similarity_conviction: list[float]
|
|
223
226
|
"""A list of the average similarity conviction of cases in each group."""
|
|
224
227
|
|
|
Binary file
|
|
Binary file
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "115.4.
|
|
2
|
+
"version": "115.4.2",
|
|
3
3
|
"dependencies": {
|
|
4
|
-
"amalgam": "80.0.
|
|
4
|
+
"amalgam": "80.0.2"
|
|
5
5
|
},
|
|
6
6
|
"display_title": "",
|
|
7
7
|
"build_date": "",
|
|
8
|
-
"sha": "
|
|
9
|
-
"url": "https://github.com/howsoai/howso-engine/releases/tag/115.4.
|
|
8
|
+
"sha": "fe48463b73c67b588acee0fcfa1c0aafb43a2de5",
|
|
9
|
+
"url": "https://github.com/howsoai/howso-engine/releases/tag/115.4.2"
|
|
10
10
|
}
|