This is an automated email from the ASF dual-hosted git repository.

skrawcz pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/hamilton.git


    from 3bb44b9d Enable the UP006 and UP045 inspections
     new 357a43ac Remove tests for pre-3.9 types (Dict, Tuple)
     new 846cc74b Standardize `@pytest.mark.parametrize` parameters (PT006, 
PT007)
     new a2d0f205 Skip ray tests on Python 3.14 and fix ruff.toml config
     new 157ecd60 Address various test failures
     new 5d57508c Remove outdated numpy<2 version pins
     new f0b80121 Fix spark failures on py3.14

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/hamilton-main.yml                | 13 +++++-----
 .github/workflows/hamilton-sdk.yml                 |  1 +
 hamilton/plugins/h_spark.py                        | 15 ++++++++---
 hamilton/plugins/numpy_extensions.py               | 16 ++++++------
 hamilton/plugins/pandas_extensions.py              |  6 ++---
 hamilton/registry.py                               |  6 +----
 plugin_tests/h_dask/test_h_dask.py                 |  4 +--
 plugin_tests/h_ray/conftest.py                     | 13 ++++++++++
 plugin_tests/h_spark/test_h_schema.py              |  2 +-
 plugin_tests/h_spark/test_h_spark.py               | 17 ++++++------
 pyproject.toml                                     |  8 +++---
 tests/caching/result_store/test_file.py            |  2 +-
 tests/caching/test_fingerprinting.py               |  4 +--
 tests/caching/test_integration.py                  |  4 ++-
 tests/caching/test_result_store.py                 |  2 +-
 tests/execution/test_executors.py                  |  2 +-
 tests/execution/test_graph_functions.py            |  4 +--
 tests/function_modifiers/test_adapters.py          |  2 +-
 tests/function_modifiers/test_base.py              |  8 +++---
 tests/function_modifiers/test_delayed.py           |  2 +-
 tests/function_modifiers/test_dependencies.py      |  8 +++---
 tests/function_modifiers/test_expanders.py         | 30 +++++-----------------
 tests/function_modifiers/test_macros.py            |  6 ++---
 tests/function_modifiers/test_recursive.py         |  6 ++---
 tests/lifecycle/test_lifecycle_base.py             |  4 +--
 tests/plugins/test_logging.py                      |  2 +-
 tests/plugins/test_yaml_extension.py               | 10 ++++----
 tests/test_base.py                                 | 10 ++++----
 tests/test_common.py                               |  2 +-
 tests/test_default_data_quality.py                 |  6 ++---
 tests/test_dev_utils.py                            |  5 ++--
 tests/test_end_to_end.py                           |  2 +-
 tests/test_graph.py                                | 12 ++++-----
 tests/test_hamilton_driver.py                      |  2 +-
 tests/test_node.py                                 | 14 +++++++---
 tests/test_parallel_graceful.py                    |  2 +-
 tests/test_telemetry.py                            |  4 +--
 tests/test_type_utils.py                           | 13 +++++-----
 .../tests/test_db_methods/test_permissions.py      | 10 ++++----
 ui/sdk/requirements-test.txt                       |  4 +--
 ui/sdk/ruff.toml                                   |  2 +-
 .../src/hamilton_sdk/tracking/polars_col_stats.py  |  7 ++---
 ui/sdk/tests/test_adapters.py                      |  6 ++---
 ui/sdk/tests/tracking/test_pandas_col_stats.py     |  3 ++-
 ui/sdk/tests/tracking/test_pandas_stats.py         |  6 +++--
 ui/sdk/tests/tracking/test_utils.py                | 15 +++++------
 46 files changed, 168 insertions(+), 154 deletions(-)

Reply via email to