This is an automated email from the ASF dual-hosted git repository.
ebenizzy pushed a change to branch apache-burr-0.42.0-release
in repository https://gitbox.apache.org/repos/asf/burr.git
omit 0098d80e Bumps version to 0.42.0
add 9237df20 ui: add toggle to show/hide input nodes in graph view
add 8a975b02 core: add AST-based linter for undeclared state reads in
function-bas… (#656)
add d2214d9d chore: add ASF license headers to requirements.txt and
.gitignore files
add a1fd3384 fix: wheel LICENSE should not reference examples-only MIT
files (#641)
add b6b511d0 chore: remove phone-home telemetry per ASF policy
add 5d7267c5 chore: add deprecation warnings to telemetry stub functions
new 1af1ca7a Bumps version to 0.42.0
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 (0098d80e)
\
N -- N -- N refs/heads/apache-burr-0.42.0-release (1af1ca7a)
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 1 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:
.gitignore | 17 ++
LICENSE => LICENSE-wheel | 27 --
burr/cli/__main__.py | 11 +-
burr/core/action.py | 58 +++-
burr/core/application.py | 17 +-
burr/core/graph.py | 2 -
burr/telemetry.py | 303 ++-------------------
.../server/s3/deployment/terraform/.gitignore | 17 ++
docs/reference/index.rst | 1 -
docs/reference/telemetry.rst | 66 -----
examples/adaptive-crag/requirements.txt | 17 ++
.../graph_db_example/requirements.txt | 17 ++
.../simple_example/requirements.txt | 17 ++
examples/custom-serde/requirements.txt | 17 ++
examples/deployment/aws/lambda/requirements.txt | 17 ++
examples/deployment/vercel/requirements.txt | 17 ++
examples/hamilton-integration/requirements.txt | 17 ++
examples/hello-world-counter/requirements.txt | 17 ++
examples/image-telephone/requirements.txt | 17 ++
examples/instructor-gemini-flash/requirements.txt | 17 ++
.../hamilton/image-telephone/requirements.txt | 17 ++
examples/llm-adventure-game/requirements.txt | 17 ++
.../hamilton/requirements.txt | 17 ++
.../lcel/requirements.txt | 17 ++
.../multi-agent-collaboration/requirements.txt | 17 ++
examples/openai-compatible-agent/requirements.txt | 17 ++
examples/other-examples/cowsay/requirements.txt | 17 ++
examples/pytest/requirements.txt | 17 ++
examples/rag-lancedb-ingestion/requirements.txt | 17 ++
examples/recursive/requirements.txt | 17 ++
examples/simple-chatbot-intro/requirements.txt | 17 ++
examples/streaming-overview/requirements.txt | 17 ++
examples/test-case-creation/requirements.txt | 17 ++
examples/tool-calling/requirements.txt | 17 ++
examples/tracing-and-spans/requirements.txt | 17 ++
pyproject.toml | 3 +-
telemetry/ui/.gitignore | 17 ++
.../ui/src/components/routes/app/GraphView.tsx | 47 ++--
tests/conftest.py | 4 -
tests/core/test_action.py | 55 ++++
40 files changed, 636 insertions(+), 434 deletions(-)
copy LICENSE => LICENSE-wheel (89%)
delete mode 100644 docs/reference/telemetry.rst