Burr

Latest version: v0.14.1

Safety actively analyzes 623965 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

0.14.1

What's Changed
* Fixes google colab use of hamilton notebook by skrawcz in https://github.com/DAGWorks-Inc/burr/pull/161
* Fixes strange local build failure due to missing whitespace by elijahbenizzy in https://github.com/DAGWorks-Inc/burr/pull/162
* Fixes requirements for examples by skrawcz in https://github.com/DAGWorks-Inc/burr/pull/163
* Fix conversational RAG example for collab by skrawcz in https://github.com/DAGWorks-Inc/burr/pull/164
* Various docs updates by elijahbenizzy in https://github.com/DAGWorks-Inc/burr/pull/165
* Adds burr agent application templates by skrawcz in https://github.com/DAGWorks-Inc/burr/pull/166
* Fixes numbering in docs by skrawcz in https://github.com/DAGWorks-Inc/burr/pull/167
* Update README.md by skrawcz in https://github.com/DAGWorks-Inc/burr/pull/168
* Update simple-example.rst by sudoevans in https://github.com/DAGWorks-Inc/burr/pull/169
* Runs pre-commit hooks by elijahbenizzy in https://github.com/DAGWorks-Inc/burr/pull/170
* Update README.md by elijahbenizzy in https://github.com/DAGWorks-Inc/burr/pull/171
* Adds validation for incorrect nodes in halt conditions by elijahbenizzy in https://github.com/DAGWorks-Inc/burr/pull/172

New Contributors
* sudoevans made their first contribution in https://github.com/DAGWorks-Inc/burr/pull/169

**Full Changelog**: https://github.com/DAGWorks-Inc/burr/compare/burr-0.14.0...burr-0.14.1

0.14.0

What's Changed
* fix typo by jordi-adame in https://github.com/DAGWorks-Inc/burr/pull/156
* Updates multi-agent example by skrawcz in https://github.com/DAGWorks-Inc/burr/pull/158
* Fixes docs rendering by skrawcz in https://github.com/DAGWorks-Inc/burr/pull/159
* Adds better error for missing inputs by skrawcz in https://github.com/DAGWorks-Inc/burr/pull/155

New Contributors
* jordi-adame made their first contribution in https://github.com/DAGWorks-Inc/burr/pull/156

**Full Changelog**: https://github.com/DAGWorks-Inc/burr/compare/burr-0.13.1...burr-0.14.0

0.13.1

What's Changed
* Adds JSON view for numeric list -- this is easier to deal with by elijahbenizzy in https://github.com/DAGWorks-Inc/burr/pull/154
* Bumps version from 0.13.0 to 0.13.1 by elijahbenizzy in https://github.com/DAGWorks-Inc/burr/pull/157


**Full Changelog**: https://github.com/DAGWorks-Inc/burr/compare/burr-0.13.0...burr-0.13.1

0.13.0

What's Changed
* Adds missing import to python testcase stub by skrawcz in https://github.com/DAGWorks-Inc/burr/pull/130
* Fixes web-server examples by elijahbenizzy in https://github.com/DAGWorks-Inc/burr/pull/129
* Adds collab links for notebooks by skrawcz in https://github.com/DAGWorks-Inc/burr/pull/131
* Updates persister link by skrawcz in https://github.com/DAGWorks-Inc/burr/pull/132
* fix: bad hamilton link in README by vertis in https://github.com/DAGWorks-Inc/burr/pull/133
* Updates contributors for README.md by elijahbenizzy in https://github.com/DAGWorks-Inc/burr/pull/135
* Fleshes out the docs for simulations by elijahbenizzy in https://github.com/DAGWorks-Inc/burr/pull/137
* Adds GA to docs by skrawcz in https://github.com/DAGWorks-Inc/burr/pull/140
* Adds templates for issues & PRs by skrawcz in https://github.com/DAGWorks-Inc/burr/pull/141
* Update typo in ml/application.py by skrawcz in https://github.com/DAGWorks-Inc/burr/pull/142
* Email assistant webapp by elijahbenizzy in https://github.com/DAGWorks-Inc/burr/pull/126
* Makes the key headers standout by skrawcz in https://github.com/DAGWorks-Inc/burr/pull/144
* Adds guard for persisters returning bad state by skrawcz in https://github.com/DAGWorks-Inc/burr/pull/147
* Add collapse all feature by elijahbenizzy in https://github.com/DAGWorks-Inc/burr/pull/149
* Drops rendering numeric arrays by skrawcz in https://github.com/DAGWorks-Inc/burr/pull/151
* Updates telephone example by skrawcz in https://github.com/DAGWorks-Inc/burr/pull/145
* Bumps version to 0.13.0 by skrawcz in https://github.com/DAGWorks-Inc/burr/pull/152

New Contributors
* vertis made their first contribution in https://github.com/DAGWorks-Inc/burr/pull/133

**Full Changelog**: https://github.com/DAGWorks-Inc/burr/compare/burr-0.12.1...burr-0.13.0

0.12.1

What's Changed
* Disables send button in demo when no app ID is present by elijahbenizzy in https://github.com/DAGWorks-Inc/burr/pull/128


**Full Changelog**: https://github.com/DAGWorks-Inc/burr/compare/burr-0.12.0...burr-0.12.1

0.12.0

What's Changed
* Tweak readme quickstart by skrawcz in https://github.com/DAGWorks-Inc/burr/pull/111
* Removes second video by elijahbenizzy in https://github.com/DAGWorks-Inc/burr/pull/112
* Adds validation for the examples by elijahbenizzy in https://github.com/DAGWorks-Inc/burr/pull/114
* Fixes links due to examples directory structure changing by skrawcz in https://github.com/DAGWorks-Inc/burr/pull/118
* Fixes broken images in docs by skrawcz in https://github.com/DAGWorks-Inc/burr/pull/120
* Adds POC "render" view of state by skrawcz in https://github.com/DAGWorks-Inc/burr/pull/117
* Repositions state machine + other minor fixes by elijahbenizzy in https://github.com/DAGWorks-Inc/burr/pull/121
* Fixes langchain message serialization by skrawcz in https://github.com/DAGWorks-Inc/burr/pull/122
* Email assistant demo by elijahbenizzy in https://github.com/DAGWorks-Inc/burr/pull/119
* Adds CLI command to help generate test cases by skrawcz in https://github.com/DAGWorks-Inc/burr/pull/115
* Changes build to cp folder by skrawcz in https://github.com/DAGWorks-Inc/burr/pull/123
* Fixes a typo with the wrong state in local tracking client by elijahbenizzy in https://github.com/DAGWorks-Inc/burr/pull/124
* Bumps version to 0.12.0 by skrawcz in https://github.com/DAGWorks-Inc/burr/pull/125


**Full Changelog**: https://github.com/DAGWorks-Inc/burr/compare/burr-0.11.2...burr-0.12.0

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.