This is an automated email from the ASF dual-hosted git repository.
skrawcz pushed a change to branch update_references
in repository https://gitbox.apache.org/repos/asf/hamilton.git
omit 60bd0ce8 Adds incubating to main.md
omit d4d31cca Adds ability to build and publish docs
omit c1927433 Updates docs to reference Hamilton as Apache Hamilton
omit b22093ad Replaces most links
add d04aedbe try publish changes in .asf.yaml (#1345)
add 3c32aca5 Migrate to GitHub acitions (#1342)
new 1323555b Replaces most links
new 9960c3f0 Updates docs to reference Hamilton as Apache Hamilton
new 0a17d390 Adds ability to build and publish docs
new 292e5ebe Adds incubating to main.md
new eed2e88c Changes references to hamilton.apache.org
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (60bd0ce8)
\
N -- N -- N refs/heads/update_references (eed2e88c)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 5 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:
.asf.yaml | 8 +-
.ci/setup.sh | 49 ------
.ci/test.sh | 80 ---------
.circleci/config.yml | 181 ---------------------
.github/workflows/hamilton-main.yml | 163 +++++++++++++++++++
.../dagworks/sphinx_doc_chunking/__init__.py | 2 +-
.../dagworks/translate_to_hamilton/__init__.py | 2 +-
.../user/skrawcz/customize_embeddings/__init__.py | 2 +-
docs/conf.py | 7 +-
.../RAG_document_extract_chunk_embed/pipeline.py | 2 +-
.../scraping_and_chunking/doc_pipeline.py | 2 +-
.../scraping_and_chunking/spark/spark_pipeline.py | 2 +-
examples/people_data_labs/run.py | 2 +-
examples/validate_examples.py | 2 +
hamilton/caching/adapter.py | 2 +-
hamilton/experimental/h_cache.py | 2 +-
hamilton/function_modifiers/adapters.py | 2 +-
hamilton/function_modifiers/macros.py | 4 +-
hamilton/graph.py | 2 +-
hamilton/io/materialization.py | 2 +-
hamilton/lifecycle/default.py | 2 +-
hamilton/plugins/h_diskcache.py | 2 +-
hamilton/plugins/h_openlineage.py | 2 +-
hamilton/telemetry.py | 2 +-
plugin_tests/h_pandas/test_with_columns.py | 6 +-
plugin_tests/h_polars/test_with_columns.py | 6 +-
plugin_tests/h_spark/test_h_spark.py | 16 +-
pyproject.toml | 22 ++-
scripts/test_memory.py | 4 +-
tests/test_base.py | 7 +-
tests/test_telemetry.py | 7 +-
ui/sdk/src/hamilton_sdk/adapters.py | 12 +-
ui/sdk/tests/tracking/test_polars_col_stats.py | 2 +-
ui/sdk/tests/tracking/test_polars_stats.py | 4 +-
ui/sdk/tests/tracking/test_pyspark_stats.py | 2 +-
writeups/garbage_collection/memory_test.py | 2 +-
36 files changed, 234 insertions(+), 382 deletions(-)
delete mode 100755 .ci/setup.sh
delete mode 100755 .ci/test.sh
delete mode 100644 .circleci/config.yml
create mode 100644 .github/workflows/hamilton-main.yml