This is an automated email from the ASF dual-hosted git repository.
zilto pushed a change to branch feat/hamilton-core
in repository https://gitbox.apache.org/repos/asf/hamilton.git
discard 364e16a2 setup.py now copies the main source code
discard c4987ea2 implement module proxying logic
discard b55e97ee dynamically define package using setup.py from pyproject.toml
discard e6fe1937 add README explanations; wip
discard 0b50e607 use absolute import as fallback; required by proxy
discard 009b5823 use lazy imports for pandas and numpy
add 875555f7 Clean up repo for first ASF release (Attempt 2) (#1374)
new 3c66fc4d use lazy imports for pandas and numpy
new 588638ce use absolute import as fallback; required by proxy
new c1deb440 add README explanations; wip
new c63886b7 dynamically define package using setup.py from pyproject.toml
new 543d2672 implement module proxying logic
new 399b4a70 setup.py now copies the main source code
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 (364e16a2)
\
N -- N -- N refs/heads/feat/hamilton-core (399b4a70)
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 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:
.flake8 | 20 ----
.github/workflows/hamilton-main.yml | 26 ++---
.github/workflows/sphinx-docs.yml | 2 +-
.pre-commit-config.yaml | 4 -
.style.yapf | 23 ----
MANIFEST.in | 2 -
dag.png => assets/dag.png | Bin
assets/dag_example_module.png | Bin 0 -> 27223 bytes
hamiltondag.png => assets/hamiltondag.png | Bin
.../hello_world_image.png | Bin
dag_example_module.png | Bin 27367 -> 0 bytes
README-DOCS.md => docs/README.md | 2 +-
docs/conf.py | 6 +
pyproject.toml | 121 +++++++++++----------
build_conda.sh => scripts/build_conda.sh | 0
setup.py | 49 ---------
tests/plugins/test_polars_extensions.py | 9 +-
basics.md => writeups/basics.md | 0
data_quality.md => writeups/data_quality.md | 0
decorators.md => writeups/decorators.md | 0
developer_setup.md => writeups/developer_setup.md | 4 +-
21 files changed, 92 insertions(+), 176 deletions(-)
delete mode 100644 .flake8
delete mode 100644 .style.yapf
rename dag.png => assets/dag.png (100%)
create mode 100644 assets/dag_example_module.png
rename hamiltondag.png => assets/hamiltondag.png (100%)
rename hello_world_image.png => assets/hello_world_image.png (100%)
delete mode 100644 dag_example_module.png
rename README-DOCS.md => docs/README.md (97%)
rename build_conda.sh => scripts/build_conda.sh (100%)
delete mode 100644 setup.py
rename basics.md => writeups/basics.md (100%)
rename data_quality.md => writeups/data_quality.md (100%)
rename decorators.md => writeups/decorators.md (100%)
rename developer_setup.md => writeups/developer_setup.md (97%)