Skip to content

Releases: stephenfreund/flowco

v0.1.6

31 Jan 11:22

Choose a tag to compare

  • Better prompting for types and node editor.
  • Slightly better Stop behavior

Full Changelog: v0.1.5...v0.1.6

v0.1.5

30 Jan 17:23

Choose a tag to compare

More improvements for return types.

Full Changelog: v0.1.4...v0.1.5

v0.1.4

30 Jan 14:17

Choose a tag to compare

Improved ExtendedTypes use of TypedDict and Dict. Trying to force it to choose the right one...

Full Changelog: v0.1.2...v0.1.4

v0.1.3

30 Jan 11:49
596c23a

Choose a tag to compare

Full Changelog: v0.1.2...v0.1.3

v0.1.2

30 Jan 11:42

Choose a tag to compare

  • Introduce Sklearn classes as valid extended types.
  • Try to give better direction about Dict vs. TypeDict.
  • Restrict Dict to only str keys to avoid hashable errors.

Full Changelog: v0.1...v0.1.2

v0.1.1

27 Jan 11:23

Choose a tag to compare

Fixed an import biffer.

Full Changelog: 0.1...0.1.1

v0.1

27 Jan 10:39

Choose a tag to compare

What's Changed

  • I added an image cache to the UI so that it doesn't get a new copy of all the output plots on each update from the server. Seems to work okay, but if you see problems, let me know. You can disable it under Settings -> Experimental -> "Disable image caching" if it's a total fail.
  • Hover on nodes with successors and click the eyeball to have their output show.
  • Hover over an output node and you'll get a big view of it!
  • I restricted the LLM to not produce return types including Any or tuples. These were causing some of the grief we saw because LLM-generated code was returning an object of a type that I wasn't expecting.
  • Robustified the AMA box. It will now also print more details about the code it is running and error messages when it fails.
  • ExtendedTypes no long include Tuples or Any.
  • Now shows the function return type in the right panel and node edit dialog.
  • Feature in Settings to reset the initial tutorial files.
  • Lots of small bug fixes.

New Contributors

Full Changelog: https://github.com/stephenfreund/flowco/commits/0.1