Skip to content

Latest commit

 

History

History
146 lines (76 loc) · 2.39 KB

CHANGELOG.md

File metadata and controls

146 lines (76 loc) · 2.39 KB

Changelog

2.8.0

  • save() now stores data under /.storage

2.7.10

  • Ignore pycache folder and hidden files identified with . at the beginning

2.7.9

  • fix error message when HAL9_TOKEN is missing

2.7.8

  • Add support to run chainlit applications

2.7.7

  • Throw errors in complete() when tool fails to allow proper handling

2.7.6

  • extract() can now return original content with language = "*"

2.7.5

  • New lines in input() are now handled with feed character
  • Signal ready state when input() called a second time

2.7.4

  • Better error message for incorrect save() param order
  • Support handing PIL images in save()
  • Support title and description in hal9 deployment
  • Support arbitrary runtimes and hal9 describe

2.7.2

  • Support to assign thumbnail file in deploy

2.7.1

  • Support for subfolders in hal9 deployment

2.7.0

  • Support for --main deployment file in hal9 deploy

2.6.9

  • Documentation improvements

2.6.7

  • Fix regression in events()

2.6.6

  • Improve error message when saving empty files in save()
  • Persist in complete() tools with Llama

2.6.5

  • Minor fix

2.6.4

  • deploy supports --access to share private, public or unlisted

2.6.2

  • save() now stores data under /storage to isolate files

2.6.1

  • Add complete() and describe() to support handling tools

2.5.7

  • save() supports creating subfolders

2.5.5

  • extract() supports extracting all files from code blocks using filename markdown header

2.5.2

  • Add default parameter to extract() to return default when code not found

2.5.1

  • Add support for files in save() to persist multiple files

2.4.3

  • Add --data to CLI

2.4.1

  • Add support for --data in deployment

2.4.0

  • Add support for pkl files extensions

2.3.9

  • Print version with --version

2.3.8

  • Fix deployment from notebooks

2.3.7

  • Added event function to append application event

2.3.2

  • Added is_url and url_contents to assist URL processing

2.2.6

  • Add hidden parameter to save to save file as hidden

2.2.4

  • Add helper function extract to extract code blocks

2.2.3

  • Only add extensions to save and load when needed

2.2.0

  • Add support for name parameter in deploy to overwrite content

2.1.8

  • Add support for load, save functions

2.0.0

  • Create and deploy projects