Releases: graphbookai/graphbook
Releases · graphbookai/graphbook
v0.13.3
What's Changed
- Removing redundant error logging and graph_state changes by @rsamf in #173
- Handling Dict Widgets in UI Correctly by @davidspector67 in #174
- Wrapping vital components with ErrorBoundary component by @rsamf in #175
Full Changelog: v0.13.2...v0.13.3
v0.13.2
Hotfix: removing redundant queue size updates by @rsamf
Full Changelog: v0.13.1...v0.13.2
v0.13.1
What's Changed
- Scraper examples & Class-based Pytorch Transforms by @davidspector67 in #164
- Transforms Examples by @davidspector67 in #167
- Supporting function-defined nodes on Python-defined workflows by @rsamf in #166
- MNIST Training example with Pytorch by @rsamf in #168
New Contributors
- 🎉 @davidspector67 made their first contribution in #164
Full Changelog: v0.13.0...v0.13.1
v0.13.0
v0.12.1
v0.12.0
What's Changed
Summary:
- Now Workflows can be declared in Python and executed in the UI
- Resources have additional tabs to show data output preview and log ouputs
- The flow of data can be of any type now. RIP Notes
- Graphbook is now framework agnostic and doesn't rely on pytorch
- Grahbook also doesn't requre pyarrow and ray by default due to how the project is now split into 3 subpackages: core, logging, and ray.
- Those extra dependencies can be installed with
pip install graphbook[logging,ray]
- Those extra dependencies can be installed with
- Added test coverage
Detailed Overview of Changes:
- Reducing test flakiness and increasing transparency by @rsamf in #139
- Fixing test flakiness for Github CI by @rsamf in #140
- Client pool changes (refactor) by @rsamf in #142
- 143 Python Graphs serialized py files by @rsamf in #145
- 134 Resource Data Tab by @rsamf in #146
- 133 Resource Logs Tab by @rsamf in #147
- 117 Any Output Types and Removal of Notes by @rsamf in #149
- 144 Make graphbook framework agnostic by @rsamf in #150
- 148 Docs for Python Graphs by @rsamf in #151
- More test coverage by @rsamf in #152
Full Changelog: v0.11.1...v0.12.0