Skip to content

Releases: Rebekah-Chuang/VizAble

v0.13.2

31 May 05:21
Compare
Choose a tag to compare

v0.13.2 (2024-05-31)

Fix

  • fix: upgrade requests to fix Dependabot alert in poetry.lock (f145f8c)

v0.13.1

16 May 05:18
Compare
Choose a tag to compare

v0.13.1 (2024-05-16)

Fix

  • fix: upgrade Jinja2 to fix Dependabot alert in poetry.lock (2ac4b8f)

  • fix: upgrade tqdm to fix Dependabot alert in poetry.lock (127d5fe)

v0.13.0

28 Apr 05:18
Compare
Choose a tag to compare

v0.13.0 (2024-04-28)

Feature

  • feat: improve prompt content for generating plot summary (a31bb1c)

  • feat: generate grouped box plot using seaborn and matplotlib (6d00bd4)

v0.12.0

25 Apr 05:17
Compare
Choose a tag to compare

v0.12.0 (2024-04-25)

Feature

  • feat: generate bar plot using seaborn and matplotlib (39afc65)

  • feat: generate scatter plot using seaborn and matplotlib (ba3715c)

Fix

  • fix: update idna package to solve security issue (93daafe)

v0.11.0

22 Apr 05:18
Compare
Choose a tag to compare

v0.11.0 (2024-04-22)

Chore

  • chore: add matplotlib and seaborn to project (c90c3a0)

Feature

  • feat: generate single box plot using seaborn and matplotlib (91c7ee4)

  • feat: generate line plot using seaborn and matplotlib (310f890)

  • feat: enable gemini-pro-vision model to recognize image (98ac9f9)

v0.10.0

13 Apr 05:19
Compare
Choose a tag to compare

v0.10.0 (2024-04-13)

Chore

  • chore: add credentials.ini to .gitignore (bce704b)

  • chore: add google-generativeai to project (89c8165)

Feature

  • feat: add user interface for user to interact with gemini ai (6a967e2)

  • feat: add the server logic for new chatbot tab as step 6 (a644ef2)

Test

  • test: add unit test for update_grouping_input_select() function (695a20e)

  • test: add unit test for grouping_input_select() function (6c1ba84)

v0.9.0

10 Apr 05:17
Compare
Choose a tag to compare

v0.9.0 (2024-04-10)

Documentation

  • docs: add docstrings for grouping_input_select and update_grouping_input_select function (835edf8)

Feature

  • feat: generate grouped box plot (b6ce55c)

v0.8.0

04 Apr 05:20
Compare
Choose a tag to compare

v0.8.0 (2024-04-04)

Feature

  • feat: generate simple box plot (fc0c3c0)

  • feat: generate simple histogram (ce50554)

v0.7.0

31 Mar 05:43
Compare
Choose a tag to compare

v0.7.0 (2024-03-31)

Chore

  • chore: trigger shinyappsio-deployment workflow on new github release (fa30fac)

  • chore: generate requirements.txt to workflow or deployment might fail (bca613f)

  • chore: remove pip install -r requirements.txt[skip ci] (768f5ea)

  • chore: update app path in shinyappsio-deployment workflow (e179bd7)

  • chore: run shinyappsio-deployment workflow without creating virtual env[skip ci] (f03bbd5)

  • chore: remove poetry shell due to github action's non-interactive environment[skip ci] (cc8a596)

  • chore: disable the interactive shell feature of Poetry[skip ci] (1299bce)

  • chore: create virtual environment and save cache using poetry[skip ci] (033426c)

  • chore: add a step to install dependencies with poetry[skip ci] (ba16f0d)

  • chore: fix app path and use poetry for deployment (4762927)

  • chore: fix app path for shinyappsio-deployment[skip ci] (5076ee5)

  • chore: install rsconnect-python using pip in shinyappsio-deployment workflow[skip ci] (f4b013c)

  • chore: add GitHub Actions workflow for deploying app to shinyapps.io (39e383d)

Feature

  • feat: add a feature to generate bar plot (a0fecab)

  • feat: add a feature to generate scatter plot (39481c9)

Test

  • test: add dataframe to test scatter plot (03ed506)

v0.6.0

28 Mar 05:20
Compare
Choose a tag to compare

v0.6.0 (2024-03-28)

Chore

  • chore: trigger python-semantic-release every three days at 00:00 EST(05:00 UTC) (f522179)

  • chore: add shinywidgets and plotly to project for generating plots (a093934)

Documentation

  • docs: update README.md with link to shinyapps.io (55ddf64)

Feature

  • feat: add line plot example (eec029e)