Skip to content

Releases: graphbookai/graphbook

v0.10.0

24 Dec 00:57
a2e36a0
Compare
Choose a tag to compare

What's Changed

  • Hf spaces compatibility by @rsamf in #124
  • Supporting multiple isolated connections by @rsamf in #125
  • Copying worker files for app demos, updating Image components with download button by @rsamf in #126

Full Changelog: v0.9.3...v0.10.0

v0.9.3

11 Dec 18:48
09c76af
Compare
Choose a tag to compare

What's Changed

  • ✨ Editor Enhancements by @rsamf in #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 #123

Full Changelog: v0.9.2...v0.9.3

v0.9.2

29 Nov 09:47
Compare
Choose a tag to compare

What's Changed

  • Small fix for Mac OS

Full Changelog: v0.9.1...v0.9.2

v0.9.1

15 Nov 22:47
e2ea62e
Compare
Choose a tag to compare

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: v0.9.0...v0.9.1

v0.9.0

18 Oct 21:11
7bebeb0
Compare
Choose a tag to compare

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 #103
  • Docs and Boolean Widget Fix by @rsamf in #106
  • Adding SearchNode component back with better styling by @rsamf in #107
  • Sample Graphbook Workflow by @rsamf in #109
  • Help menu by @rsamf in #110
  • Tooltips for required and descriptions parameter properties by @rsamf in #112

Full Changelog: v0.8.1...v0.9.0

Release 0.8.1

04 Oct 20:23
Compare
Choose a tag to compare

What's Changed

  • ✨ NEW Docs ✨
  • Better Processor Error Handling by @rsamf in #100
  • Saving CMYK images properly by @rsamf in #100

Full Changelog: v0.8.0...v0.8.1

Release 0.8.0

26 Sep 03:22
4f3d6cd
Compare
Choose a tag to compare

What's Changed

  • NEW Human-in-the-loop (aka PromptSteps) by @rsamf in #94
  • New dropdown widget by @rsamf in #96
  • Decorator support for prompt steps and updates to documentation by @rsamf in #97

Full Changelog: v0.7.0...v0.8.0

Release 0.7.0

16 Sep 05:18
c271e71
Compare
Choose a tag to compare

What's Changed

  • Functional steps and decorators by @rsamf in #87
  • Resource Functions and Decorators by @rsamf in #88
  • Widget styling changes by @rsamf in #89

Full Changelog: v0.6.0...v0.7.0

Release 0.6.0

12 Sep 01:33
2b4b265
Compare
Choose a tag to compare

What's Changed

  • Processes cleaning up by @rsamf in #82
  • Support for 3rd Party Plugins by @rsamf in #83
  • New shared memory region for easily accessing PIL images in memory

Full Changelog: v0.5.1...v0.6.0

Release 0.5.1

25 Aug 01:30
Compare
Choose a tag to compare

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 #60
  • Resources Can Accept Resources by @rsamf in #64
  • Improving DC state by @rsamf in #67
  • Copying outputs if flag enabled by @rsamf in #68
  • Refactors and docs by @rsamf in #71
  • Workflow and Node Documentation by @rsamf in #73

Full Changelog: v0.4.3...v0.5.1