Recent Releases of https://github.com/graphbookai/graphbook
https://github.com/graphbookai/graphbook - v0.13.3
What's Changed
- Removing redundant error logging and graph_state changes by @rsamf in https://github.com/graphbookai/graphbook/pull/173
- Handling Dict Widgets in UI Correctly by @davidspector67 in https://github.com/graphbookai/graphbook/pull/174
- Wrapping vital components with ErrorBoundary component by @rsamf in https://github.com/graphbookai/graphbook/pull/175
Full Changelog: https://github.com/graphbookai/graphbook/compare/v0.13.2...v0.13.3
- Python
Published by rsamf about 1 year ago
https://github.com/graphbookai/graphbook - v0.13.2
Hotfix: removing redundant queue size updates by @rsamf
Full Changelog: https://github.com/graphbookai/graphbook/compare/v0.13.1...v0.13.2
- Python
Published by rsamf about 1 year ago
https://github.com/graphbookai/graphbook - v0.13.1
What's Changed
- Scraper examples & Class-based Pytorch Transforms by @davidspector67 in https://github.com/graphbookai/graphbook/pull/164
- Transforms Examples by @davidspector67 in https://github.com/graphbookai/graphbook/pull/167
- Supporting function-defined nodes on Python-defined workflows by @rsamf in https://github.com/graphbookai/graphbook/pull/166
- MNIST Training example with Pytorch by @rsamf in https://github.com/graphbookai/graphbook/pull/168
New Contributors
- :tada: @davidspector67 made their first contribution in https://github.com/graphbookai/graphbook/pull/164
Full Changelog: https://github.com/graphbookai/graphbook/compare/v0.13.0...v0.13.1
- Python
Published by rsamf about 1 year ago
https://github.com/graphbookai/graphbook - v0.13.0
What's Changed
This allows graphbook workflows to be submitted to Ray Clusters and viewable with a new subcommand: graphbook view
* Log files v1; Ray Cluster compatibility; Bug fixes by @rsamf in https://github.com/graphbookai/graphbook/pull/159
Full Changelog: https://github.com/graphbookai/graphbook/compare/v0.12.1...v0.13.0
- Python
Published by rsamf about 1 year ago
https://github.com/graphbookai/graphbook - v0.12.1
What's Changed
- Python workflows can be executable with
Graph.runmethod by @rsamf in https://github.com/graphbookai/graphbook/pull/156
Full Changelog: https://github.com/graphbookai/graphbook/compare/v0.12.0...v0.12.1
- Python
Published by rsamf about 1 year ago
https://github.com/graphbookai/graphbook - 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 https://github.com/graphbookai/graphbook/pull/139
- Fixing test flakiness for Github CI by @rsamf in https://github.com/graphbookai/graphbook/pull/140
- Client pool changes (refactor) by @rsamf in https://github.com/graphbookai/graphbook/pull/142
- 143 Python Graphs serialized py files by @rsamf in https://github.com/graphbookai/graphbook/pull/145
- 134 Resource Data Tab by @rsamf in https://github.com/graphbookai/graphbook/pull/146
- 133 Resource Logs Tab by @rsamf in https://github.com/graphbookai/graphbook/pull/147
- 117 Any Output Types and Removal of Notes by @rsamf in https://github.com/graphbookai/graphbook/pull/149
- 144 Make graphbook framework agnostic by @rsamf in https://github.com/graphbookai/graphbook/pull/150
- 148 Docs for Python Graphs by @rsamf in https://github.com/graphbookai/graphbook/pull/151
- More test coverage by @rsamf in https://github.com/graphbookai/graphbook/pull/152
Full Changelog: https://github.com/graphbookai/graphbook/compare/v0.11.1...v0.12.0
- Python
Published by rsamf about 1 year ago
https://github.com/graphbookai/graphbook - v0.11.1
What's Changed
- Efficiency fix to viewer @rsamf in https://github.com/graphbookai/graphbook/pull/138
Full Changelog: https://github.com/graphbookai/graphbook/compare/v0.11.0...v0.11.1
- Python
Published by rsamf over 1 year ago
https://github.com/graphbookai/graphbook - v0.11.0
What's Changed
- Scalable Ray DAGS, All-Code Workflows by @rsamf in https://github.com/graphbookai/graphbook/pull/135
- Graphbook as a Logging Tool by @rsamf in https://github.com/graphbookai/graphbook/pull/136
- Updates to docs and tests by @rsamf in https://github.com/graphbookai/graphbook/pull/137
Full Changelog: https://github.com/graphbookai/graphbook/compare/v0.10.1...v0.11.0
- Python
Published by rsamf over 1 year ago
https://github.com/graphbookai/graphbook - v0.10.1
What's Changed
- Adjusting tags on docker builds by @rsamf in https://github.com/graphbookai/graphbook/pull/131
- DAG execution processor should now use local-threaded Dataloder @rsamf in https://github.com/graphbookai/graphbook/pull/130
- Setting the view to a default workflow file upon loading filesystem @rsamf in https://github.com/graphbookai/graphbook/pull/130
Full Changelog: https://github.com/graphbookai/graphbook/compare/v0.10.0...v0.10.1
- Python
Published by rsamf over 1 year ago
https://github.com/graphbookai/graphbook - v0.10.0
What's Changed
- Hf spaces compatibility by @rsamf in https://github.com/graphbookai/graphbook/pull/124
- Supporting multiple isolated connections by @rsamf in https://github.com/graphbookai/graphbook/pull/125
- Copying worker files for app demos, updating Image components with download button by @rsamf in https://github.com/graphbookai/graphbook/pull/126
Full Changelog: https://github.com/graphbookai/graphbook/compare/v0.9.3...v0.10.0
- Python
Published by rsamf over 1 year ago
https://github.com/graphbookai/graphbook - v0.9.3
What's Changed
- ✨ Editor Enhancements by @rsamf in https://github.com/graphbookai/graphbook/pull/121
- Views of images, logs, prompts, and data are now viewable as separate tabs on each Step node
- In-app code editor for .py files
- Improved look of logs
- Layout button to automatically set each node's position
- Updating lock file; Fixing log views in Monitor component by @rsamf in https://github.com/graphbookai/graphbook/pull/123
Full Changelog: https://github.com/graphbookai/graphbook/compare/v0.9.2...v0.9.3
- Python
Published by rsamf over 1 year ago
https://github.com/graphbookai/graphbook - v0.9.2
What's Changed
- Small fix for Mac OS
Full Changelog: https://github.com/graphbookai/graphbook/compare/v0.9.1...v0.9.2
- Python
Published by rsamf over 1 year ago
https://github.com/graphbookai/graphbook - v0.9.1
What's Changed
- Downgraded required Python version to 3.9 for more compatibility
- Multiprocessing spawn method can be enabled with
--spawn - Tooltips can be disabled
- New Copy step node
- Minor bug fixes
Full Changelog: https://github.com/graphbookai/graphbook/compare/v0.9.0...v0.9.1
- Python
Published by rsamf over 1 year ago
https://github.com/graphbookai/graphbook - v0.9.0
What's Changed
This update completes our new documentation release with a whole bunch of learning topics: https://docs.graphbook.ai
- Fixing bool styling by @rsamf in https://github.com/graphbookai/graphbook/pull/103
- Docs and Boolean Widget Fix by @rsamf in https://github.com/graphbookai/graphbook/pull/106
- Adding SearchNode component back with better styling by @rsamf in https://github.com/graphbookai/graphbook/pull/107
- Sample Graphbook Workflow by @rsamf in https://github.com/graphbookai/graphbook/pull/109
- Help menu by @rsamf in https://github.com/graphbookai/graphbook/pull/110
- Tooltips for required and descriptions parameter properties by @rsamf in https://github.com/graphbookai/graphbook/pull/112
Full Changelog: https://github.com/graphbookai/graphbook/compare/v0.8.1...v0.9.0
- Python
Published by rsamf over 1 year ago
https://github.com/graphbookai/graphbook - Release 0.8.1
What's Changed
- ✨ NEW Docs ✨
- Better Processor Error Handling by @rsamf in https://github.com/graphbookai/graphbook/pull/100
- Saving CMYK images properly by @rsamf in https://github.com/graphbookai/graphbook/pull/100
Full Changelog: https://github.com/graphbookai/graphbook/compare/v0.8.0...v0.8.1
- Python
Published by rsamf over 1 year ago
https://github.com/graphbookai/graphbook - Release 0.8.0
What's Changed
- NEW Human-in-the-loop (aka PromptSteps) by @rsamf in https://github.com/graphbookai/graphbook/pull/94
- New dropdown widget by @rsamf in https://github.com/graphbookai/graphbook/pull/96
- Decorator support for prompt steps and updates to documentation by @rsamf in https://github.com/graphbookai/graphbook/pull/97
Full Changelog: https://github.com/graphbookai/graphbook/compare/v0.7.0...v0.8.0
- Python
Published by rsamf over 1 year ago
https://github.com/graphbookai/graphbook - Release 0.7.0
What's Changed
- Functional steps and decorators by @rsamf in https://github.com/graphbookai/graphbook/pull/87
- Resource Functions and Decorators by @rsamf in https://github.com/graphbookai/graphbook/pull/88
- Widget styling changes by @rsamf in https://github.com/graphbookai/graphbook/pull/89
Full Changelog: https://github.com/graphbookai/graphbook/compare/v0.6.0...v0.7.0
- Python
Published by rsamf over 1 year ago
https://github.com/graphbookai/graphbook - Release 0.6.0
What's Changed
- Processes cleaning up by @rsamf in https://github.com/graphbookai/graphbook/pull/82
- Support for 3rd Party Plugins by @rsamf in https://github.com/graphbookai/graphbook/pull/83
- New shared memory region for easily accessing PIL images in memory
Full Changelog: https://github.com/graphbookai/graphbook/compare/v0.5.1...v0.6.0
- Python
Published by rsamf over 1 year ago
https://github.com/graphbookai/graphbook - Release 0.5.1
New Key Features
- Users can now document their workflows with markdown and nodes with Python docstrings. Documentation will be shown in the Graphbook web UI.
- Resources can accept other Resources as parameters
- Added general UI improvements
- By default, Graphbook will now only use a single port (8005) for serving web files, media, and its graph API
What's Changed
- Converted all JS files to TS files by @rsamf in https://github.com/graphbookai/graphbook/pull/60
- Resources Can Accept Resources by @rsamf in https://github.com/graphbookai/graphbook/pull/64
- Improving DC state by @rsamf in https://github.com/graphbookai/graphbook/pull/67
- Copying outputs if flag enabled by @rsamf in https://github.com/graphbookai/graphbook/pull/68
- Refactors and docs by @rsamf in https://github.com/graphbookai/graphbook/pull/71
- Workflow and Node Documentation by @rsamf in https://github.com/graphbookai/graphbook/pull/73
Full Changelog: https://github.com/graphbookai/graphbook/compare/v0.4.3...v0.5.1
- Python
Published by rsamf almost 2 years ago
https://github.com/graphbookai/graphbook - Release 0.4.3
What's Changed
- Minor bug fixes, Issue templates, Doc updates by @rsamf in https://github.com/graphbookai/graphbook/pull/66
Full Changelog: https://github.com/graphbookai/graphbook/compare/v0.4.2...v0.4.3
- Python
Published by rsamf almost 2 years ago
https://github.com/graphbookai/graphbook - Release 0.4.2
What's Changed
- Set minimum Python version to ^3.10
Full Changelog: https://github.com/graphbookai/graphbook/compare/v0.4.1...v0.4.2
- Python
Published by rsamf almost 2 years ago
https://github.com/graphbookai/graphbook - Release 0.4.1
What's Changed
- Fix for Clearing Outputs; Dataloader Fix; State Fix by @rsamf in https://github.com/graphbookai/graphbook/pull/49
- Pause/Play Fix by @rsamf in https://github.com/graphbookai/graphbook/pull/50
- Split workers and adding timeouts by @rsamf in https://github.com/graphbookai/graphbook/pull/51
- Dag step/resource conflicts by @rsamf in https://github.com/graphbookai/graphbook/pull/55
- More guides and updating docs by @rsamf in https://github.com/graphbookai/graphbook/pull/56
- Release v0.4.1 by @rsamf in https://github.com/graphbookai/graphbook/pull/57
Full Changelog: https://github.com/graphbookai/graphbook/compare/v0.4.0...v0.4.1
- Python
Published by rsamf almost 2 years ago
https://github.com/graphbookai/graphbook - Release 0.4.0
Released Graphbook to PyPI: https://pypi.org/project/graphbook/
- Python
Published by rsamf almost 2 years ago