This is an automated email from the ASF dual-hosted git repository.
ebenizzy pushed a change to branch asf-release-0.41.0
in repository https://gitbox.apache.org/repos/asf/burr.git
discard 21f2681f Version bump to 0.41.0
add 8801b2be Adds missing headers to files
add 6cbb4409 Fixes wheel not having NOTICE and DISCLAIMER
add 681b1548 Updates SVN scripts (#599)
add 01cdaf2e Hack: manually get around symlink resolution of flit (#600)
add 81685350 Adds header to all remaining wheel-deployed files (#601)
add 11783ba5 Version bump to 0.41.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 (21f2681f)
\
N -- N -- N refs/heads/asf-release-0.41.0 (11783ba5)
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.
No new revisions were added by this update.
Summary of changes:
.asf.yaml | 17 ++
.pre-commit-config.yaml | 14 ++
.style.yapf | 14 ++
README.md | 19 ++
burr/tracking/server/requirements-s3.txt | 17 ++
.../s3/deployment/terraform/.terraform.lock.hcl | 14 ++
examples/deep-researcher/notebook.ipynb | 40 ++++-
examples/deep-researcher/requirements.txt | 14 ++
examples/email-assistant/notebook.ipynb | 28 ++-
examples/email-assistant/requirements.txt | 14 ++
examples/hello-world-counter/notebook.ipynb | 28 ++-
examples/multi-modal-chatbot/burr_demo.ipynb | 62 ++++---
examples/multi-modal-chatbot/notebook.ipynb | 28 ++-
examples/multi-modal-chatbot/requirements.txt | 14 ++
examples/streaming-fastapi/notebook.ipynb | 28 ++-
pyproject.toml | 3 +-
scripts/build_artifacts.py | 199 +++++++++++++++++++++
scripts/release_helper.py | 17 +-
setup.cfg | 14 ++
telemetry/ui/.eslintignore | 14 ++
telemetry/ui/.prettierignore | 14 ++
telemetry/ui/public/robots.txt | 14 ++
22 files changed, 575 insertions(+), 51 deletions(-)