Skip to content

Releases: graphbookai/graphbook

v0.13.3

11 Apr 20:57
Compare
Choose a tag to compare

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

04 Apr 18:22
Compare
Choose a tag to compare

v0.13.1

03 Apr 19:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.0...v0.13.1

v0.13.0

26 Mar 20:29
b9bddcf
Compare
Choose a tag to compare

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 #159

Full Changelog: v0.12.1...v0.13.0

v0.12.1

13 Mar 21:44
5c5075b
Compare
Choose a tag to compare

What's Changed

  • Python workflows can be executable with Graph.run method by @rsamf in #156

Full Changelog: v0.12.0...v0.12.1

v0.12.0

05 Mar 02:11
Compare
Choose a tag to compare

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]
  • 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

v0.11.1

07 Feb 23:54
695e437
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.11.1

v0.11.0

07 Feb 22:56
08d860e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.1...v0.11.0

v0.10.1

01 Jan 22:08
e8f7550
Compare
Choose a tag to compare

What's Changed

  • Adjusting tags on docker builds by @rsamf in #131
  • DAG execution processor should now use local-threaded Dataloder @rsamf in #130
  • Setting the view to a default workflow file upon loading filesystem @rsamf in #130

Full Changelog: v0.10.0...v0.10.1

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