Releases: stephenfreund/flowco
Releases · stephenfreund/flowco
v0.1.6
- Better prompting for types and node editor.
- Slightly better Stop behavior
Full Changelog: v0.1.5...v0.1.6
v0.1.5
More improvements for return types.
Full Changelog: v0.1.4...v0.1.5
v0.1.4
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
Full Changelog: v0.1.2...v0.1.3
v0.1.2
- 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
Fixed an import biffer.
Full Changelog: 0.1...0.1.1
v0.1
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
- @stephenfreund made their first contribution in #1
Full Changelog: https://github.com/stephenfreund/flowco/commits/0.1